HEX: #E7DADF
RGB: (231,218,223)
#E7DADF contains red, green and blue colors in about the same proportion. Web safe color of #E7DADF is #FFCCCC (or #FCC).
#E7DADF color RGB value is (231,218,223).
RGB: (231,218,223)
(91%, 85%, 87%)
R 231 of 255 = 91%
G 218 of 255 = 85%
B 223 of 255 = 87%
R + G + B ~ 88%. #E7DADF is light color.
R + G + B = 231 + 218 + 223 = 672 (100%)
R 231 of 672 ~ 34.38%
G 218 of 672 ~ 32.44%
B 223 of 672 ~ 33.18'%
#E7DADF color CMYK value is (0,6,3,9).
CMYK: (0,6,3,9) C0M6Y3K9 (0%,6%,3%,9%) (0.00/0.06/0.03/0.09)
Color #E7DADF in popluar color models
E7 | DA | DF | |
---|---|---|---|
RGB | 231 | 218 | 223 |
HSL | 337° | 21.31% | 88.04% |
HSB/HSV | 337° | 5.63% | 90.59% |
CMYK | 0.00% | 5.63% | 3.46% |
9.41% |
Color #E7DADF in popluar number systems.
HEX | E7 | DA | DF |
Decimal | 231 | 218 | 223 |
Binary | 11100111 | 11011010 | 11011111 |
Octal | 347 | 332 | 337 |
Shades of #E7DADF
Tints of #E7DADF
Examples of css and html codes for elements with #E7DADF color. Also use rgb(231,218,223) instead hex code.
.myTextColor { color: #E7DADF; }
<p style="color:#E7DADF">This sample text font color is #E7DADF.</p>
This text font color is #E7DADF.
.myBgColor { background-color: #E7DADF; }
<div style="background-color:#E7DADF">Inner text</div>
This div background color is #E7DADF.
.myBorderColor { border: 1px solid #E7DADF; }
<div style="border:3px solid #E7DADF">Div</div>
This div border color is #E7DADF.
.myOpacity80 { color: #E7DADF; opacity: 0.8; }
<p style="color:#E7DADF;opacity:0.8;">80%</p>
Text with #E7DADF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7DADF;}
<p style="text-shadow: 3px 3px 1px #E7DADF">Text here.</p>
This text has shadow with #E7DADF color.
.textShadow {text-shadow: 3px 3px 1px #E7DADF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7DADF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7DADF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7DADF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7DADF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7DADF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7DADF;
-webkit-box-shadow: 1px 1px 3px 2px #E7DADF;
box-shadow: 1px 1px 3px 2px #E7DADF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7DADF; -webkit-box-shadow: 1px 1px 3px 2px #E7DADF; box-shadow:1px 1px 3px 2px #E7DADF;">
Div content here
</div>
This text has color #E7DADF on black background.
This text has color #E7DADF on white background.
This text has black color on #E7DADF background.
This text has white color on #E7DADF background.
Complementary color for #hex is #182520.