HEX: #E7DEDB
RGB: (231,222,219)
#E7DEDB contains red, green and blue colors in about the same proportion. Web safe color of #E7DEDB is #FFCCCC (or #FCC).
#E7DEDB color RGB value is (231,222,219).
RGB: (231,222,219)
(91%, 87%, 86%)
R 231 of 255 = 91%
G 222 of 255 = 87%
B 219 of 255 = 86%
R + G + B ~ 88%. #E7DEDB is light color.
R + G + B = 231 + 222 + 219 = 672 (100%)
R 231 of 672 ~ 34.38%
G 222 of 672 ~ 33.04%
B 219 of 672 ~ 32.59'%
#E7DEDB color CMYK value is (0,4,5,9).
CMYK: (0,4,5,9) C0M4Y5K9 (0%,4%,5%,9%) (0.00/0.04/0.05/0.09)
Color #E7DEDB in popluar color models
E7 | DE | DB | |
---|---|---|---|
RGB | 231 | 222 | 219 |
HSL | 15° | 20.00% | 88.24% |
HSB/HSV | 15° | 5.19% | 90.59% |
CMYK | 0.00% | 3.90% | 5.19% |
9.41% |
Color #E7DEDB in popluar number systems.
HEX | E7 | DE | DB |
Decimal | 231 | 222 | 219 |
Binary | 11100111 | 11011110 | 11011011 |
Octal | 347 | 336 | 333 |
Shades of #E7DEDB
Tints of #E7DEDB
Examples of css and html codes for elements with #E7DEDB color. Also use rgb(231,222,219) instead hex code.
.myTextColor { color: #E7DEDB; }
<p style="color:#E7DEDB">This sample text font color is #E7DEDB.</p>
This text font color is #E7DEDB.
.myBgColor { background-color: #E7DEDB; }
<div style="background-color:#E7DEDB">Inner text</div>
This div background color is #E7DEDB.
.myBorderColor { border: 1px solid #E7DEDB; }
<div style="border:3px solid #E7DEDB">Div</div>
This div border color is #E7DEDB.
.myOpacity80 { color: #E7DEDB; opacity: 0.8; }
<p style="color:#E7DEDB;opacity:0.8;">80%</p>
Text with #E7DEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7DEDB;}
<p style="text-shadow: 3px 3px 1px #E7DEDB">Text here.</p>
This text has shadow with #E7DEDB color.
.textShadow {text-shadow: 3px 3px 1px #E7DEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7DEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7DEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7DEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7DEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7DEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7DEDB;
-webkit-box-shadow: 1px 1px 3px 2px #E7DEDB;
box-shadow: 1px 1px 3px 2px #E7DEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7DEDB; -webkit-box-shadow: 1px 1px 3px 2px #E7DEDB; box-shadow:1px 1px 3px 2px #E7DEDB;">
Div content here
</div>
This text has color #E7DEDB on black background.
This text has color #E7DEDB on white background.
This text has black color on #E7DEDB background.
This text has white color on #E7DEDB background.
Complementary color for #hex is #182124.