COLOR #E9DBE8

HEX: #E9DBE8
RGB: (233,219,232)

Color info

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

RGB color model

#E9DBE8 color RGB value is (233,219,232).

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

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 232 of 255 = 91%

233
219
232

R + G + B ~ 89%. #E9DBE8 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 232 = 684 (100%)
R 233 of 684 ~ 34.06%
G 219 of 684 ~ 32.02%
B 232 of 684 ~ 33.92%

%34.06
%32.02
%33.92

CMYK color model

#E9DBE8 color CMYK value is (0,6,0,9).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 0.43%
  • key color value is 8.63%
CMYK:
(0,6,0,9)
C0M6Y0K9 
(0%,6%,0%,9%)
(0.00/0.06/0.00/0.09)	

CMYK percentages

%0
%6.01
%0.43
%8.63

Codes

Color #E9DBE8 in popluar color models

E9DBE8
RGB233219232
HSL304°24.14%88.63%
HSB/HSV304°6.01%91.37%
CMYK0.00%6.01%0.43%
8.63%

Color #E9DBE8 in popluar number systems.

HEXE9DBE8
Decimal233219232
Binary111010011101101111101000
Octal351333350

Shades and tints

Shades of #E9DBE8

#E9DBE8
(233,219,232)
#D4C8D3
(212,200,211)
#BFB5BE
(191,181,190)
#AAA2A9
(170,162,169)
#958F94
(149,143,148)
#807C7F
(128,124,127)
#6B696A
(107,105,106)
#565655
(86,86,85)
#414340
(65,67,64)
#2C302B
(44,48,43)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #E9DBE8

#E9DBE8
(233,219,232)
#EBDEEA
(235,222,234)
#EDE1EC
(237,225,236)
#EFE4EE
(239,228,238)
#F1E7F0
(241,231,240)
#F3EAF2
(243,234,242)
#F5EDF4
(245,237,244)
#F7F0F6
(247,240,246)
#F9F3F8
(249,243,248)
#FBF6FA
(251,246,250)
#FDF9FC
(253,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBE8; }

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

This text font color is #E9DBE8.


Background Color

.myBgColor { background-color: #E9DBE8; }

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

This div background color is #E9DBE8.


Border color

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

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

This div border color is #E9DBE8.


Opacity

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

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

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

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

This text has shadow with #E9DBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DBE8 on black background.


Color preview on white background

This text has color #E9DBE8 on white background.



Black color preview on #E9DBE8 background

This text has black color on #E9DBE8 background.


White color preview on #E9DBE8 background

This text has white color on #E9DBE8 background.