HEX: #C99FAB
RGB: (201,159,171)
#C99FAB contains red, green and blue colors in about the same proportion. Web safe color of #C99FAB is #CC9999 (or #C99).
#C99FAB color RGB value is (201,159,171).
RGB: (201,159,171)
(79%, 62%, 67%)
R 201 of 255 = 79%
G 159 of 255 = 62%
B 171 of 255 = 67%
R + G + B ~ 69%. #C99FAB is quite light color.
R + G + B = 201 + 159 + 171 = 531 (100%)
R 201 of 531 ~ 37.85%
G 159 of 531 ~ 29.94%
B 171 of 531 ~ 32.2'%
#C99FAB color CMYK value is (0,21,15,21).
CMYK: (0,21,15,21)
C0M21Y15K21 (0%, 21%, 15%, 21%)
(0.00 / 0.21 / 0.15 / 0.21)
Color #C99FAB in popluar color models
C9 | 9F | AB | |
---|---|---|---|
RGB | 201 | 159 | 171 |
HSL | 343° | 28.00% | 70.59% |
HSB/HSV | 343° | 20.90% | 78.82% |
CMYK | 0.00% | 20.90% | 14.93% |
21.18% |
Color #C99FAB in popluar number systems.
HEX | C9 | 9F | AB |
Decimal | 201 | 159 | 171 |
Binary | 11001001 | 10011111 | 10101011 |
Octal | 311 | 237 | 253 |
Shades of #C99FAB
Tints of #C99FAB
Examples of css and html codes for elements with #C99FAB color. Also use rgb(201,159,171) instead hex code.
.myTextColor { color: #C99FAB; }
<p style="color:#C99FAB">This sample text font color is #C99FAB.</p>
This text font color is #C99FAB.
.myBgColor { background-color: #C99FAB; }
<div style="background-color:#C99FAB">Inner text</div>
This div background color is #C99FAB.
.myBorderColor { border: 1px solid #C99FAB; }
<div style="border:3px solid #C99FAB">Div</div>
This div border color is #C99FAB.
.myOpacity80 { color: #C99FAB; opacity: 0.8; }
<p style="color:#C99FAB;opacity:0.8;">80%</p>
Text with #C99FAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C99FAB;}
<p style="text-shadow: 3px 3px 1px #C99FAB">Text here.</p>
This text has shadow with #C99FAB color.
.textShadow {text-shadow: 3px 3px 1px #C99FAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C99FAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C99FAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C99FAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C99FAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C99FAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C99FAB;
-webkit-box-shadow: 1px 1px 3px 2px #C99FAB;
box-shadow: 1px 1px 3px 2px #C99FAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C99FAB; -webkit-box-shadow: 1px 1px 3px 2px #C99FAB; box-shadow:1px 1px 3px 2px #C99FAB;">
Div content here
</div>
This text has color #C99FAB on black background.
This text has color #C99FAB on white background.
This text has black color on #C99FAB background.
This text has white color on #C99FAB background.
Complementary color for #hex is #366054.