HEX: #E3EFEE
RGB: (227,239,238)
#E3EFEE contains red, green and blue colors in about the same proportion. Web safe color of #E3EFEE is #CCFFFF (or #CFF).
#E3EFEE color RGB value is (227,239,238).
RGB: (227,239,238)
(89%, 94%, 93%)
R 227 of 255 = 89%
G 239 of 255 = 94%
B 238 of 255 = 93%
R + G + B ~ 92%. #E3EFEE is light color.
R + G + B = 227 + 239 + 238 = 704 (100%)
R 227 of 704 ~ 32.24%
G 239 of 704 ~ 33.95%
B 238 of 704 ~ 33.81'%
#E3EFEE color CMYK value is (5,0,0,6).
CMYK: (5,0,0,6)
C5M0Y0K6 (5%, 0%, 0%, 6%)
(0.05 / 0.00 / 0.00 / 0.06)
Color #E3EFEE in popluar color models
E3 | EF | EE | |
---|---|---|---|
RGB | 227 | 239 | 238 |
HSL | 175° | 27.27% | 91.37% |
HSB/HSV | 175° | 5.02% | 93.73% |
CMYK | 5.02% | 0.00% | 0.42% |
6.27% |
Color #E3EFEE in popluar number systems.
HEX | E3 | EF | EE |
Decimal | 227 | 239 | 238 |
Binary | 11100011 | 11101111 | 11101110 |
Octal | 343 | 357 | 356 |
Shades of #E3EFEE
Tints of #E3EFEE
Examples of css and html codes for elements with #E3EFEE color. Also use rgb(227,239,238) instead hex code.
.myTextColor { color: #E3EFEE; }
<p style="color:#E3EFEE">This sample text font color is #E3EFEE.</p>
This text font color is #E3EFEE.
.myBgColor { background-color: #E3EFEE; }
<div style="background-color:#E3EFEE">Inner text</div>
This div background color is #E3EFEE.
.myBorderColor { border: 1px solid #E3EFEE; }
<div style="border:3px solid #E3EFEE">Div</div>
This div border color is #E3EFEE.
.myOpacity80 { color: #E3EFEE; opacity: 0.8; }
<p style="color:#E3EFEE;opacity:0.8;">80%</p>
Text with #E3EFEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E3EFEE;}
<p style="text-shadow: 3px 3px 1px #E3EFEE">Text here.</p>
This text has shadow with #E3EFEE color.
.textShadow {text-shadow: 3px 3px 1px #E3EFEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E3EFEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E3EFEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3EFEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E3EFEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E3EFEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E3EFEE;
-webkit-box-shadow: 1px 1px 3px 2px #E3EFEE;
box-shadow: 1px 1px 3px 2px #E3EFEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3EFEE; -webkit-box-shadow: 1px 1px 3px 2px #E3EFEE; box-shadow:1px 1px 3px 2px #E3EFEE;">
Div content here
</div>
This text has color #E3EFEE on black background.
This text has color #E3EFEE on white background.
This text has black color on #E3EFEE background.
This text has white color on #E3EFEE background.
Complementary color for #hex is #1C1011.