HEX: #C999BC
RGB: (201,153,188)
#C999BC contains red, green and blue colors in about the same proportion. Web safe color of #C999BC is #CC99CC (or #C9C).
#C999BC color RGB value is (201,153,188).
RGB: (201,153,188)
(79%, 60%, 74%)
R 201 of 255 = 79%
G 153 of 255 = 60%
B 188 of 255 = 74%
R + G + B ~ 71%. #C999BC is quite light color.
R + G + B = 201 + 153 + 188 = 542 (100%)
R 201 of 542 ~ 37.08%
G 153 of 542 ~ 28.23%
B 188 of 542 ~ 34.69'%
#C999BC color CMYK value is (0,24,6,21).
CMYK: (0,24,6,21)
C0M24Y6K21 (0%, 24%, 6%, 21%)
(0.00 / 0.24 / 0.06 / 0.21)
Color #C999BC in popluar color models
C9 | 99 | BC | |
---|---|---|---|
RGB | 201 | 153 | 188 |
HSL | 316° | 30.77% | 69.41% |
HSB/HSV | 316° | 23.88% | 78.82% |
CMYK | 0.00% | 23.88% | 6.47% |
21.18% |
Color #C999BC in popluar number systems.
HEX | C9 | 99 | BC |
Decimal | 201 | 153 | 188 |
Binary | 11001001 | 10011001 | 10111100 |
Octal | 311 | 231 | 274 |
Shades of #C999BC
Tints of #C999BC
Examples of css and html codes for elements with #C999BC color. Also use rgb(201,153,188) instead hex code.
.myTextColor { color: #C999BC; }
<p style="color:#C999BC">This sample text font color is #C999BC.</p>
This text font color is #C999BC.
.myBgColor { background-color: #C999BC; }
<div style="background-color:#C999BC">Inner text</div>
This div background color is #C999BC.
.myBorderColor { border: 1px solid #C999BC; }
<div style="border:3px solid #C999BC">Div</div>
This div border color is #C999BC.
.myOpacity80 { color: #C999BC; opacity: 0.8; }
<p style="color:#C999BC;opacity:0.8;">80%</p>
Text with #C999BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C999BC;}
<p style="text-shadow: 3px 3px 1px #C999BC">Text here.</p>
This text has shadow with #C999BC color.
.textShadow {text-shadow: 3px 3px 1px #C999BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C999BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C999BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C999BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C999BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C999BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C999BC;
-webkit-box-shadow: 1px 1px 3px 2px #C999BC;
box-shadow: 1px 1px 3px 2px #C999BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C999BC; -webkit-box-shadow: 1px 1px 3px 2px #C999BC; box-shadow:1px 1px 3px 2px #C999BC;">
Div content here
</div>
This text has color #C999BC on black background.
This text has color #C999BC on white background.
This text has black color on #C999BC background.
This text has white color on #C999BC background.
Complementary color for #hex is #366643.