COLOR #E8D9DE

HEX: #E8D9DE
RGB: (232,217,222)

Color info

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

RGB color model

#E8D9DE color RGB value is (232,217,222).

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

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 222 of 255 = 87%

232
217
222

R + G + B ~ 88%. #E8D9DE is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 222 = 671 (100%)
R 232 of 671 ~ 34.58%
G 217 of 671 ~ 32.34%
B 222 of 671 ~ 33.08%

%34.58
%32.34
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 4.31%
  • key color value is 9.02%
CMYK:
(0,6,4,9)
C0M6Y4K9 
(0%,6%,4%,9%)
(0.00/0.06/0.04/0.09)	

CMYK percentages

%0
%6.47
%4.31
%9.02

Codes

Color #E8D9DE in popluar color models

E8D9DE
RGB232217222
HSL340°24.59%88.04%
HSB/HSV340°6.47%90.98%
CMYK0.00%6.47%4.31%
9.02%

Color #E8D9DE in popluar number systems.

HEXE8D9DE
Decimal232217222
Binary111010001101100111011110
Octal350331336

Shades and tints

Shades of #E8D9DE

#E8D9DE
(232,217,222)
#D3C6CA
(211,198,202)
#BEB3B6
(190,179,182)
#A9A0A2
(169,160,162)
#948D8E
(148,141,142)
#7F7A7A
(127,122,122)
#6A6766
(106,103,102)
#555452
(85,84,82)
#40413E
(64,65,62)
#2B2E2A
(43,46,42)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #E8D9DE

#E8D9DE
(232,217,222)
#EADCE1
(234,220,225)
#ECDFE4
(236,223,228)
#EEE2E7
(238,226,231)
#F0E5EA
(240,229,234)
#F2E8ED
(242,232,237)
#F4EBF0
(244,235,240)
#F6EEF3
(246,238,243)
#F8F1F6
(248,241,246)
#FAF4F9
(250,244,249)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9DE; }

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

This text font color is #E8D9DE.


Background Color

.myBgColor { background-color: #E8D9DE; }

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

This div background color is #E8D9DE.


Border color

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

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

This div border color is #E8D9DE.


Opacity

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

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

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

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

This text has shadow with #E8D9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9DE on black background.


Color preview on white background

This text has color #E8D9DE on white background.



Black color preview on #E8D9DE background

This text has black color on #E8D9DE background.


White color preview on #E8D9DE background

This text has white color on #E8D9DE background.