COLOR #E8D7DF

HEX: #E8D7DF RGB: (232,215,223)

Color info

#E8D7DF contains red, green and blue colors in about the same proportion. Web safe color of #E8D7DF is #FFCCCC (or #FCC).

RGB color model

#E8D7DF color RGB value is (232,215,223).

RGB: (232,215,223) (91%, 84%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 215 of 255 = 84%
B 223 of 255 = 87%

232
215
223

R + G + B ~ 87%. #E8D7DF is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 215 + 223 = 670 (100%)
R 232 of 670 ~ 34.63%
G 215 of 670 ~ 32.09%
B 223 of 670 ~ 33.28'%

%34.63
%32.09
%33.28

CMYK color model

#E8D7DF color CMYK value is (0,7,4,9).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 3.88%
  • key color value is 9.02%

CMYK: (0,7,4,9)
C0M7Y4K9 (0%, 7%, 4%, 9%)
(0.00 / 0.07 / 0.04 / 0.09)

CMYK percentages

%0
%7.33
%3.88
%9.02

Codes

Color #E8D7DF in popluar color models

E8 D7 DF
RGB 232 215 223
HSL 332° 26.98% 87.65%
HSB/HSV 332° 7.33% 90.98%
CMYK 0.00% 7.33% 3.88%
9.02%

Color #E8D7DF in popluar number systems.

HEX E8 D7 DF
Decimal 232 215 223
Binary 11101000 11010111 11011111
Octal 350 327 337

Shades and tints

Shades of #E8D7DF

#E8D7DF
(232,215,223)
#D3C4CB
(211,196,203)
#BEB1B7
(190,177,183)
#A99EA3
(169,158,163)
#948B8F
(148,139,143)
#7F787B
(127,120,123)
#6A6567
(106,101,103)
#555253
(85,82,83)
#403F3F
(64,63,63)
#2B2C2B
(43,44,43)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #E8D7DF

#E8D7DF
(232,215,223)
#EADAE1
(234,218,225)
#ECDDE3
(236,221,227)
#EEE0E5
(238,224,229)
#F0E3E7
(240,227,231)
#F2E6E9
(242,230,233)
#F4E9EB
(244,233,235)
#F6ECED
(246,236,237)
#F8EFEF
(248,239,239)
#FAF2F1
(250,242,241)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D7DF color. Also use rgb(232,215,223) instead hex code.

Text Font Color

.myTextColor { color: #E8D7DF; }

<p style="color:#E8D7DF">This sample text font color is #E8D7DF.</p>

This text font color is #E8D7DF.

Background Color

.myBgColor { background-color: #E8D7DF; }

<div style="background-color:#E8D7DF">Inner text</div>

This div background color is #E8D7DF.

Border color

.myBorderColor { border: 1px solid #E8D7DF; }

<div style="border:3px solid #E8D7DF">Div</div>

This div border color is #E8D7DF.

Opacity

.myOpacity80 { color: #E8D7DF; opacity: 0.8; }

<p style="color:#E8D7DF;opacity:0.8;">80%</p>

Text with #E8D7DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E8D7DF;}

<p style="text-shadow: 3px 3px 1px #E8D7DF">Text here.</p>

This text has shadow with #E8D7DF color.


.textShadow {text-shadow: 3px 3px 1px #E8D7DF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E8D7DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #E8D7DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E8D7DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E8D7DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #E8D7DF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E8D7DF;
-webkit-box-shadow: 1px 1px 3px 2px #E8D7DF;
box-shadow: 1px 1px 3px 2px #E8D7DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E8D7DF; -webkit-box-shadow: 1px 1px 3px 2px #E8D7DF; box-shadow:1px 1px 3px 2px #E8D7DF;">
Div content here
</div>

This div box has shadow with color #E8D7DF.

Preview

Color preview on black background

This text has color #E8D7DF on black background.


Color preview on white background

This text has color #E8D7DF on white background.


Black color preview on #E8D7DF background

This text has black color on #E8D7DF background.


White color preview on #E8D7DF background

This text has white color on #E8D7DF background.


Related colors

Complementary color

Complementary color for #hex is #172820.


I love getcolorcode.com

Triadic colors

1 #DFE8D7 and #D7DFE8 with #E8D7DF are triadic colors.

2 #DFD7E8 and #D7E8DF with #E8D7DF are triadic colors.