HEX: #E6EFAA
RGB: (230,239,170)
#E6EFAA contains mainly red and green colors. Web safe color of #E6EFAA is #CCFF99 (or #CF9).
#E6EFAA color RGB value is (230,239,170).
RGB: (230,239,170)
(90%, 94%, 67%)
R 230 of 255 = 90%
G 239 of 255 = 94%
B 170 of 255 = 67%
R + G + B ~ 84%. #E6EFAA is quite light color.
R + G + B = 230 + 239 + 170 = 639 (100%)
R 230 of 639 ~ 35.99%
G 239 of 639 ~ 37.4%
B 170 of 639 ~ 26.6'%
#E6EFAA color CMYK value is (4,0,29,6).
CMYK: (4,0,29,6)
C4M0Y29K6 (4%, 0%, 29%, 6%)
(0.04 / 0.00 / 0.29 / 0.06)
Color #E6EFAA in popluar color models
E6 | EF | AA | |
---|---|---|---|
RGB | 230 | 239 | 170 |
HSL | 68° | 68.32% | 80.20% |
HSB/HSV | 68° | 28.87% | 93.73% |
CMYK | 3.77% | 0.00% | 28.87% |
6.27% |
Color #E6EFAA in popluar number systems.
HEX | E6 | EF | AA |
Decimal | 230 | 239 | 170 |
Binary | 11100110 | 11101111 | 10101010 |
Octal | 346 | 357 | 252 |
Shades of #E6EFAA
Tints of #E6EFAA
Examples of css and html codes for elements with #E6EFAA color. Also use rgb(230,239,170) instead hex code.
.myTextColor { color: #E6EFAA; }
<p style="color:#E6EFAA">This sample text font color is #E6EFAA.</p>
This text font color is #E6EFAA.
.myBgColor { background-color: #E6EFAA; }
<div style="background-color:#E6EFAA">Inner text</div>
This div background color is #E6EFAA.
.myBorderColor { border: 1px solid #E6EFAA; }
<div style="border:3px solid #E6EFAA">Div</div>
This div border color is #E6EFAA.
.myOpacity80 { color: #E6EFAA; opacity: 0.8; }
<p style="color:#E6EFAA;opacity:0.8;">80%</p>
Text with #E6EFAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EFAA;}
<p style="text-shadow: 3px 3px 1px #E6EFAA">Text here.</p>
This text has shadow with #E6EFAA color.
.textShadow {text-shadow: 3px 3px 1px #E6EFAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EFAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6EFAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EFAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EFAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EFAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6EFAA;
-webkit-box-shadow: 1px 1px 3px 2px #E6EFAA;
box-shadow: 1px 1px 3px 2px #E6EFAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6EFAA; -webkit-box-shadow: 1px 1px 3px 2px #E6EFAA; box-shadow:1px 1px 3px 2px #E6EFAA;">
Div content here
</div>
This text has color #E6EFAA on black background.
This text has color #E6EFAA on white background.
This text has black color on #E6EFAA background.
This text has white color on #E6EFAA background.
Complementary color for #hex is #191055.