COLOR #E9D4E1

HEX: #E9D4E1
RGB: (233,212,225)

Color info

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

RGB color model

#E9D4E1 color RGB value is (233,212,225).

  • red value is 233;
  • green value is 212;
  • blue value is 225.
RGB:
(233,212,225)
(91%,83%,88%)

RGB channels and saturation

R 233 of 255 = 91%
G 212 of 255 = 83%
B 225 of 255 = 88%

233
212
225

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

Portions of RGB colors in percentages

R + G + B =
233 + 212 + 225 = 670 (100%)
R 233 of 670 ~ 34.78%
G 212 of 670 ~ 31.64%
B 225 of 670 ~ 33.58%

%34.78
%31.64
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 3.43%
  • key color value is 8.63%
CMYK:
(0,9,3,9)
C0M9Y3K9 
(0%,9%,3%,9%)
(0.00/0.09/0.03/0.09)	

CMYK percentages

%0
%9.01
%3.43
%8.63

Codes

Color #E9D4E1 in popluar color models

E9D4E1
RGB233212225
HSL323°32.31%87.25%
HSB/HSV323°9.01%91.37%
CMYK0.00%9.01%3.43%
8.63%

Color #E9D4E1 in popluar number systems.

HEXE9D4E1
Decimal233212225
Binary111010011101010011100001
Octal351324341

Shades and tints

Shades of #E9D4E1

#E9D4E1
(233,212,225)
#D4C1CD
(212,193,205)
#BFAEB9
(191,174,185)
#AA9BA5
(170,155,165)
#958891
(149,136,145)
#80757D
(128,117,125)
#6B6269
(107,98,105)
#564F55
(86,79,85)
#413C41
(65,60,65)
#2C292D
(44,41,45)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #E9D4E1

#E9D4E1
(233,212,225)
#EBD7E3
(235,215,227)
#EDDAE5
(237,218,229)
#EFDDE7
(239,221,231)
#F1E0E9
(241,224,233)
#F3E3EB
(243,227,235)
#F5E6ED
(245,230,237)
#F7E9EF
(247,233,239)
#F9ECF1
(249,236,241)
#FBEFF3
(251,239,243)
#FDF2F5
(253,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D4E1 color. Also use rgb(233,212,225) instead hex code.

Text Font Color

.myTextColor { color: #E9D4E1; }

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

This text font color is #E9D4E1.


Background Color

.myBgColor { background-color: #E9D4E1; }

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

This div background color is #E9D4E1.


Border color

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

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

This div border color is #E9D4E1.


Opacity

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

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

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

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

This text has shadow with #E9D4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D4E1 on black background.


Color preview on white background

This text has color #E9D4E1 on white background.



Black color preview on #E9D4E1 background

This text has black color on #E9D4E1 background.


White color preview on #E9D4E1 background

This text has white color on #E9D4E1 background.