HEX: #E6EECA
RGB: (230,238,202)
#E6EECA contains red, green and blue colors in about the same proportion. Web safe color of #E6EECA is #CCFFCC (or #CFC).
#E6EECA color RGB value is (230,238,202).
RGB: (230,238,202)
(90%, 93%, 79%)
R 230 of 255 = 90%
G 238 of 255 = 93%
B 202 of 255 = 79%
R + G + B ~ 87%. #E6EECA is light color.
R + G + B = 230 + 238 + 202 = 670 (100%)
R 230 of 670 ~ 34.33%
G 238 of 670 ~ 35.52%
B 202 of 670 ~ 30.15'%
#E6EECA color CMYK value is (3,0,15,7).
CMYK: (3,0,15,7) C3M0Y15K7 (3%,0%,15%,7%) (0.03/0.00/0.15/0.07)
Color #E6EECA in popluar color models
E6 | EE | CA | |
---|---|---|---|
RGB | 230 | 238 | 202 |
HSL | 73° | 51.43% | 86.27% |
HSB/HSV | 73° | 15.13% | 93.33% |
CMYK | 3.36% | 0.00% | 15.13% |
6.67% |
Color #E6EECA in popluar number systems.
HEX | E6 | EE | CA |
Decimal | 230 | 238 | 202 |
Binary | 11100110 | 11101110 | 11001010 |
Octal | 346 | 356 | 312 |
Shades of #E6EECA
Tints of #E6EECA
Examples of css and html codes for elements with #E6EECA color. Also use rgb(230,238,202) instead hex code.
.myTextColor { color: #E6EECA; }
<p style="color:#E6EECA">This sample text font color is #E6EECA.</p>
This text font color is #E6EECA.
.myBgColor { background-color: #E6EECA; }
<div style="background-color:#E6EECA">Inner text</div>
This div background color is #E6EECA.
.myBorderColor { border: 1px solid #E6EECA; }
<div style="border:3px solid #E6EECA">Div</div>
This div border color is #E6EECA.
.myOpacity80 { color: #E6EECA; opacity: 0.8; }
<p style="color:#E6EECA;opacity:0.8;">80%</p>
Text with #E6EECA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EECA;}
<p style="text-shadow: 3px 3px 1px #E6EECA">Text here.</p>
This text has shadow with #E6EECA color.
.textShadow {text-shadow: 3px 3px 1px #E6EECA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EECA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6EECA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EECA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EECA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EECA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6EECA;
-webkit-box-shadow: 1px 1px 3px 2px #E6EECA;
box-shadow: 1px 1px 3px 2px #E6EECA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6EECA; -webkit-box-shadow: 1px 1px 3px 2px #E6EECA; box-shadow:1px 1px 3px 2px #E6EECA;">
Div content here
</div>
This text has color #E6EECA on black background.
This text has color #E6EECA on white background.
This text has black color on #E6EECA background.
This text has white color on #E6EECA background.
Complementary color for #hex is #191135.