COLOR #E8D9DC

HEX: #E8D9DC
RGB: (232,217,220)

Color info

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

RGB color model

#E8D9DC color RGB value is (232,217,220).

  • red value is 232;
  • green value is 217;
  • blue value is 220.
RGB:
(232,217,220)
(91%,85%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 220 of 255 = 86%

232
217
220

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

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 220 = 669 (100%)
R 232 of 669 ~ 34.68%
G 217 of 669 ~ 32.44%
B 220 of 669 ~ 32.88%

%34.68
%32.44
%32.88

CMYK color model

#E8D9DC color CMYK value is (0,6,5,9).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(0,6,5,9)
C0M6Y5K9 
(0%,6%,5%,9%)
(0.00/0.06/0.05/0.09)	

CMYK percentages

%0
%6.47
%5.17
%9.02

Codes

Color #E8D9DC in popluar color models

E8D9DC
RGB232217220
HSL348°24.59%88.04%
HSB/HSV348°6.47%90.98%
CMYK0.00%6.47%5.17%
9.02%

Color #E8D9DC in popluar number systems.

HEXE8D9DC
Decimal232217220
Binary111010001101100111011100
Octal350331334

Shades and tints

Shades of #E8D9DC

#E8D9DC
(232,217,220)
#D3C6C8
(211,198,200)
#BEB3B4
(190,179,180)
#A9A0A0
(169,160,160)
#948D8C
(148,141,140)
#7F7A78
(127,122,120)
#6A6764
(106,103,100)
#555450
(85,84,80)
#40413C
(64,65,60)
#2B2E28
(43,46,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #E8D9DC

#E8D9DC
(232,217,220)
#EADCDF
(234,220,223)
#ECDFE2
(236,223,226)
#EEE2E5
(238,226,229)
#F0E5E8
(240,229,232)
#F2E8EB
(242,232,235)
#F4EBEE
(244,235,238)
#F6EEF1
(246,238,241)
#F8F1F4
(248,241,244)
#FAF4F7
(250,244,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9DC; }

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

This text font color is #E8D9DC.


Background Color

.myBgColor { background-color: #E8D9DC; }

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

This div background color is #E8D9DC.


Border color

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

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

This div border color is #E8D9DC.


Opacity

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

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

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

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

This text has shadow with #E8D9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9DC on black background.


Color preview on white background

This text has color #E8D9DC on white background.



Black color preview on #E8D9DC background

This text has black color on #E8D9DC background.


White color preview on #E8D9DC background

This text has white color on #E8D9DC background.