Color spaces of #cbbdd7
RGB | 203 | 189 | 215 |
---|---|---|---|
HSL | 0.76 | 0.25 | 0.79 |
HSV | 272° | 12° | 84° |
CMYK | 0.06 | 0.12 | 0.00 0.16 |
XYZ | 55.0919 | 53.9980 | 71.8090 |
Yxy | 53.9980 | 0.3045 | 0.2985 |
Hunter Lab | 73.4833 | 5.2291 | -6.5007 |
CIE-Lab | 78.4606 | 9.7308 | -11.2253 |
#cbbdd7 color RGB value is (203,189,215).
#cbbdd7 hex color red value is 203, green value is 189 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #cbbdd7 hue: 0.76 , saturation: 0.25 and the lightness value of cbbdd7 is 0.79.
The process color (four color CMYK) of #cbbdd7 color hex is 0.06, 0.12, 0.00, 0.16. Web safe color of #cbbdd7 is #cccccc. Color #cbbdd7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111101 | 11010111 |
Octal | 313 | 275 | 327 |
Decimal | 203 | 189 | 215 |
Hex | CB | BD | D7 |
Shades of #cbbdd7
Tints of #cbbdd7
RGB Percentages of Color #cbbdd7
CMYK Percentages of Color #cbbdd7
Complementary Color
#cbbdd7 | #c9d7bd |
#cbbdd7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbdd7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbdd7 Color CSS Codes
.mybgcolor {background-color:#cbbdd7; } .myforecolor {color:#cbbdd7; } .mybordercolor {border:3px solid #cbbdd7; }
#cbbdd7 Text Font Color
<p style="color:#cbbdd7">Text here</p>
This sample text font color is #cbbdd7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cbbdd7 Background Color
<div style="background-color:#cbbdd7">
Div content here</div>
This div background color is #cbbdd7
#cbbdd7 Border Color
<div style="border:3px solid #cbbdd7">
Div here</div>
This div border color is #cbbdd7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,189,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbdd7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbdd7; -webkit-box-shadow: 1px 1px 3px 2px #cbbdd7; box-shadow: 1px 1px 3px 2px #cbbdd7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,189,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbdd7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbdd7; -webkit-box-shadow: 1px 1px 3px 2px #cbbdd7; box-shadow: 1px 1px 3px 2px #cbbdd7;">
Div content here</div>
This div box has shadow with color #cbbdd7
Comments
No comments written yet.
Please login to write comment.