COLOR #E9D2ED

HEX: #E9D2ED
RGB: (233,210,237)

Color info

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

RGB color model

#E9D2ED color RGB value is (233,210,237).

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

RGB channels and saturation

R 233 of 255 = 91%
G 210 of 255 = 82%
B 237 of 255 = 93%

233
210
237

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

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 237 = 680 (100%)
R 233 of 680 ~ 34.26%
G 210 of 680 ~ 30.88%
B 237 of 680 ~ 34.85%

%34.26
%30.88
%34.85

CMYK color model

#E9D2ED color CMYK value is (2,11,0,7).

  • cyan value is 1.69%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(2,11,0,7)
C2M11Y0K7 
(2%,11%,0%,7%)
(0.02/0.11/0.00/0.07)	

CMYK percentages

%1.69
%11.39
%0
%7.06

Codes

Color #E9D2ED in popluar color models

E9D2ED
RGB233210237
HSL291°42.86%87.65%
HSB/HSV291°11.39%92.94%
CMYK1.69%11.39%0.00%
7.06%

Color #E9D2ED in popluar number systems.

HEXE9D2ED
Decimal233210237
Binary111010011101001011101101
Octal351322355

Shades and tints

Shades of #E9D2ED

#E9D2ED
(233,210,237)
#D4BFD8
(212,191,216)
#BFACC3
(191,172,195)
#AA99AE
(170,153,174)
#958699
(149,134,153)
#807384
(128,115,132)
#6B606F
(107,96,111)
#564D5A
(86,77,90)
#413A45
(65,58,69)
#2C2730
(44,39,48)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #E9D2ED

#E9D2ED
(233,210,237)
#EBD6EE
(235,214,238)
#EDDAEF
(237,218,239)
#EFDEF0
(239,222,240)
#F1E2F1
(241,226,241)
#F3E6F2
(243,230,242)
#F5EAF3
(245,234,243)
#F7EEF4
(247,238,244)
#F9F2F5
(249,242,245)
#FBF6F6
(251,246,246)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D2ED; }

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

This text font color is #E9D2ED.


Background Color

.myBgColor { background-color: #E9D2ED; }

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

This div background color is #E9D2ED.


Border color

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

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

This div border color is #E9D2ED.


Opacity

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

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

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

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

This text has shadow with #E9D2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D2ED on black background.


Color preview on white background

This text has color #E9D2ED on white background.



Black color preview on #E9D2ED background

This text has black color on #E9D2ED background.


White color preview on #E9D2ED background

This text has white color on #E9D2ED background.