HEX: #C9E9AF
RGB: (201,233,175)
#C9E9AF contains red, green and blue colors in about the same proportion. Web safe color of #C9E9AF is #CCFF99 (or #CF9).
#C9E9AF color RGB value is (201,233,175).
RGB: (201,233,175)
(79%, 91%, 69%)
R 201 of 255 = 79%
G 233 of 255 = 91%
B 175 of 255 = 69%
R + G + B ~ 80%. #C9E9AF is quite light color.
R + G + B = 201 + 233 + 175 = 609 (100%)
R 201 of 609 ~ 33%
G 233 of 609 ~ 38.26%
B 175 of 609 ~ 28.74'%
#C9E9AF color CMYK value is (14,0,25,9).
CMYK: (14,0,25,9)
C14M0Y25K9 (14%, 0%, 25%, 9%)
(0.14 / 0.00 / 0.25 / 0.09)
Color #C9E9AF in popluar color models
C9 | E9 | AF | |
---|---|---|---|
RGB | 201 | 233 | 175 |
HSL | 93° | 56.86% | 80.00% |
HSB/HSV | 93° | 24.89% | 91.37% |
CMYK | 13.73% | 0.00% | 24.89% |
8.63% |
Color #C9E9AF in popluar number systems.
HEX | C9 | E9 | AF |
Decimal | 201 | 233 | 175 |
Binary | 11001001 | 11101001 | 10101111 |
Octal | 311 | 351 | 257 |
Shades of #C9E9AF
Tints of #C9E9AF
Examples of css and html codes for elements with #C9E9AF color. Also use rgb(201,233,175) instead hex code.
.myTextColor { color: #C9E9AF; }
<p style="color:#C9E9AF">This sample text font color is #C9E9AF.</p>
This text font color is #C9E9AF.
.myBgColor { background-color: #C9E9AF; }
<div style="background-color:#C9E9AF">Inner text</div>
This div background color is #C9E9AF.
.myBorderColor { border: 1px solid #C9E9AF; }
<div style="border:3px solid #C9E9AF">Div</div>
This div border color is #C9E9AF.
.myOpacity80 { color: #C9E9AF; opacity: 0.8; }
<p style="color:#C9E9AF;opacity:0.8;">80%</p>
Text with #C9E9AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E9AF;}
<p style="text-shadow: 3px 3px 1px #C9E9AF">Text here.</p>
This text has shadow with #C9E9AF color.
.textShadow {text-shadow: 3px 3px 1px #C9E9AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E9AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9E9AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E9AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E9AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E9AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E9AF;
-webkit-box-shadow: 1px 1px 3px 2px #C9E9AF;
box-shadow: 1px 1px 3px 2px #C9E9AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E9AF; -webkit-box-shadow: 1px 1px 3px 2px #C9E9AF; box-shadow:1px 1px 3px 2px #C9E9AF;">
Div content here
</div>
This text has color #C9E9AF on black background.
This text has color #C9E9AF on white background.
This text has black color on #C9E9AF background.
This text has white color on #C9E9AF background.
Complementary color for #hex is #361650.