COLOR #E9DBEF

HEX: #E9DBEF
RGB: (233,219,239)

Color info

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

RGB color model

#E9DBEF color RGB value is (233,219,239).

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

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 239 of 255 = 94%

233
219
239

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

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 239 = 691 (100%)
R 233 of 691 ~ 33.72%
G 219 of 691 ~ 31.69%
B 239 of 691 ~ 34.59%

%33.72
%31.69
%34.59

CMYK color model

#E9DBEF color CMYK value is (3,8,0,6).

  • cyan value is 2.51%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(3,8,0,6)
C3M8Y0K6 
(3%,8%,0%,6%)
(0.03/0.08/0.00/0.06)	

CMYK percentages

%2.51
%8.37
%0
%6.27

Codes

Color #E9DBEF in popluar color models

E9DBEF
RGB233219239
HSL282°38.46%89.80%
HSB/HSV282°8.37%93.73%
CMYK2.51%8.37%0.00%
6.27%

Color #E9DBEF in popluar number systems.

HEXE9DBEF
Decimal233219239
Binary111010011101101111101111
Octal351333357

Shades and tints

Shades of #E9DBEF

#E9DBEF
(233,219,239)
#D4C8DA
(212,200,218)
#BFB5C5
(191,181,197)
#AAA2B0
(170,162,176)
#958F9B
(149,143,155)
#807C86
(128,124,134)
#6B6971
(107,105,113)
#56565C
(86,86,92)
#414347
(65,67,71)
#2C3032
(44,48,50)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #E9DBEF

#E9DBEF
(233,219,239)
#EBDEF0
(235,222,240)
#EDE1F1
(237,225,241)
#EFE4F2
(239,228,242)
#F1E7F3
(241,231,243)
#F3EAF4
(243,234,244)
#F5EDF5
(245,237,245)
#F7F0F6
(247,240,246)
#F9F3F7
(249,243,247)
#FBF6F8
(251,246,248)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBEF; }

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

This text font color is #E9DBEF.


Background Color

.myBgColor { background-color: #E9DBEF; }

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

This div background color is #E9DBEF.


Border color

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

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

This div border color is #E9DBEF.


Opacity

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

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

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

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

This text has shadow with #E9DBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DBEF on black background.


Color preview on white background

This text has color #E9DBEF on white background.



Black color preview on #E9DBEF background

This text has black color on #E9DBEF background.


White color preview on #E9DBEF background

This text has white color on #E9DBEF background.