COLOR #E9D2E1

HEX: #E9D2E1
RGB: (233,210,225)

Color info

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

RGB color model

#E9D2E1 color RGB value is (233,210,225).

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

RGB channels and saturation

R 233 of 255 = 91%
G 210 of 255 = 82%
B 225 of 255 = 88%

233
210
225

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

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 225 = 668 (100%)
R 233 of 668 ~ 34.88%
G 210 of 668 ~ 31.44%
B 225 of 668 ~ 33.68%

%34.88
%31.44
%33.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 3.43%
  • key color value is 8.63%
CMYK:
(0,10,3,9)
C0M10Y3K9 
(0%,10%,3%,9%)
(0.00/0.10/0.03/0.09)	

CMYK percentages

%0
%9.87
%3.43
%8.63

Codes

Color #E9D2E1 in popluar color models

E9D2E1
RGB233210225
HSL321°34.33%86.86%
HSB/HSV321°9.87%91.37%
CMYK0.00%9.87%3.43%
8.63%

Color #E9D2E1 in popluar number systems.

HEXE9D2E1
Decimal233210225
Binary111010011101001011100001
Octal351322341

Shades and tints

Shades of #E9D2E1

#E9D2E1
(233,210,225)
#D4BFCD
(212,191,205)
#BFACB9
(191,172,185)
#AA99A5
(170,153,165)
#958691
(149,134,145)
#80737D
(128,115,125)
#6B6069
(107,96,105)
#564D55
(86,77,85)
#413A41
(65,58,65)
#2C272D
(44,39,45)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #E9D2E1

#E9D2E1
(233,210,225)
#EBD6E3
(235,214,227)
#EDDAE5
(237,218,229)
#EFDEE7
(239,222,231)
#F1E2E9
(241,226,233)
#F3E6EB
(243,230,235)
#F5EAED
(245,234,237)
#F7EEEF
(247,238,239)
#F9F2F1
(249,242,241)
#FBF6F3
(251,246,243)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D2E1; }

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

This text font color is #E9D2E1.


Background Color

.myBgColor { background-color: #E9D2E1; }

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

This div background color is #E9D2E1.


Border color

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

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

This div border color is #E9D2E1.


Opacity

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

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

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

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

This text has shadow with #E9D2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D2E1 on black background.


Color preview on white background

This text has color #E9D2E1 on white background.



Black color preview on #E9D2E1 background

This text has black color on #E9D2E1 background.


White color preview on #E9D2E1 background

This text has white color on #E9D2E1 background.