COLOR #E9DBF5

HEX: #E9DBF5
RGB: (233,219,245)

Color info

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

RGB color model

#E9DBF5 color RGB value is (233,219,245).

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

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 245 of 255 = 96%

233
219
245

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

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 245 = 697 (100%)
R 233 of 697 ~ 33.43%
G 219 of 697 ~ 31.42%
B 245 of 697 ~ 35.15%

%33.43
%31.42
%35.15

CMYK color model

#E9DBF5 color CMYK value is (5,11,0,4).

  • cyan value is 4.90%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(5,11,0,4)
C5M11Y0K4 
(5%,11%,0%,4%)
(0.05/0.11/0.00/0.04)	

CMYK percentages

%4.9
%10.61
%0
%3.92

Codes

Color #E9DBF5 in popluar color models

E9DBF5
RGB233219245
HSL272°56.52%90.98%
HSB/HSV272°10.61%96.08%
CMYK4.90%10.61%0.00%
3.92%

Color #E9DBF5 in popluar number systems.

HEXE9DBF5
Decimal233219245
Binary111010011101101111110101
Octal351333365

Shades and tints

Shades of #E9DBF5

#E9DBF5
(233,219,245)
#D4C8DF
(212,200,223)
#BFB5C9
(191,181,201)
#AAA2B3
(170,162,179)
#958F9D
(149,143,157)
#807C87
(128,124,135)
#6B6971
(107,105,113)
#56565B
(86,86,91)
#414345
(65,67,69)
#2C302F
(44,48,47)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #E9DBF5

#E9DBF5
(233,219,245)
#EBDEF5
(235,222,245)
#EDE1F5
(237,225,245)
#EFE4F5
(239,228,245)
#F1E7F5
(241,231,245)
#F3EAF5
(243,234,245)
#F5EDF5
(245,237,245)
#F7F0F5
(247,240,245)
#F9F3F5
(249,243,245)
#FBF6F5
(251,246,245)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBF5; }

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

This text font color is #E9DBF5.


Background Color

.myBgColor { background-color: #E9DBF5; }

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

This div background color is #E9DBF5.


Border color

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

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

This div border color is #E9DBF5.


Opacity

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

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

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

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

This text has shadow with #E9DBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DBF5 on black background.


Color preview on white background

This text has color #E9DBF5 on white background.



Black color preview on #E9DBF5 background

This text has black color on #E9DBF5 background.


White color preview on #E9DBF5 background

This text has white color on #E9DBF5 background.