COLOR #E9DBF1

HEX: #E9DBF1
RGB: (233,219,241)

Color info

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

RGB color model

#E9DBF1 color RGB value is (233,219,241).

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

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 241 of 255 = 95%

233
219
241

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

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 241 = 693 (100%)
R 233 of 693 ~ 33.62%
G 219 of 693 ~ 31.6%
B 241 of 693 ~ 34.78%

%33.62
%31.6
%34.78

CMYK color model

#E9DBF1 color CMYK value is (3,9,0,5).

  • cyan value is 3.32%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(3,9,0,5)
C3M9Y0K5 
(3%,9%,0%,5%)
(0.03/0.09/0.00/0.05)	

CMYK percentages

%3.32
%9.13
%0
%5.49

Codes

Color #E9DBF1 in popluar color models

E9DBF1
RGB233219241
HSL278°44.00%90.20%
HSB/HSV278°9.13%94.51%
CMYK3.32%9.13%0.00%
5.49%

Color #E9DBF1 in popluar number systems.

HEXE9DBF1
Decimal233219241
Binary111010011101101111110001
Octal351333361

Shades and tints

Shades of #E9DBF1

#E9DBF1
(233,219,241)
#D4C8DC
(212,200,220)
#BFB5C7
(191,181,199)
#AAA2B2
(170,162,178)
#958F9D
(149,143,157)
#807C88
(128,124,136)
#6B6973
(107,105,115)
#56565E
(86,86,94)
#414349
(65,67,73)
#2C3034
(44,48,52)
#171D1F
(23,29,31)
#000000
(0,0,0)

Tints of #E9DBF1

#E9DBF1
(233,219,241)
#EBDEF2
(235,222,242)
#EDE1F3
(237,225,243)
#EFE4F4
(239,228,244)
#F1E7F5
(241,231,245)
#F3EAF6
(243,234,246)
#F5EDF7
(245,237,247)
#F7F0F8
(247,240,248)
#F9F3F9
(249,243,249)
#FBF6FA
(251,246,250)
#FDF9FB
(253,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBF1; }

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

This text font color is #E9DBF1.


Background Color

.myBgColor { background-color: #E9DBF1; }

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

This div background color is #E9DBF1.


Border color

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

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

This div border color is #E9DBF1.


Opacity

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

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

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

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

This text has shadow with #E9DBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DBF1 on black background.


Color preview on white background

This text has color #E9DBF1 on white background.



Black color preview on #E9DBF1 background

This text has black color on #E9DBF1 background.


White color preview on #E9DBF1 background

This text has white color on #E9DBF1 background.