COLOR #E8DFD4

HEX: #E8DFD4 RGB: (232,223,212)

Color info

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

RGB color model

#E8DFD4 color RGB value is (232,223,212).

RGB: (232,223,212) (91%, 87%, 83%)

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 212 of 255 = 83%

232
223
212

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

Portions of RGB colors in percentages

R + G + B = 232 + 223 + 212 = 667 (100%)
R 232 of 667 ~ 34.78%
G 223 of 667 ~ 33.43%
B 212 of 667 ~ 31.78'%

%34.78
%33.43
%31.78

CMYK color model

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

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

CMYK: (0,4,9,9)
C0M4Y9K9 (0%, 4%, 9%, 9%)
(0.00 / 0.04 / 0.09 / 0.09)

CMYK percentages

%0
%3.88
%8.62
%9.02

Codes

Color #E8DFD4 in popluar color models

E8 DF D4
RGB 232 223 212
HSL 33° 30.30% 87.06%
HSB/HSV 33° 8.62% 90.98%
CMYK 0.00% 3.88% 8.62%
9.02%

Color #E8DFD4 in popluar number systems.

HEX E8 DF D4
Decimal 232 223 212
Binary 11101000 11011111 11010100
Octal 350 337 324

Shades and tints

Shades of #E8DFD4

#E8DFD4
(232,223,212)
#D3CBC1
(211,203,193)
#BEB7AE
(190,183,174)
#A9A39B
(169,163,155)
#948F88
(148,143,136)
#7F7B75
(127,123,117)
#6A6762
(106,103,98)
#55534F
(85,83,79)
#403F3C
(64,63,60)
#2B2B29
(43,43,41)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #E8DFD4

#E8DFD4
(232,223,212)
#EAE1D7
(234,225,215)
#ECE3DA
(236,227,218)
#EEE5DD
(238,229,221)
#F0E7E0
(240,231,224)
#F2E9E3
(242,233,227)
#F4EBE6
(244,235,230)
#F6EDE9
(246,237,233)
#F8EFEC
(248,239,236)
#FAF1EF
(250,241,239)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DFD4; }

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

This text font color is #E8DFD4.

Background Color

.myBgColor { background-color: #E8DFD4; }

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

This div background color is #E8DFD4.

Border color

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

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

This div border color is #E8DFD4.

Opacity

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

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

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

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

This text has shadow with #E8DFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DFD4.

Preview

Color preview on black background

This text has color #E8DFD4 on black background.


Color preview on white background

This text has color #E8DFD4 on white background.


Black color preview on #E8DFD4 background

This text has black color on #E8DFD4 background.


White color preview on #E8DFD4 background

This text has white color on #E8DFD4 background.


Related colors

Complementary color

Complementary color for #hex is #17202B.


I love getcolorcode.com

Triadic colors

1 #D4E8DF and #DFD4E8 with #E8DFD4 are triadic colors.

2 #D4DFE8 and #DFE8D4 with #E8DFD4 are triadic colors.