COLOR #E9DCD8

HEX: #E9DCD8
RGB: (233,220,216)

Color info

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

RGB color model

#E9DCD8 color RGB value is (233,220,216).

  • red value is 233;
  • green value is 220;
  • blue value is 216.
RGB:
(233,220,216)
(91%,86%,85%)

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 216 of 255 = 85%

233
220
216

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

Portions of RGB colors in percentages

R + G + B =
233 + 220 + 216 = 669 (100%)
R 233 of 669 ~ 34.83%
G 220 of 669 ~ 32.88%
B 216 of 669 ~ 32.29%

%34.83
%32.88
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 7.30%
  • key color value is 8.63%
CMYK:
(0,6,7,9)
C0M6Y7K9 
(0%,6%,7%,9%)
(0.00/0.06/0.07/0.09)	

CMYK percentages

%0
%5.58
%7.3
%8.63

Codes

Color #E9DCD8 in popluar color models

E9DCD8
RGB233220216
HSL14°27.87%88.04%
HSB/HSV14°7.30%91.37%
CMYK0.00%5.58%7.30%
8.63%

Color #E9DCD8 in popluar number systems.

HEXE9DCD8
Decimal233220216
Binary111010011101110011011000
Octal351334330

Shades and tints

Shades of #E9DCD8

#E9DCD8
(233,220,216)
#D4C8C5
(212,200,197)
#BFB4B2
(191,180,178)
#AAA09F
(170,160,159)
#958C8C
(149,140,140)
#807879
(128,120,121)
#6B6466
(107,100,102)
#565053
(86,80,83)
#413C40
(65,60,64)
#2C282D
(44,40,45)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #E9DCD8

#E9DCD8
(233,220,216)
#EBDFDB
(235,223,219)
#EDE2DE
(237,226,222)
#EFE5E1
(239,229,225)
#F1E8E4
(241,232,228)
#F3EBE7
(243,235,231)
#F5EEEA
(245,238,234)
#F7F1ED
(247,241,237)
#F9F4F0
(249,244,240)
#FBF7F3
(251,247,243)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DCD8 color. Also use rgb(233,220,216) instead hex code.

Text Font Color

.myTextColor { color: #E9DCD8; }

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

This text font color is #E9DCD8.


Background Color

.myBgColor { background-color: #E9DCD8; }

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

This div background color is #E9DCD8.


Border color

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

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

This div border color is #E9DCD8.


Opacity

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

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

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

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

This text has shadow with #E9DCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DCD8 on black background.


Color preview on white background

This text has color #E9DCD8 on white background.



Black color preview on #E9DCD8 background

This text has black color on #E9DCD8 background.


White color preview on #E9DCD8 background

This text has white color on #E9DCD8 background.