HEX: #C9ECCA
RGB: (201,236,202)
#C9ECCA contains red, green and blue colors in about the same proportion. Web safe color of #C9ECCA is #CCFFCC (or #CFC).
#C9ECCA color RGB value is (201,236,202).
RGB: (201,236,202)
(79%, 93%, 79%)
R 201 of 255 = 79%
G 236 of 255 = 93%
B 202 of 255 = 79%
R + G + B ~ 84%. #C9ECCA is quite light color.
R + G + B = 201 + 236 + 202 = 639 (100%)
R 201 of 639 ~ 31.46%
G 236 of 639 ~ 36.93%
B 202 of 639 ~ 31.61'%
#C9ECCA color CMYK value is (15,0,14,7).
CMYK: (15,0,14,7) C15M0Y14K7 (15%,0%,14%,7%) (0.15/0.00/0.14/0.07)
Color #C9ECCA in popluar color models
C9 | EC | CA | |
---|---|---|---|
RGB | 201 | 236 | 202 |
HSL | 122° | 47.95% | 85.69% |
HSB/HSV | 122° | 14.83% | 92.55% |
CMYK | 14.83% | 0.00% | 14.41% |
7.45% |
Color #C9ECCA in popluar number systems.
HEX | C9 | EC | CA |
Decimal | 201 | 236 | 202 |
Binary | 11001001 | 11101100 | 11001010 |
Octal | 311 | 354 | 312 |
Shades of #C9ECCA
Tints of #C9ECCA
Examples of css and html codes for elements with #C9ECCA color. Also use rgb(201,236,202) instead hex code.
.myTextColor { color: #C9ECCA; }
<p style="color:#C9ECCA">This sample text font color is #C9ECCA.</p>
This text font color is #C9ECCA.
.myBgColor { background-color: #C9ECCA; }
<div style="background-color:#C9ECCA">Inner text</div>
This div background color is #C9ECCA.
.myBorderColor { border: 1px solid #C9ECCA; }
<div style="border:3px solid #C9ECCA">Div</div>
This div border color is #C9ECCA.
.myOpacity80 { color: #C9ECCA; opacity: 0.8; }
<p style="color:#C9ECCA;opacity:0.8;">80%</p>
Text with #C9ECCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9ECCA;}
<p style="text-shadow: 3px 3px 1px #C9ECCA">Text here.</p>
This text has shadow with #C9ECCA color.
.textShadow {text-shadow: 3px 3px 1px #C9ECCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9ECCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9ECCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9ECCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9ECCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9ECCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9ECCA;
-webkit-box-shadow: 1px 1px 3px 2px #C9ECCA;
box-shadow: 1px 1px 3px 2px #C9ECCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9ECCA; -webkit-box-shadow: 1px 1px 3px 2px #C9ECCA; box-shadow:1px 1px 3px 2px #C9ECCA;">
Div content here
</div>
This text has color #C9ECCA on black background.
This text has color #C9ECCA on white background.
This text has black color on #C9ECCA background.
This text has white color on #C9ECCA background.
Complementary color for #hex is #361335.