HEX: #E7F8DC
RGB: (231,248,220)
#E7F8DC contains red, green and blue colors in about the same proportion. Web safe color of #E7F8DC is #FFFFCC (or #FFC).
#E7F8DC color RGB value is (231,248,220).
RGB: (231,248,220)
(91%, 97%, 86%)
R 231 of 255 = 91%
G 248 of 255 = 97%
B 220 of 255 = 86%
R + G + B ~ 91%. #E7F8DC is light color.
R + G + B = 231 + 248 + 220 = 699 (100%)
R 231 of 699 ~ 33.05%
G 248 of 699 ~ 35.48%
B 220 of 699 ~ 31.47'%
#E7F8DC color CMYK value is (7,0,11,3).
CMYK: (7,0,11,3)
C7M0Y11K3 (7%, 0%, 11%, 3%)
(0.07 / 0.00 / 0.11 / 0.03)
Color #E7F8DC in popluar color models
E7 | F8 | DC | |
---|---|---|---|
RGB | 231 | 248 | 220 |
HSL | 96° | 66.67% | 91.76% |
HSB/HSV | 96° | 11.29% | 97.25% |
CMYK | 6.85% | 0.00% | 11.29% |
2.75% |
Color #E7F8DC in popluar number systems.
HEX | E7 | F8 | DC |
Decimal | 231 | 248 | 220 |
Binary | 11100111 | 11111000 | 11011100 |
Octal | 347 | 370 | 334 |
Shades of #E7F8DC
Tints of #E7F8DC
Examples of css and html codes for elements with #E7F8DC color. Also use rgb(231,248,220) instead hex code.
.myTextColor { color: #E7F8DC; }
<p style="color:#E7F8DC">This sample text font color is #E7F8DC.</p>
This text font color is #E7F8DC.
.myBgColor { background-color: #E7F8DC; }
<div style="background-color:#E7F8DC">Inner text</div>
This div background color is #E7F8DC.
.myBorderColor { border: 1px solid #E7F8DC; }
<div style="border:3px solid #E7F8DC">Div</div>
This div border color is #E7F8DC.
.myOpacity80 { color: #E7F8DC; opacity: 0.8; }
<p style="color:#E7F8DC;opacity:0.8;">80%</p>
Text with #E7F8DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7F8DC;}
<p style="text-shadow: 3px 3px 1px #E7F8DC">Text here.</p>
This text has shadow with #E7F8DC color.
.textShadow {text-shadow: 3px 3px 1px #E7F8DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7F8DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7F8DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7F8DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7F8DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7F8DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7F8DC;
-webkit-box-shadow: 1px 1px 3px 2px #E7F8DC;
box-shadow: 1px 1px 3px 2px #E7F8DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7F8DC; -webkit-box-shadow: 1px 1px 3px 2px #E7F8DC; box-shadow:1px 1px 3px 2px #E7F8DC;">
Div content here
</div>
This text has color #E7F8DC on black background.
This text has color #E7F8DC on white background.
This text has black color on #E7F8DC background.
This text has white color on #E7F8DC background.
Complementary color for #hex is #180723.