HEX: #E5E6DA
RGB: (229,230,218)
#E5E6DA contains red, green and blue colors in about the same proportion. Web safe color of #E5E6DA is #CCCCCC (or #CCC).
#E5E6DA color RGB value is (229,230,218).
RGB: (229,230,218)
(90%, 90%, 85%)
R 229 of 255 = 90%
G 230 of 255 = 90%
B 218 of 255 = 85%
R + G + B ~ 88%. #E5E6DA is light color.
R + G + B = 229 + 230 + 218 = 677 (100%)
R 229 of 677 ~ 33.83%
G 230 of 677 ~ 33.97%
B 218 of 677 ~ 32.2'%
#E5E6DA color CMYK value is (0,0,5,10).
CMYK: (0,0,5,10) C0M0Y5K10 (0%,0%,5%,10%) (0.00/0.00/0.05/0.10)
Color #E5E6DA in popluar color models
E5 | E6 | DA | |
---|---|---|---|
RGB | 229 | 230 | 218 |
HSL | 65° | 19.35% | 87.84% |
HSB/HSV | 65° | 5.22% | 90.20% |
CMYK | 0.43% | 0.00% | 5.22% |
9.80% |
Color #E5E6DA in popluar number systems.
HEX | E5 | E6 | DA |
Decimal | 229 | 230 | 218 |
Binary | 11100101 | 11100110 | 11011010 |
Octal | 345 | 346 | 332 |
Shades of #E5E6DA
Tints of #E5E6DA
Examples of css and html codes for elements with #E5E6DA color. Also use rgb(229,230,218) instead hex code.
.myTextColor { color: #E5E6DA; }
<p style="color:#E5E6DA">This sample text font color is #E5E6DA.</p>
This text font color is #E5E6DA.
.myBgColor { background-color: #E5E6DA; }
<div style="background-color:#E5E6DA">Inner text</div>
This div background color is #E5E6DA.
.myBorderColor { border: 1px solid #E5E6DA; }
<div style="border:3px solid #E5E6DA">Div</div>
This div border color is #E5E6DA.
.myOpacity80 { color: #E5E6DA; opacity: 0.8; }
<p style="color:#E5E6DA;opacity:0.8;">80%</p>
Text with #E5E6DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5E6DA;}
<p style="text-shadow: 3px 3px 1px #E5E6DA">Text here.</p>
This text has shadow with #E5E6DA color.
.textShadow {text-shadow: 3px 3px 1px #E5E6DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5E6DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5E6DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5E6DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5E6DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5E6DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5E6DA;
-webkit-box-shadow: 1px 1px 3px 2px #E5E6DA;
box-shadow: 1px 1px 3px 2px #E5E6DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5E6DA; -webkit-box-shadow: 1px 1px 3px 2px #E5E6DA; box-shadow:1px 1px 3px 2px #E5E6DA;">
Div content here
</div>
This text has color #E5E6DA on black background.
This text has color #E5E6DA on white background.
This text has black color on #E5E6DA background.
This text has white color on #E5E6DA background.
Complementary color for #hex is #1A1925.