COLOR #E9D1FC

HEX: #E9D1FC
RGB: (233,209,252)

Color info

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

RGB color model

#E9D1FC color RGB value is (233,209,252).

  • red value is 233;
  • green value is 209;
  • blue value is 252.
RGB:
(233,209,252)
(91%,82%,99%)

RGB channels and saturation

R 233 of 255 = 91%
G 209 of 255 = 82%
B 252 of 255 = 99%

233
209
252

R + G + B ~ 91%. #E9D1FC is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 209 + 252 = 694 (100%)
R 233 of 694 ~ 33.57%
G 209 of 694 ~ 30.12%
B 252 of 694 ~ 36.31%

%33.57
%30.12
%36.31

CMYK color model

#E9D1FC color CMYK value is (8,17,0,1).

  • cyan value is 7.54%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(8,17,0,1)
C8M17Y0K1 
(8%,17%,0%,1%)
(0.08/0.17/0.00/0.01)	

CMYK percentages

%7.54
%17.06
%0
%1.18

Codes

Color #E9D1FC in popluar color models

E9D1FC
RGB233209252
HSL273°87.76%90.39%
HSB/HSV273°17.06%98.82%
CMYK7.54%17.06%0.00%
1.18%

Color #E9D1FC in popluar number systems.

HEXE9D1FC
Decimal233209252
Binary111010011101000111111100
Octal351321374

Shades and tints

Shades of #E9D1FC

#E9D1FC
(233,209,252)
#D4BEE6
(212,190,230)
#BFABD0
(191,171,208)
#AA98BA
(170,152,186)
#9585A4
(149,133,164)
#80728E
(128,114,142)
#6B5F78
(107,95,120)
#564C62
(86,76,98)
#41394C
(65,57,76)
#2C2636
(44,38,54)
#171320
(23,19,32)
#000000
(0,0,0)

Tints of #E9D1FC

#E9D1FC
(233,209,252)
#EBD5FC
(235,213,252)
#EDD9FC
(237,217,252)
#EFDDFC
(239,221,252)
#F1E1FC
(241,225,252)
#F3E5FC
(243,229,252)
#F5E9FC
(245,233,252)
#F7EDFC
(247,237,252)
#F9F1FC
(249,241,252)
#FBF5FC
(251,245,252)
#FDF9FC
(253,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D1FC color. Also use rgb(233,209,252) instead hex code.

Text Font Color

.myTextColor { color: #E9D1FC; }

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

This text font color is #E9D1FC.


Background Color

.myBgColor { background-color: #E9D1FC; }

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

This div background color is #E9D1FC.


Border color

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

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

This div border color is #E9D1FC.


Opacity

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

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

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

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

This text has shadow with #E9D1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D1FC on black background.


Color preview on white background

This text has color #E9D1FC on white background.



Black color preview on #E9D1FC background

This text has black color on #E9D1FC background.


White color preview on #E9D1FC background

This text has white color on #E9D1FC background.