HEX: #C9E4AA
RGB: (201,228,170)
#C9E4AA contains red, green and blue colors in about the same proportion. Web safe color of #C9E4AA is #CCCC99 (or #CC9).
#C9E4AA color RGB value is (201,228,170).
RGB: (201,228,170)
(79%, 89%, 67%)
R 201 of 255 = 79%
G 228 of 255 = 89%
B 170 of 255 = 67%
R + G + B ~ 78%. #C9E4AA is quite light color.
R + G + B = 201 + 228 + 170 = 599 (100%)
R 201 of 599 ~ 33.56%
G 228 of 599 ~ 38.06%
B 170 of 599 ~ 28.38'%
#C9E4AA color CMYK value is (12,0,25,11).
CMYK: (12,0,25,11)
C12M0Y25K11 (12%, 0%, 25%, 11%)
(0.12 / 0.00 / 0.25 / 0.11)
Color #C9E4AA in popluar color models
C9 | E4 | AA | |
---|---|---|---|
RGB | 201 | 228 | 170 |
HSL | 88° | 51.79% | 78.04% |
HSB/HSV | 88° | 25.44% | 89.41% |
CMYK | 11.84% | 0.00% | 25.44% |
10.59% |
Color #C9E4AA in popluar number systems.
HEX | C9 | E4 | AA |
Decimal | 201 | 228 | 170 |
Binary | 11001001 | 11100100 | 10101010 |
Octal | 311 | 344 | 252 |
Shades of #C9E4AA
Tints of #C9E4AA
Examples of css and html codes for elements with #C9E4AA color. Also use rgb(201,228,170) instead hex code.
.myTextColor { color: #C9E4AA; }
<p style="color:#C9E4AA">This sample text font color is #C9E4AA.</p>
This text font color is #C9E4AA.
.myBgColor { background-color: #C9E4AA; }
<div style="background-color:#C9E4AA">Inner text</div>
This div background color is #C9E4AA.
.myBorderColor { border: 1px solid #C9E4AA; }
<div style="border:3px solid #C9E4AA">Div</div>
This div border color is #C9E4AA.
.myOpacity80 { color: #C9E4AA; opacity: 0.8; }
<p style="color:#C9E4AA;opacity:0.8;">80%</p>
Text with #C9E4AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E4AA;}
<p style="text-shadow: 3px 3px 1px #C9E4AA">Text here.</p>
This text has shadow with #C9E4AA color.
.textShadow {text-shadow: 3px 3px 1px #C9E4AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E4AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9E4AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E4AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E4AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E4AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E4AA;
-webkit-box-shadow: 1px 1px 3px 2px #C9E4AA;
box-shadow: 1px 1px 3px 2px #C9E4AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E4AA; -webkit-box-shadow: 1px 1px 3px 2px #C9E4AA; box-shadow:1px 1px 3px 2px #C9E4AA;">
Div content here
</div>
This text has color #C9E4AA on black background.
This text has color #C9E4AA on white background.
This text has black color on #C9E4AA background.
This text has white color on #C9E4AA background.
Complementary color for #hex is #361B55.