COLOR #E9DBDF

HEX: #E9DBDF
RGB: (233,219,223)

Color info

#E9DBDF contains red, green and blue colors in about the same proportion. Web safe color of #E9DBDF is #FFCCCC (or #FCC).

RGB color model

#E9DBDF color RGB value is (233,219,223).

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

RGB channels and saturation

R 233 of 255 = 91%
G 219 of 255 = 86%
B 223 of 255 = 87%

233
219
223

R + G + B ~ 88%. #E9DBDF is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 219 + 223 = 675 (100%)
R 233 of 675 ~ 34.52%
G 219 of 675 ~ 32.44%
B 223 of 675 ~ 33.04%

%34.52
%32.44
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK: (0,6,4,9) C0M6Y4K9 (0%,6%,4%,9%) (0.00/0.06/0.04/0.09)

CMYK percentages

%0
%6.01
%4.29
%8.63

Codes

Color #E9DBDF in popluar color models

E9DBDF
RGB233219223
HSL343°24.14%88.63%
HSB/HSV343°6.01%91.37%
CMYK0.00%6.01%4.29%
8.63%

Color #E9DBDF in popluar number systems.

HEXE9DBDF
Decimal233219223
Binary111010011101101111011111
Octal351333337

Shades and tints

Shades of #E9DBDF

#E9DBDF
(233,219,223)
#D4C8CB
(212,200,203)
#BFB5B7
(191,181,183)
#AAA2A3
(170,162,163)
#958F8F
(149,143,143)
#807C7B
(128,124,123)
#6B6967
(107,105,103)
#565653
(86,86,83)
#41433F
(65,67,63)
#2C302B
(44,48,43)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #E9DBDF

#E9DBDF
(233,219,223)
#EBDEE1
(235,222,225)
#EDE1E3
(237,225,227)
#EFE4E5
(239,228,229)
#F1E7E7
(241,231,231)
#F3EAE9
(243,234,233)
#F5EDEB
(245,237,235)
#F7F0ED
(247,240,237)
#F9F3EF
(249,243,239)
#FBF6F1
(251,246,241)
#FDF9F3
(253,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DBDF; }

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

This text font color is #E9DBDF.


Background Color

.myBgColor { background-color: #E9DBDF; }

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

This div background color is #E9DBDF.


Border color

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

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

This div border color is #E9DBDF.


Opacity

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

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

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

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

This text has shadow with #E9DBDF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E9DBDF on black background.


Color preview on white background

This text has color #E9DBDF on white background.



Black color preview on #E9DBDF background

This text has black color on #E9DBDF background.


White color preview on #E9DBDF background

This text has white color on #E9DBDF background.