HEX: #E7EFFA
RGB: (231,239,250)
#E7EFFA contains red, green and blue colors in about the same proportion. Web safe color of #E7EFFA is #FFFFFF (or #FFF).
#E7EFFA color RGB value is (231,239,250).
RGB: (231,239,250)
(91%, 94%, 98%)
R 231 of 255 = 91%
G 239 of 255 = 94%
B 250 of 255 = 98%
R + G + B ~ 94%. #E7EFFA is light color.
R + G + B = 231 + 239 + 250 = 720 (100%)
R 231 of 720 ~ 32.08%
G 239 of 720 ~ 33.19%
B 250 of 720 ~ 34.72'%
#E7EFFA color CMYK value is (8,4,0,2).
CMYK: (8,4,0,2)
C8M4Y0K2 (8%, 4%, 0%, 2%)
(0.08 / 0.04 / 0.00 / 0.02)
Color #E7EFFA in popluar color models
E7 | EF | FA | |
---|---|---|---|
RGB | 231 | 239 | 250 |
HSL | 215° | 65.52% | 94.31% |
HSB/HSV | 215° | 7.60% | 98.04% |
CMYK | 7.60% | 4.40% | 0.00% |
1.96% |
Color #E7EFFA in popluar number systems.
HEX | E7 | EF | FA |
Decimal | 231 | 239 | 250 |
Binary | 11100111 | 11101111 | 11111010 |
Octal | 347 | 357 | 372 |
Shades of #E7EFFA
Tints of #E7EFFA
Examples of css and html codes for elements with #E7EFFA color. Also use rgb(231,239,250) instead hex code.
.myTextColor { color: #E7EFFA; }
<p style="color:#E7EFFA">This sample text font color is #E7EFFA.</p>
This text font color is #E7EFFA.
.myBgColor { background-color: #E7EFFA; }
<div style="background-color:#E7EFFA">Inner text</div>
This div background color is #E7EFFA.
.myBorderColor { border: 1px solid #E7EFFA; }
<div style="border:3px solid #E7EFFA">Div</div>
This div border color is #E7EFFA.
.myOpacity80 { color: #E7EFFA; opacity: 0.8; }
<p style="color:#E7EFFA;opacity:0.8;">80%</p>
Text with #E7EFFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7EFFA;}
<p style="text-shadow: 3px 3px 1px #E7EFFA">Text here.</p>
This text has shadow with #E7EFFA color.
.textShadow {text-shadow: 3px 3px 1px #E7EFFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7EFFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7EFFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7EFFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7EFFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7EFFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7EFFA;
-webkit-box-shadow: 1px 1px 3px 2px #E7EFFA;
box-shadow: 1px 1px 3px 2px #E7EFFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7EFFA; -webkit-box-shadow: 1px 1px 3px 2px #E7EFFA; box-shadow:1px 1px 3px 2px #E7EFFA;">
Div content here
</div>
This text has color #E7EFFA on black background.
This text has color #E7EFFA on white background.
This text has black color on #E7EFFA background.
This text has white color on #E7EFFA background.
Complementary color for #hex is #181005.