HEX: #E3FAED
RGB: (227,250,237)
#E3FAED contains red, green and blue colors in about the same proportion. Web safe color of #E3FAED is #CCFFFF (or #CFF).
#E3FAED color RGB value is (227,250,237).
RGB: (227,250,237)
(89%, 98%, 93%)
R 227 of 255 = 89%
G 250 of 255 = 98%
B 237 of 255 = 93%
R + G + B ~ 93%. #E3FAED is light color.
R + G + B = 227 + 250 + 237 = 714 (100%)
R 227 of 714 ~ 31.79%
G 250 of 714 ~ 35.01%
B 237 of 714 ~ 33.19'%
#E3FAED color CMYK value is (9,0,5,2).
CMYK: (9,0,5,2) C9M0Y5K2 (9%,0%,5%,2%) (0.09/0.00/0.05/0.02)
Color #E3FAED in popluar color models
E3 | FA | ED | |
---|---|---|---|
RGB | 227 | 250 | 237 |
HSL | 146° | 69.70% | 93.53% |
HSB/HSV | 146° | 9.20% | 98.04% |
CMYK | 9.20% | 0.00% | 5.20% |
1.96% |
Color #E3FAED in popluar number systems.
HEX | E3 | FA | ED |
Decimal | 227 | 250 | 237 |
Binary | 11100011 | 11111010 | 11101101 |
Octal | 343 | 372 | 355 |
Shades of #E3FAED
Tints of #E3FAED
Examples of css and html codes for elements with #E3FAED color. Also use rgb(227,250,237) instead hex code.
.myTextColor { color: #E3FAED; }
<p style="color:#E3FAED">This sample text font color is #E3FAED.</p>
This text font color is #E3FAED.
.myBgColor { background-color: #E3FAED; }
<div style="background-color:#E3FAED">Inner text</div>
This div background color is #E3FAED.
.myBorderColor { border: 1px solid #E3FAED; }
<div style="border:3px solid #E3FAED">Div</div>
This div border color is #E3FAED.
.myOpacity80 { color: #E3FAED; opacity: 0.8; }
<p style="color:#E3FAED;opacity:0.8;">80%</p>
Text with #E3FAED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E3FAED;}
<p style="text-shadow: 3px 3px 1px #E3FAED">Text here.</p>
This text has shadow with #E3FAED color.
.textShadow {text-shadow: 3px 3px 1px #E3FAED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E3FAED, 5px 5px 20px red">Text here.</p>
This text has shadow with #E3FAED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3FAED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E3FAED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E3FAED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E3FAED;
-webkit-box-shadow: 1px 1px 3px 2px #E3FAED;
box-shadow: 1px 1px 3px 2px #E3FAED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3FAED; -webkit-box-shadow: 1px 1px 3px 2px #E3FAED; box-shadow:1px 1px 3px 2px #E3FAED;">
Div content here
</div>
This text has color #E3FAED on black background.
This text has color #E3FAED on white background.
This text has black color on #E3FAED background.
This text has white color on #E3FAED background.
Complementary color for #hex is #1C0512.