COLOR #E8D5E2

HEX: #E8D5E2
RGB: (232,213,226)

Color info

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

RGB color model

#E8D5E2 color RGB value is (232,213,226).

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

RGB channels and saturation

R 232 of 255 = 91%
G 213 of 255 = 84%
B 226 of 255 = 89%

232
213
226

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

Portions of RGB colors in percentages

R + G + B =
232 + 213 + 226 = 671 (100%)
R 232 of 671 ~ 34.58%
G 213 of 671 ~ 31.74%
B 226 of 671 ~ 33.68%

%34.58
%31.74
%33.68

CMYK color model

#E8D5E2 color CMYK value is (0,8,3,9).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 2.59%
  • key color value is 9.02%
CMYK:
(0,8,3,9)
C0M8Y3K9 
(0%,8%,3%,9%)
(0.00/0.08/0.03/0.09)	

CMYK percentages

%0
%8.19
%2.59
%9.02

Codes

Color #E8D5E2 in popluar color models

E8D5E2
RGB232213226
HSL319°29.23%87.25%
HSB/HSV319°8.19%90.98%
CMYK0.00%8.19%2.59%
9.02%

Color #E8D5E2 in popluar number systems.

HEXE8D5E2
Decimal232213226
Binary111010001101010111100010
Octal350325342

Shades and tints

Shades of #E8D5E2

#E8D5E2
(232,213,226)
#D3C2CE
(211,194,206)
#BEAFBA
(190,175,186)
#A99CA6
(169,156,166)
#948992
(148,137,146)
#7F767E
(127,118,126)
#6A636A
(106,99,106)
#555056
(85,80,86)
#403D42
(64,61,66)
#2B2A2E
(43,42,46)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #E8D5E2

#E8D5E2
(232,213,226)
#EAD8E4
(234,216,228)
#ECDBE6
(236,219,230)
#EEDEE8
(238,222,232)
#F0E1EA
(240,225,234)
#F2E4EC
(242,228,236)
#F4E7EE
(244,231,238)
#F6EAF0
(246,234,240)
#F8EDF2
(248,237,242)
#FAF0F4
(250,240,244)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D5E2; }

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

This text font color is #E8D5E2.


Background Color

.myBgColor { background-color: #E8D5E2; }

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

This div background color is #E8D5E2.


Border color

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

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

This div border color is #E8D5E2.


Opacity

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

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

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

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

This text has shadow with #E8D5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D5E2 on black background.


Color preview on white background

This text has color #E8D5E2 on white background.



Black color preview on #E8D5E2 background

This text has black color on #E8D5E2 background.


White color preview on #E8D5E2 background

This text has white color on #E8D5E2 background.