COLOR #E8D9EA

HEX: #E8D9EA
RGB: (232,217,234)

Color info

#E8D9EA contains red, green and blue colors in about the same proportion. Web safe color of #E8D9EA is #FFCCFF (or #FCF).

RGB color model

#E8D9EA color RGB value is (232,217,234).

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

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 234 of 255 = 92%

232
217
234

R + G + B ~ 89%. #E8D9EA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 217 + 234 = 683 (100%)
R 232 of 683 ~ 33.97%
G 217 of 683 ~ 31.77%
B 234 of 683 ~ 34.26%

%33.97
%31.77
%34.26

CMYK color model

#E8D9EA color CMYK value is (1,7,0,8).

  • cyan value is 0.85%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,7,0,8)
C1M7Y0K8 
(1%,7%,0%,8%)
(0.01/0.07/0.00/0.08)	

CMYK percentages

%0.85
%7.26
%0
%8.24

Codes

Color #E8D9EA in popluar color models

E8D9EA
RGB232217234
HSL293°28.81%88.43%
HSB/HSV293°7.26%91.76%
CMYK0.85%7.26%0.00%
8.24%

Color #E8D9EA in popluar number systems.

HEXE8D9EA
Decimal232217234
Binary111010001101100111101010
Octal350331352

Shades and tints

Shades of #E8D9EA

#E8D9EA
(232,217,234)
#D3C6D5
(211,198,213)
#BEB3C0
(190,179,192)
#A9A0AB
(169,160,171)
#948D96
(148,141,150)
#7F7A81
(127,122,129)
#6A676C
(106,103,108)
#555457
(85,84,87)
#404142
(64,65,66)
#2B2E2D
(43,46,45)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #E8D9EA

#E8D9EA
(232,217,234)
#EADCEB
(234,220,235)
#ECDFEC
(236,223,236)
#EEE2ED
(238,226,237)
#F0E5EE
(240,229,238)
#F2E8EF
(242,232,239)
#F4EBF0
(244,235,240)
#F6EEF1
(246,238,241)
#F8F1F2
(248,241,242)
#FAF4F3
(250,244,243)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D9EA; }

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

This text font color is #E8D9EA.


Background Color

.myBgColor { background-color: #E8D9EA; }

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

This div background color is #E8D9EA.


Border color

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

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

This div border color is #E8D9EA.


Opacity

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

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

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

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

This text has shadow with #E8D9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D9EA on black background.


Color preview on white background

This text has color #E8D9EA on white background.



Black color preview on #E8D9EA background

This text has black color on #E8D9EA background.


White color preview on #E8D9EA background

This text has white color on #E8D9EA background.