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