COLOR #E8D9E2

HEX: #E8D9E2
RGB: (232,217,226)

Color info

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

RGB color model

#E8D9E2 color RGB value is (232,217,226).

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

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 226 of 255 = 89%

232
217
226

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

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 226 = 675 (100%)
R 232 of 675 ~ 34.37%
G 217 of 675 ~ 32.15%
B 226 of 675 ~ 33.48%

%34.37
%32.15
%33.48

CMYK color model

#E8D9E2 color CMYK value is (0,6,3,9).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 2.59%
  • key color value is 9.02%
CMYK:
(0,6,3,9)
C0M6Y3K9 
(0%,6%,3%,9%)
(0.00/0.06/0.03/0.09)	

CMYK percentages

%0
%6.47
%2.59
%9.02

Codes

Color #E8D9E2 in popluar color models

E8D9E2
RGB232217226
HSL324°24.59%88.04%
HSB/HSV324°6.47%90.98%
CMYK0.00%6.47%2.59%
9.02%

Color #E8D9E2 in popluar number systems.

HEXE8D9E2
Decimal232217226
Binary111010001101100111100010
Octal350331342

Shades and tints

Shades of #E8D9E2

#E8D9E2
(232,217,226)
#D3C6CE
(211,198,206)
#BEB3BA
(190,179,186)
#A9A0A6
(169,160,166)
#948D92
(148,141,146)
#7F7A7E
(127,122,126)
#6A676A
(106,103,106)
#555456
(85,84,86)
#404142
(64,65,66)
#2B2E2E
(43,46,46)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #E8D9E2

#E8D9E2
(232,217,226)
#EADCE4
(234,220,228)
#ECDFE6
(236,223,230)
#EEE2E8
(238,226,232)
#F0E5EA
(240,229,234)
#F2E8EC
(242,232,236)
#F4EBEE
(244,235,238)
#F6EEF0
(246,238,240)
#F8F1F2
(248,241,242)
#FAF4F4
(250,244,244)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9E2; }

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

This text font color is #E8D9E2.


Background Color

.myBgColor { background-color: #E8D9E2; }

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

This div background color is #E8D9E2.


Border color

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

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

This div border color is #E8D9E2.


Opacity

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

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

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

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

This text has shadow with #E8D9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9E2 on black background.


Color preview on white background

This text has color #E8D9E2 on white background.



Black color preview on #E8D9E2 background

This text has black color on #E8D9E2 background.


White color preview on #E8D9E2 background

This text has white color on #E8D9E2 background.