COLOR #E9D2EB

HEX: #E9D2EB
RGB: (233,210,235)

Color info

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

RGB color model

#E9D2EB color RGB value is (233,210,235).

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

RGB channels and saturation

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

233
210
235

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

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 235 = 678 (100%)
R 233 of 678 ~ 34.37%
G 210 of 678 ~ 30.97%
B 235 of 678 ~ 34.66%

%34.37
%30.97
%34.66

CMYK color model

#E9D2EB color CMYK value is (1,11,0,8).

  • cyan value is 0.85%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,11,0,8)
C1M11Y0K8 
(1%,11%,0%,8%)
(0.01/0.11/0.00/0.08)	

CMYK percentages

%0.85
%10.64
%0
%7.84

Codes

Color #E9D2EB in popluar color models

E9D2EB
RGB233210235
HSL295°38.46%87.25%
HSB/HSV295°10.64%92.16%
CMYK0.85%10.64%0.00%
7.84%

Color #E9D2EB in popluar number systems.

HEXE9D2EB
Decimal233210235
Binary111010011101001011101011
Octal351322353

Shades and tints

Shades of #E9D2EB

#E9D2EB
(233,210,235)
#D4BFD6
(212,191,214)
#BFACC1
(191,172,193)
#AA99AC
(170,153,172)
#958697
(149,134,151)
#807382
(128,115,130)
#6B606D
(107,96,109)
#564D58
(86,77,88)
#413A43
(65,58,67)
#2C272E
(44,39,46)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #E9D2EB

#E9D2EB
(233,210,235)
#EBD6EC
(235,214,236)
#EDDAED
(237,218,237)
#EFDEEE
(239,222,238)
#F1E2EF
(241,226,239)
#F3E6F0
(243,230,240)
#F5EAF1
(245,234,241)
#F7EEF2
(247,238,242)
#F9F2F3
(249,242,243)
#FBF6F4
(251,246,244)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D2EB; }

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

This text font color is #E9D2EB.


Background Color

.myBgColor { background-color: #E9D2EB; }

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

This div background color is #E9D2EB.


Border color

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

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

This div border color is #E9D2EB.


Opacity

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

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

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

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

This text has shadow with #E9D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D2EB on black background.


Color preview on white background

This text has color #E9D2EB on white background.



Black color preview on #E9D2EB background

This text has black color on #E9D2EB background.


White color preview on #E9D2EB background

This text has white color on #E9D2EB background.