COLOR #E8D9D1

HEX: #E8D9D1 RGB: (232,217,209)

Color info

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

RGB color model

#E8D9D1 color RGB value is (232,217,209).

RGB: (232,217,209) (91%, 85%, 82%)

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 209 of 255 = 82%

232
217
209

R + G + B ~ 86%. #E8D9D1 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 217 + 209 = 658 (100%)
R 232 of 658 ~ 35.26%
G 217 of 658 ~ 32.98%
B 209 of 658 ~ 31.76'%

%35.26
%32.98
%31.76

CMYK color model

#E8D9D1 color CMYK value is (0,6,10,9).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK: (0,6,10,9) C0M6Y10K9 (0%,6%,10%,9%) (0.00/0.06/0.10/0.09) 

CMYK percentages

%0
%6.47
%9.91
%9.02

Codes

Color #E8D9D1 in popluar color models

E8 D9 D1
RGB 232 217 209
HSL 21° 33.33% 86.47%
HSB/HSV 21° 9.91% 90.98%
CMYK 0.00% 6.47% 9.91%
9.02%

Color #E8D9D1 in popluar number systems.

HEX E8 D9 D1
Decimal 232 217 209
Binary 11101000 11011001 11010001
Octal 350 331 321

Shades and tints

Shades of #E8D9D1

#E8D9D1
(232,217,209)
#D3C6BE
(211,198,190)
#BEB3AB
(190,179,171)
#A9A098
(169,160,152)
#948D85
(148,141,133)
#7F7A72
(127,122,114)
#6A675F
(106,103,95)
#55544C
(85,84,76)
#404139
(64,65,57)
#2B2E26
(43,46,38)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #E8D9D1

#E8D9D1
(232,217,209)
#EADCD5
(234,220,213)
#ECDFD9
(236,223,217)
#EEE2DD
(238,226,221)
#F0E5E1
(240,229,225)
#F2E8E5
(242,232,229)
#F4EBE9
(244,235,233)
#F6EEED
(246,238,237)
#F8F1F1
(248,241,241)
#FAF4F5
(250,244,245)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D9D1 color. Also use rgb(232,217,209) instead hex code.

Text Font Color

.myTextColor { color: #E8D9D1; }

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

This text font color is #E8D9D1.

Background Color

.myBgColor { background-color: #E8D9D1; }

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

This div background color is #E8D9D1.

Border color

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

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

This div border color is #E8D9D1.

Opacity

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

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

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

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

This text has shadow with #E8D9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D9D1.

Preview

Color preview on black background

This text has color #E8D9D1 on black background.


Color preview on white background

This text has color #E8D9D1 on white background.


Black color preview on #E8D9D1 background

This text has black color on #E8D9D1 background.


White color preview on #E8D9D1 background

This text has white color on #E8D9D1 background.


Related colors

Complementary color

Complementary color for #hex is #17262E.


I love getcolorcode.com

Triadic colors

1 #D1E8D9 and #D9D1E8 with #E8D9D1 are triadic colors.

2 #D1D9E8 and #D9E8D1 with #E8D9D1 are triadic colors.