COLOR #E9DBFD

HEX: #E9DBFD
RGB: (233,219,253)

Color info

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

RGB color model

#E9DBFD color RGB value is (233,219,253).

  • red value is 233;
  • green value is 219;
  • blue value is 253.
RGB:
(233,219,253)
(91%,86%,99%)

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 253 of 255 = 99%

233
219
253

R + G + B ~ 92%. #E9DBFD is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 253 = 705 (100%)
R 233 of 705 ~ 33.05%
G 219 of 705 ~ 31.06%
B 253 of 705 ~ 35.89%

%33.05
%31.06
%35.89

CMYK color model

#E9DBFD color CMYK value is (8,13,0,1).

  • cyan value is 7.91%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,13,0,1)
C8M13Y0K1 
(8%,13%,0%,1%)
(0.08/0.13/0.00/0.01)	

CMYK percentages

%7.91
%13.44
%0
%0.78

Codes

Color #E9DBFD in popluar color models

E9DBFD
RGB233219253
HSL265°89.47%92.55%
HSB/HSV265°13.44%99.22%
CMYK7.91%13.44%0.00%
0.78%

Color #E9DBFD in popluar number systems.

HEXE9DBFD
Decimal233219253
Binary111010011101101111111101
Octal351333375

Shades and tints

Shades of #E9DBFD

#E9DBFD
(233,219,253)
#D4C8E6
(212,200,230)
#BFB5CF
(191,181,207)
#AAA2B8
(170,162,184)
#958FA1
(149,143,161)
#807C8A
(128,124,138)
#6B6973
(107,105,115)
#56565C
(86,86,92)
#414345
(65,67,69)
#2C302E
(44,48,46)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #E9DBFD

#E9DBFD
(233,219,253)
#EBDEFD
(235,222,253)
#EDE1FD
(237,225,253)
#EFE4FD
(239,228,253)
#F1E7FD
(241,231,253)
#F3EAFD
(243,234,253)
#F5EDFD
(245,237,253)
#F7F0FD
(247,240,253)
#F9F3FD
(249,243,253)
#FBF6FD
(251,246,253)
#FDF9FD
(253,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DBFD color. Also use rgb(233,219,253) instead hex code.

Text Font Color

.myTextColor { color: #E9DBFD; }

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

This text font color is #E9DBFD.


Background Color

.myBgColor { background-color: #E9DBFD; }

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

This div background color is #E9DBFD.


Border color

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

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

This div border color is #E9DBFD.


Opacity

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

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

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

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

This text has shadow with #E9DBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DBFD on black background.


Color preview on white background

This text has color #E9DBFD on white background.



Black color preview on #E9DBFD background

This text has black color on #E9DBFD background.


White color preview on #E9DBFD background

This text has white color on #E9DBFD background.