HEX: #E6FAEA
RGB: (230,250,234)
#E6FAEA contains red, green and blue colors in about the same proportion. Web safe color of #E6FAEA is #CCFFFF (or #CFF).
#E6FAEA color RGB value is (230,250,234).
RGB: (230,250,234)
(90%, 98%, 92%)
R 230 of 255 = 90%
G 250 of 255 = 98%
B 234 of 255 = 92%
R + G + B ~ 93%. #E6FAEA is light color.
R + G + B = 230 + 250 + 234 = 714 (100%)
R 230 of 714 ~ 32.21%
G 250 of 714 ~ 35.01%
B 234 of 714 ~ 32.77'%
#E6FAEA color CMYK value is (8,0,6,2).
CMYK: (8,0,6,2) C8M0Y6K2 (8%,0%,6%,2%) (0.08/0.00/0.06/0.02)
Color #E6FAEA in popluar color models
E6 | FA | EA | |
---|---|---|---|
RGB | 230 | 250 | 234 |
HSL | 132° | 66.67% | 94.12% |
HSB/HSV | 132° | 8.00% | 98.04% |
CMYK | 8.00% | 0.00% | 6.40% |
1.96% |
Color #E6FAEA in popluar number systems.
HEX | E6 | FA | EA |
Decimal | 230 | 250 | 234 |
Binary | 11100110 | 11111010 | 11101010 |
Octal | 346 | 372 | 352 |
Shades of #E6FAEA
Tints of #E6FAEA
Examples of css and html codes for elements with #E6FAEA color. Also use rgb(230,250,234) instead hex code.
.myTextColor { color: #E6FAEA; }
<p style="color:#E6FAEA">This sample text font color is #E6FAEA.</p>
This text font color is #E6FAEA.
.myBgColor { background-color: #E6FAEA; }
<div style="background-color:#E6FAEA">Inner text</div>
This div background color is #E6FAEA.
.myBorderColor { border: 1px solid #E6FAEA; }
<div style="border:3px solid #E6FAEA">Div</div>
This div border color is #E6FAEA.
.myOpacity80 { color: #E6FAEA; opacity: 0.8; }
<p style="color:#E6FAEA;opacity:0.8;">80%</p>
Text with #E6FAEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FAEA;}
<p style="text-shadow: 3px 3px 1px #E6FAEA">Text here.</p>
This text has shadow with #E6FAEA color.
.textShadow {text-shadow: 3px 3px 1px #E6FAEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FAEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6FAEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FAEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FAEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FAEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FAEA;
-webkit-box-shadow: 1px 1px 3px 2px #E6FAEA;
box-shadow: 1px 1px 3px 2px #E6FAEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FAEA; -webkit-box-shadow: 1px 1px 3px 2px #E6FAEA; box-shadow:1px 1px 3px 2px #E6FAEA;">
Div content here
</div>
This text has color #E6FAEA on black background.
This text has color #E6FAEA on white background.
This text has black color on #E6FAEA background.
This text has white color on #E6FAEA background.
Complementary color for #hex is #190515.