HEX: #C9CCBB
RGB: (201,204,187)
#C9CCBB contains red, green and blue colors in about the same proportion. Web safe color of #C9CCBB is #CCCCCC (or #CCC).
#C9CCBB color RGB value is (201,204,187).
RGB: (201,204,187)
(79%, 80%, 73%)
R 201 of 255 = 79%
G 204 of 255 = 80%
B 187 of 255 = 73%
R + G + B ~ 77%. #C9CCBB is quite light color.
R + G + B = 201 + 204 + 187 = 592 (100%)
R 201 of 592 ~ 33.95%
G 204 of 592 ~ 34.46%
B 187 of 592 ~ 31.59'%
#C9CCBB color CMYK value is (1,0,8,20).
CMYK: (1,0,8,20)
C1M0Y8K20 (1%, 0%, 8%, 20%)
(0.01 / 0.00 / 0.08 / 0.20)
Color #C9CCBB in popluar color models
C9 | CC | BB | |
---|---|---|---|
RGB | 201 | 204 | 187 |
HSL | 71° | 14.29% | 76.67% |
HSB/HSV | 71° | 8.33% | 80.00% |
CMYK | 1.47% | 0.00% | 8.33% |
20.00% |
Color #C9CCBB in popluar number systems.
HEX | C9 | CC | BB |
Decimal | 201 | 204 | 187 |
Binary | 11001001 | 11001100 | 10111011 |
Octal | 311 | 314 | 273 |
Shades of #C9CCBB
Tints of #C9CCBB
Examples of css and html codes for elements with #C9CCBB color. Also use rgb(201,204,187) instead hex code.
.myTextColor { color: #C9CCBB; }
<p style="color:#C9CCBB">This sample text font color is #C9CCBB.</p>
This text font color is #C9CCBB.
.myBgColor { background-color: #C9CCBB; }
<div style="background-color:#C9CCBB">Inner text</div>
This div background color is #C9CCBB.
.myBorderColor { border: 1px solid #C9CCBB; }
<div style="border:3px solid #C9CCBB">Div</div>
This div border color is #C9CCBB.
.myOpacity80 { color: #C9CCBB; opacity: 0.8; }
<p style="color:#C9CCBB;opacity:0.8;">80%</p>
Text with #C9CCBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9CCBB;}
<p style="text-shadow: 3px 3px 1px #C9CCBB">Text here.</p>
This text has shadow with #C9CCBB color.
.textShadow {text-shadow: 3px 3px 1px #C9CCBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9CCBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9CCBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9CCBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9CCBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9CCBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9CCBB;
-webkit-box-shadow: 1px 1px 3px 2px #C9CCBB;
box-shadow: 1px 1px 3px 2px #C9CCBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9CCBB; -webkit-box-shadow: 1px 1px 3px 2px #C9CCBB; box-shadow:1px 1px 3px 2px #C9CCBB;">
Div content here
</div>
This text has color #C9CCBB on black background.
This text has color #C9CCBB on white background.
This text has black color on #C9CCBB background.
This text has white color on #C9CCBB background.
Complementary color for #hex is #363344.