HEX: #E9EFDA
RGB: (233,239,218)
#E9EFDA contains red, green and blue colors in about the same proportion. Web safe color of #E9EFDA is #FFFFCC (or #FFC).
#E9EFDA color RGB value is (233,239,218).
RGB: (233,239,218)
(91%, 94%, 85%)
R 233 of 255 = 91%
G 239 of 255 = 94%
B 218 of 255 = 85%
R + G + B ~ 90%. #E9EFDA is light color.
R + G + B = 233 + 239 + 218 = 690 (100%)
R 233 of 690 ~ 33.77%
G 239 of 690 ~ 34.64%
B 218 of 690 ~ 31.59'%
#E9EFDA color CMYK value is (3,0,9,6).
CMYK: (3,0,9,6)
C3M0Y9K6 (3%, 0%, 9%, 6%)
(0.03 / 0.00 / 0.09 / 0.06)
Color #E9EFDA in popluar color models
E9 | EF | DA | |
---|---|---|---|
RGB | 233 | 239 | 218 |
HSL | 77° | 39.62% | 89.61% |
HSB/HSV | 77° | 8.79% | 93.73% |
CMYK | 2.51% | 0.00% | 8.79% |
6.27% |
Color #E9EFDA in popluar number systems.
HEX | E9 | EF | DA |
Decimal | 233 | 239 | 218 |
Binary | 11101001 | 11101111 | 11011010 |
Octal | 351 | 357 | 332 |
Shades of #E9EFDA
Tints of #E9EFDA
Examples of css and html codes for elements with #E9EFDA color. Also use rgb(233,239,218) instead hex code.
.myTextColor { color: #E9EFDA; }
<p style="color:#E9EFDA">This sample text font color is #E9EFDA.</p>
This text font color is #E9EFDA.
.myBgColor { background-color: #E9EFDA; }
<div style="background-color:#E9EFDA">Inner text</div>
This div background color is #E9EFDA.
.myBorderColor { border: 1px solid #E9EFDA; }
<div style="border:3px solid #E9EFDA">Div</div>
This div border color is #E9EFDA.
.myOpacity80 { color: #E9EFDA; opacity: 0.8; }
<p style="color:#E9EFDA;opacity:0.8;">80%</p>
Text with #E9EFDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9EFDA;}
<p style="text-shadow: 3px 3px 1px #E9EFDA">Text here.</p>
This text has shadow with #E9EFDA color.
.textShadow {text-shadow: 3px 3px 1px #E9EFDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9EFDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9EFDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9EFDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9EFDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9EFDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9EFDA;
-webkit-box-shadow: 1px 1px 3px 2px #E9EFDA;
box-shadow: 1px 1px 3px 2px #E9EFDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9EFDA; -webkit-box-shadow: 1px 1px 3px 2px #E9EFDA; box-shadow:1px 1px 3px 2px #E9EFDA;">
Div content here
</div>
This text has color #E9EFDA on black background.
This text has color #E9EFDA on white background.
This text has black color on #E9EFDA background.
This text has white color on #E9EFDA background.
Complementary color for #hex is #161025.