COLOR #E9D3F2

HEX: #E9D3F2
RGB: (233,211,242)

Color info

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

RGB color model

#E9D3F2 color RGB value is (233,211,242).

  • red value is 233;
  • green value is 211;
  • blue value is 242.
RGB:
(233,211,242)
(91%,83%,95%)

RGB channels and saturation

R 233 of 255 = 91%
G 211 of 255 = 83%
B 242 of 255 = 95%

233
211
242

R + G + B ~ 90%. #E9D3F2 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 211 + 242 = 686 (100%)
R 233 of 686 ~ 33.97%
G 211 of 686 ~ 30.76%
B 242 of 686 ~ 35.28%

%33.97
%30.76
%35.28

CMYK color model

#E9D3F2 color CMYK value is (4,13,0,5).

  • cyan value is 3.72%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(4,13,0,5)
C4M13Y0K5 
(4%,13%,0%,5%)
(0.04/0.13/0.00/0.05)	

CMYK percentages

%3.72
%12.81
%0
%5.1

Codes

Color #E9D3F2 in popluar color models

E9D3F2
RGB233211242
HSL283°54.39%88.82%
HSB/HSV283°12.81%94.90%
CMYK3.72%12.81%0.00%
5.10%

Color #E9D3F2 in popluar number systems.

HEXE9D3F2
Decimal233211242
Binary111010011101001111110010
Octal351323362

Shades and tints

Shades of #E9D3F2

#E9D3F2
(233,211,242)
#D4C0DC
(212,192,220)
#BFADC6
(191,173,198)
#AA9AB0
(170,154,176)
#95879A
(149,135,154)
#807484
(128,116,132)
#6B616E
(107,97,110)
#564E58
(86,78,88)
#413B42
(65,59,66)
#2C282C
(44,40,44)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #E9D3F2

#E9D3F2
(233,211,242)
#EBD7F3
(235,215,243)
#EDDBF4
(237,219,244)
#EFDFF5
(239,223,245)
#F1E3F6
(241,227,246)
#F3E7F7
(243,231,247)
#F5EBF8
(245,235,248)
#F7EFF9
(247,239,249)
#F9F3FA
(249,243,250)
#FBF7FB
(251,247,251)
#FDFBFC
(253,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D3F2 color. Also use rgb(233,211,242) instead hex code.

Text Font Color

.myTextColor { color: #E9D3F2; }

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

This text font color is #E9D3F2.


Background Color

.myBgColor { background-color: #E9D3F2; }

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

This div background color is #E9D3F2.


Border color

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

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

This div border color is #E9D3F2.


Opacity

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

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

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

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

This text has shadow with #E9D3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D3F2 on black background.


Color preview on white background

This text has color #E9D3F2 on white background.



Black color preview on #E9D3F2 background

This text has black color on #E9D3F2 background.


White color preview on #E9D3F2 background

This text has white color on #E9D3F2 background.