COLOR #E9D0DE

HEX: #E9D0DE
RGB: (233,208,222)

Color info

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

RGB color model

#E9D0DE color RGB value is (233,208,222).

  • red value is 233;
  • green value is 208;
  • blue value is 222.
RGB:
(233,208,222)
(91%,82%,87%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 222 of 255 = 87%

233
208
222

R + G + B ~ 87%. #E9D0DE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 208 + 222 = 663 (100%)
R 233 of 663 ~ 35.14%
G 208 of 663 ~ 31.37%
B 222 of 663 ~ 33.48%

%35.14
%31.37
%33.48

CMYK color model

#E9D0DE color CMYK value is (0,11,5,9).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 4.72%
  • key color value is 8.63%
CMYK:
(0,11,5,9)
C0M11Y5K9 
(0%,11%,5%,9%)
(0.00/0.11/0.05/0.09)	

CMYK percentages

%0
%10.73
%4.72
%8.63

Codes

Color #E9D0DE in popluar color models

E9D0DE
RGB233208222
HSL326°36.23%86.47%
HSB/HSV326°10.73%91.37%
CMYK0.00%10.73%4.72%
8.63%

Color #E9D0DE in popluar number systems.

HEXE9D0DE
Decimal233208222
Binary111010011101000011011110
Octal351320336

Shades and tints

Shades of #E9D0DE

#E9D0DE
(233,208,222)
#D4BECA
(212,190,202)
#BFACB6
(191,172,182)
#AA9AA2
(170,154,162)
#95888E
(149,136,142)
#80767A
(128,118,122)
#6B6466
(107,100,102)
#565252
(86,82,82)
#41403E
(65,64,62)
#2C2E2A
(44,46,42)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #E9D0DE

#E9D0DE
(233,208,222)
#EBD4E1
(235,212,225)
#EDD8E4
(237,216,228)
#EFDCE7
(239,220,231)
#F1E0EA
(241,224,234)
#F3E4ED
(243,228,237)
#F5E8F0
(245,232,240)
#F7ECF3
(247,236,243)
#F9F0F6
(249,240,246)
#FBF4F9
(251,244,249)
#FDF8FC
(253,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D0DE color. Also use rgb(233,208,222) instead hex code.

Text Font Color

.myTextColor { color: #E9D0DE; }

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

This text font color is #E9D0DE.


Background Color

.myBgColor { background-color: #E9D0DE; }

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

This div background color is #E9D0DE.


Border color

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

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

This div border color is #E9D0DE.


Opacity

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

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

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

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

This text has shadow with #E9D0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D0DE on black background.


Color preview on white background

This text has color #E9D0DE on white background.



Black color preview on #E9D0DE background

This text has black color on #E9D0DE background.


White color preview on #E9D0DE background

This text has white color on #E9D0DE background.