Color spaces of #c9dcbb
RGB | 201 | 220 | 187 |
---|---|---|---|
HSL | 0.26 | 0.32 | 0.80 |
HSV | 95° | 15° | 86° |
CMYK | 0.09 | 0.00 | 0.15 0.14 |
XYZ | 58.6502 | 67.1918 | 56.8918 |
Yxy | 67.1918 | 0.3210 | 0.3677 |
Hunter Lab | 81.9706 | -15.7313 | 16.2291 |
CIE-Lab | 85.6007 | -12.2569 | 14.0869 |
#c9dcbb color RGB value is (201,220,187).
#c9dcbb hex color red value is 201, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c9dcbb hue: 0.26 , saturation: 0.32 and the lightness value of c9dcbb is 0.80.
The process color (four color CMYK) of #c9dcbb color hex is 0.09, 0.00, 0.15, 0.14. Web safe color of #c9dcbb is #cccccc. Color #c9dcbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 11011100 | 10111011 |
Octal | 311 | 334 | 273 |
Decimal | 201 | 220 | 187 |
Hex | C9 | DC | BB |
Shades of #c9dcbb
Tints of #c9dcbb
RGB Percentages of Color #c9dcbb
CMYK Percentages of Color #c9dcbb
Complementary Color
#c9dcbb | #cebbdc |
#c9dcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9dcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9dcbb Color CSS Codes
.mybgcolor {background-color:#c9dcbb; } .myforecolor {color:#c9dcbb; } .mybordercolor {border:3px solid #c9dcbb; }
#c9dcbb Text Font Color
<p style="color:#c9dcbb">Text here</p>
This sample text font color is #c9dcbb
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.
#c9dcbb Background Color
<div style="background-color:#c9dcbb">
Div content here</div>
This div background color is #c9dcbb
#c9dcbb Border Color
<div style="border:3px solid #c9dcbb">
Div here</div>
This div border color is #c9dcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,220,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9dcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9dcbb; -webkit-box-shadow: 1px 1px 3px 2px #c9dcbb; box-shadow: 1px 1px 3px 2px #c9dcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,220,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9dcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9dcbb; -webkit-box-shadow: 1px 1px 3px 2px #c9dcbb; box-shadow: 1px 1px 3px 2px #c9dcbb;">
Div content here</div>
This div box has shadow with color #c9dcbb
Comments
No comments written yet.
Please login to write comment.