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