HEX: #C99FBB
RGB: (201,159,187)
#C99FBB contains red, green and blue colors in about the same proportion. Web safe color of #C99FBB is #CC99CC (or #C9C).
#C99FBB color RGB value is (201,159,187).
RGB: (201,159,187)
(79%, 62%, 73%)
R 201 of 255 = 79%
G 159 of 255 = 62%
B 187 of 255 = 73%
R + G + B ~ 71%. #C99FBB is quite light color.
R + G + B = 201 + 159 + 187 = 547 (100%)
R 201 of 547 ~ 36.75%
G 159 of 547 ~ 29.07%
B 187 of 547 ~ 34.19'%
#C99FBB color CMYK value is (0,21,7,21).
CMYK: (0,21,7,21)
C0M21Y7K21 (0%, 21%, 7%, 21%)
(0.00 / 0.21 / 0.07 / 0.21)
Color #C99FBB in popluar color models
C9 | 9F | BB | |
---|---|---|---|
RGB | 201 | 159 | 187 |
HSL | 320° | 28.00% | 70.59% |
HSB/HSV | 320° | 20.90% | 78.82% |
CMYK | 0.00% | 20.90% | 6.97% |
21.18% |
Color #C99FBB in popluar number systems.
HEX | C9 | 9F | BB |
Decimal | 201 | 159 | 187 |
Binary | 11001001 | 10011111 | 10111011 |
Octal | 311 | 237 | 273 |
Shades of #C99FBB
Tints of #C99FBB
Examples of css and html codes for elements with #C99FBB color. Also use rgb(201,159,187) instead hex code.
.myTextColor { color: #C99FBB; }
<p style="color:#C99FBB">This sample text font color is #C99FBB.</p>
This text font color is #C99FBB.
.myBgColor { background-color: #C99FBB; }
<div style="background-color:#C99FBB">Inner text</div>
This div background color is #C99FBB.
.myBorderColor { border: 1px solid #C99FBB; }
<div style="border:3px solid #C99FBB">Div</div>
This div border color is #C99FBB.
.myOpacity80 { color: #C99FBB; opacity: 0.8; }
<p style="color:#C99FBB;opacity:0.8;">80%</p>
Text with #C99FBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C99FBB;}
<p style="text-shadow: 3px 3px 1px #C99FBB">Text here.</p>
This text has shadow with #C99FBB color.
.textShadow {text-shadow: 3px 3px 1px #C99FBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C99FBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C99FBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C99FBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C99FBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C99FBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C99FBB;
-webkit-box-shadow: 1px 1px 3px 2px #C99FBB;
box-shadow: 1px 1px 3px 2px #C99FBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C99FBB; -webkit-box-shadow: 1px 1px 3px 2px #C99FBB; box-shadow:1px 1px 3px 2px #C99FBB;">
Div content here
</div>
This text has color #C99FBB on black background.
This text has color #C99FBB on white background.
This text has black color on #C99FBB background.
This text has white color on #C99FBB background.
Complementary color for #hex is #366044.