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