COLOR #E8D5D1

HEX: #E8D5D1
RGB: (232,213,209)

Color info

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

RGB color model

#E8D5D1 color RGB value is (232,213,209).

  • red value is 232;
  • green value is 213;
  • blue value is 209.
RGB:
(232,213,209)
(91%,84%,82%)

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 209 of 255 = 82%

232
213
209

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

Portions of RGB colors in percentages

R + G + B =
232 + 213 + 209 = 654 (100%)
R 232 of 654 ~ 35.47%
G 213 of 654 ~ 32.57%
B 209 of 654 ~ 31.96%

%35.47
%32.57
%31.96

CMYK color model

#E8D5D1 color CMYK value is (0,8,10,9).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK:
(0,8,10,9)
C0M8Y10K9 
(0%,8%,10%,9%)
(0.00/0.08/0.10/0.09)	

CMYK percentages

%0
%8.19
%9.91
%9.02

Codes

Color #E8D5D1 in popluar color models

E8D5D1
RGB232213209
HSL10°33.33%86.47%
HSB/HSV10°9.91%90.98%
CMYK0.00%8.19%9.91%
9.02%

Color #E8D5D1 in popluar number systems.

HEXE8D5D1
Decimal232213209
Binary111010001101010111010001
Octal350325321

Shades and tints

Shades of #E8D5D1

#E8D5D1
(232,213,209)
#D3C2BE
(211,194,190)
#BEAFAB
(190,175,171)
#A99C98
(169,156,152)
#948985
(148,137,133)
#7F7672
(127,118,114)
#6A635F
(106,99,95)
#55504C
(85,80,76)
#403D39
(64,61,57)
#2B2A26
(43,42,38)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #E8D5D1

#E8D5D1
(232,213,209)
#EAD8D5
(234,216,213)
#ECDBD9
(236,219,217)
#EEDEDD
(238,222,221)
#F0E1E1
(240,225,225)
#F2E4E5
(242,228,229)
#F4E7E9
(244,231,233)
#F6EAED
(246,234,237)
#F8EDF1
(248,237,241)
#FAF0F5
(250,240,245)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D5D1; }

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

This text font color is #E8D5D1.


Background Color

.myBgColor { background-color: #E8D5D1; }

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

This div background color is #E8D5D1.


Border color

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

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

This div border color is #E8D5D1.


Opacity

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

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

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

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

This text has shadow with #E8D5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D5D1 on black background.


Color preview on white background

This text has color #E8D5D1 on white background.



Black color preview on #E8D5D1 background

This text has black color on #E8D5D1 background.


White color preview on #E8D5D1 background

This text has white color on #E8D5D1 background.