COLOR #E8DFD7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

232
223
215

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

Portions of RGB colors in percentages

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

%34.63
%33.28
%32.09

CMYK color model

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

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

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

CMYK percentages

%0
%3.88
%7.33
%9.02

Codes

Color #E8DFD7 in popluar color models

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

Color #E8DFD7 in popluar number systems.

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

Shades and tints

Shades of #E8DFD7

#E8DFD7
(232,223,215)
#D3CBC4
(211,203,196)
#BEB7B1
(190,183,177)
#A9A39E
(169,163,158)
#948F8B
(148,143,139)
#7F7B78
(127,123,120)
#6A6765
(106,103,101)
#555352
(85,83,82)
#403F3F
(64,63,63)
#2B2B2C
(43,43,44)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #E8DFD7

#E8DFD7
(232,223,215)
#EAE1DA
(234,225,218)
#ECE3DD
(236,227,221)
#EEE5E0
(238,229,224)
#F0E7E3
(240,231,227)
#F2E9E6
(242,233,230)
#F4EBE9
(244,235,233)
#F6EDEC
(246,237,236)
#F8EFEF
(248,239,239)
#FAF1F2
(250,241,242)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DFD7; }

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

This text font color is #E8DFD7.

Background Color

.myBgColor { background-color: #E8DFD7; }

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

This div background color is #E8DFD7.

Border color

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

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

This div border color is #E8DFD7.

Opacity

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

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

Text with #E8DFD7 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 #E8DFD7;}

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

This text has shadow with #E8DFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DFD7.

Preview

Color preview on black background

This text has color #E8DFD7 on black background.


Color preview on white background

This text has color #E8DFD7 on white background.


Black color preview on #E8DFD7 background

This text has black color on #E8DFD7 background.


White color preview on #E8DFD7 background

This text has white color on #E8DFD7 background.


Related colors

Complementary color

Complementary color for #hex is #172028.


I love getcolorcode.com

Triadic colors

1 #D7E8DF and #DFD7E8 with #E8DFD7 are triadic colors.

2 #D7DFE8 and #DFE8D7 with #E8DFD7 are triadic colors.