HEX: #E0EEDB
RGB: (224,238,219)
#E0EEDB contains red, green and blue colors in about the same proportion. Web safe color of #E0EEDB is #CCFFCC (or #CFC).
#E0EEDB color RGB value is (224,238,219).
RGB: (224,238,219)
(88%, 93%, 86%)
R 224 of 255 = 88%
G 238 of 255 = 93%
B 219 of 255 = 86%
R + G + B ~ 89%. #E0EEDB is light color.
R + G + B = 224 + 238 + 219 = 681 (100%)
R 224 of 681 ~ 32.89%
G 238 of 681 ~ 34.95%
B 219 of 681 ~ 32.16'%
#E0EEDB color CMYK value is (6,0,8,7).
CMYK: (6,0,8,7)
C6M0Y8K7 (6%, 0%, 8%, 7%)
(0.06 / 0.00 / 0.08 / 0.07)
Color #E0EEDB in popluar color models
E0 | EE | DB | |
---|---|---|---|
RGB | 224 | 238 | 219 |
HSL | 104° | 35.85% | 89.61% |
HSB/HSV | 104° | 7.98% | 93.33% |
CMYK | 5.88% | 0.00% | 7.98% |
6.67% |
Color #E0EEDB in popluar number systems.
HEX | E0 | EE | DB |
Decimal | 224 | 238 | 219 |
Binary | 11100000 | 11101110 | 11011011 |
Octal | 340 | 356 | 333 |
Shades of #E0EEDB
Tints of #E0EEDB
Examples of css and html codes for elements with #E0EEDB color. Also use rgb(224,238,219) instead hex code.
.myTextColor { color: #E0EEDB; }
<p style="color:#E0EEDB">This sample text font color is #E0EEDB.</p>
This text font color is #E0EEDB.
.myBgColor { background-color: #E0EEDB; }
<div style="background-color:#E0EEDB">Inner text</div>
This div background color is #E0EEDB.
.myBorderColor { border: 1px solid #E0EEDB; }
<div style="border:3px solid #E0EEDB">Div</div>
This div border color is #E0EEDB.
.myOpacity80 { color: #E0EEDB; opacity: 0.8; }
<p style="color:#E0EEDB;opacity:0.8;">80%</p>
Text with #E0EEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E0EEDB;}
<p style="text-shadow: 3px 3px 1px #E0EEDB">Text here.</p>
This text has shadow with #E0EEDB color.
.textShadow {text-shadow: 3px 3px 1px #E0EEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E0EEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E0EEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0EEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E0EEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E0EEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0EEDB;
-webkit-box-shadow: 1px 1px 3px 2px #E0EEDB;
box-shadow: 1px 1px 3px 2px #E0EEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0EEDB; -webkit-box-shadow: 1px 1px 3px 2px #E0EEDB; box-shadow:1px 1px 3px 2px #E0EEDB;">
Div content here
</div>
This text has color #E0EEDB on black background.
This text has color #E0EEDB on white background.
This text has black color on #E0EEDB background.
This text has white color on #E0EEDB background.
Complementary color for #hex is #1F1124.