HEX: #E7EDDB
RGB: (231,237,219)
#E7EDDB contains red, green and blue colors in about the same proportion. Web safe color of #E7EDDB is #FFFFCC (or #FFC).
#E7EDDB color RGB value is (231,237,219).
RGB: (231,237,219)
(91%, 93%, 86%)
R 231 of 255 = 91%
G 237 of 255 = 93%
B 219 of 255 = 86%
R + G + B ~ 90%. #E7EDDB is light color.
R + G + B = 231 + 237 + 219 = 687 (100%)
R 231 of 687 ~ 33.62%
G 237 of 687 ~ 34.5%
B 219 of 687 ~ 31.88'%
#E7EDDB color CMYK value is (3,0,8,7).
CMYK: (3,0,8,7)
C3M0Y8K7 (3%, 0%, 8%, 7%)
(0.03 / 0.00 / 0.08 / 0.07)
Color #E7EDDB in popluar color models
E7 | ED | DB | |
---|---|---|---|
RGB | 231 | 237 | 219 |
HSL | 80° | 33.33% | 89.41% |
HSB/HSV | 80° | 7.59% | 92.94% |
CMYK | 2.53% | 0.00% | 7.59% |
7.06% |
Color #E7EDDB in popluar number systems.
HEX | E7 | ED | DB |
Decimal | 231 | 237 | 219 |
Binary | 11100111 | 11101101 | 11011011 |
Octal | 347 | 355 | 333 |
Shades of #E7EDDB
Tints of #E7EDDB
Examples of css and html codes for elements with #E7EDDB color. Also use rgb(231,237,219) instead hex code.
.myTextColor { color: #E7EDDB; }
<p style="color:#E7EDDB">This sample text font color is #E7EDDB.</p>
This text font color is #E7EDDB.
.myBgColor { background-color: #E7EDDB; }
<div style="background-color:#E7EDDB">Inner text</div>
This div background color is #E7EDDB.
.myBorderColor { border: 1px solid #E7EDDB; }
<div style="border:3px solid #E7EDDB">Div</div>
This div border color is #E7EDDB.
.myOpacity80 { color: #E7EDDB; opacity: 0.8; }
<p style="color:#E7EDDB;opacity:0.8;">80%</p>
Text with #E7EDDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7EDDB;}
<p style="text-shadow: 3px 3px 1px #E7EDDB">Text here.</p>
This text has shadow with #E7EDDB color.
.textShadow {text-shadow: 3px 3px 1px #E7EDDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7EDDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7EDDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7EDDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7EDDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7EDDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7EDDB;
-webkit-box-shadow: 1px 1px 3px 2px #E7EDDB;
box-shadow: 1px 1px 3px 2px #E7EDDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7EDDB; -webkit-box-shadow: 1px 1px 3px 2px #E7EDDB; box-shadow:1px 1px 3px 2px #E7EDDB;">
Div content here
</div>
This text has color #E7EDDB on black background.
This text has color #E7EDDB on white background.
This text has black color on #E7EDDB background.
This text has white color on #E7EDDB background.
Complementary color for #hex is #181224.