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