COLOR #E9D2EA

HEX: #E9D2EA
RGB: (233,210,234)

Color info

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

RGB color model

#E9D2EA color RGB value is (233,210,234).

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

RGB channels and saturation

R 233 of 255 = 91%
G 210 of 255 = 82%
B 234 of 255 = 92%

233
210
234

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

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 234 = 677 (100%)
R 233 of 677 ~ 34.42%
G 210 of 677 ~ 31.02%
B 234 of 677 ~ 34.56%

%34.42
%31.02
%34.56

CMYK color model

#E9D2EA color CMYK value is (0,10,0,8).

  • cyan value is 0.43%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(0,10,0,8)
C0M10Y0K8 
(0%,10%,0%,8%)
(0.00/0.10/0.00/0.08)	

CMYK percentages

%0.43
%10.26
%0
%8.24

Codes

Color #E9D2EA in popluar color models

E9D2EA
RGB233210234
HSL298°36.36%87.06%
HSB/HSV298°10.26%91.76%
CMYK0.43%10.26%0.00%
8.24%

Color #E9D2EA in popluar number systems.

HEXE9D2EA
Decimal233210234
Binary111010011101001011101010
Octal351322352

Shades and tints

Shades of #E9D2EA

#E9D2EA
(233,210,234)
#D4BFD5
(212,191,213)
#BFACC0
(191,172,192)
#AA99AB
(170,153,171)
#958696
(149,134,150)
#807381
(128,115,129)
#6B606C
(107,96,108)
#564D57
(86,77,87)
#413A42
(65,58,66)
#2C272D
(44,39,45)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #E9D2EA

#E9D2EA
(233,210,234)
#EBD6EB
(235,214,235)
#EDDAEC
(237,218,236)
#EFDEED
(239,222,237)
#F1E2EE
(241,226,238)
#F3E6EF
(243,230,239)
#F5EAF0
(245,234,240)
#F7EEF1
(247,238,241)
#F9F2F2
(249,242,242)
#FBF6F3
(251,246,243)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D2EA; }

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

This text font color is #E9D2EA.


Background Color

.myBgColor { background-color: #E9D2EA; }

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

This div background color is #E9D2EA.


Border color

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

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

This div border color is #E9D2EA.


Opacity

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

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

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

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

This text has shadow with #E9D2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D2EA on black background.


Color preview on white background

This text has color #E9D2EA on white background.



Black color preview on #E9D2EA background

This text has black color on #E9D2EA background.


White color preview on #E9D2EA background

This text has white color on #E9D2EA background.