HEX: #E4EFDB
RGB: (228,239,219)
#E4EFDB contains red, green and blue colors in about the same proportion. Web safe color of #E4EFDB is #CCFFCC (or #CFC).
#E4EFDB color RGB value is (228,239,219).
RGB: (228,239,219)
(89%, 94%, 86%)
R 228 of 255 = 89%
G 239 of 255 = 94%
B 219 of 255 = 86%
R + G + B ~ 90%. #E4EFDB is light color.
R + G + B = 228 + 239 + 219 = 686 (100%)
R 228 of 686 ~ 33.24%
G 239 of 686 ~ 34.84%
B 219 of 686 ~ 31.92'%
#E4EFDB color CMYK value is (5,0,8,6).
CMYK: (5,0,8,6)
C5M0Y8K6 (5%, 0%, 8%, 6%)
(0.05 / 0.00 / 0.08 / 0.06)
Color #E4EFDB in popluar color models
E4 | EF | DB | |
---|---|---|---|
RGB | 228 | 239 | 219 |
HSL | 93° | 38.46% | 89.80% |
HSB/HSV | 93° | 8.37% | 93.73% |
CMYK | 4.60% | 0.00% | 8.37% |
6.27% |
Color #E4EFDB in popluar number systems.
HEX | E4 | EF | DB |
Decimal | 228 | 239 | 219 |
Binary | 11100100 | 11101111 | 11011011 |
Octal | 344 | 357 | 333 |
Shades of #E4EFDB
Tints of #E4EFDB
Examples of css and html codes for elements with #E4EFDB color. Also use rgb(228,239,219) instead hex code.
.myTextColor { color: #E4EFDB; }
<p style="color:#E4EFDB">This sample text font color is #E4EFDB.</p>
This text font color is #E4EFDB.
.myBgColor { background-color: #E4EFDB; }
<div style="background-color:#E4EFDB">Inner text</div>
This div background color is #E4EFDB.
.myBorderColor { border: 1px solid #E4EFDB; }
<div style="border:3px solid #E4EFDB">Div</div>
This div border color is #E4EFDB.
.myOpacity80 { color: #E4EFDB; opacity: 0.8; }
<p style="color:#E4EFDB;opacity:0.8;">80%</p>
Text with #E4EFDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4EFDB;}
<p style="text-shadow: 3px 3px 1px #E4EFDB">Text here.</p>
This text has shadow with #E4EFDB color.
.textShadow {text-shadow: 3px 3px 1px #E4EFDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4EFDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4EFDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4EFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4EFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4EFDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4EFDB;
-webkit-box-shadow: 1px 1px 3px 2px #E4EFDB;
box-shadow: 1px 1px 3px 2px #E4EFDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4EFDB; -webkit-box-shadow: 1px 1px 3px 2px #E4EFDB; box-shadow:1px 1px 3px 2px #E4EFDB;">
Div content here
</div>
This text has color #E4EFDB on black background.
This text has color #E4EFDB on white background.
This text has black color on #E4EFDB background.
This text has white color on #E4EFDB background.
Complementary color for #hex is #1B1024.