COLOR #E0D1D9

HEX: #E0D1D9
RGB: (224,209,217)

Color info

#E0D1D9 contains red, green and blue colors in about the same proportion. Web safe color of #E0D1D9 is #CCCCCC (or #CCC).

RGB color model

#E0D1D9 color RGB value is (224,209,217).

  • red value is 224;
  • green value is 209;
  • blue value is 217.
RGB:
(224,209,217)
(88%,82%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 209 of 255 = 82%
B 217 of 255 = 85%

224
209
217

R + G + B ~ 85%. #E0D1D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 209 + 217 = 650 (100%)
R 224 of 650 ~ 34.46%
G 209 of 650 ~ 32.15%
B 217 of 650 ~ 33.38%

%34.46
%32.15
%33.38

CMYK color model

#E0D1D9 color CMYK value is (0,7,3,12).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(0,7,3,12)
C0M7Y3K12 
(0%,7%,3%,12%)
(0.00/0.07/0.03/0.12)	

CMYK percentages

%0
%6.7
%3.13
%12.16

Codes

Color #E0D1D9 in popluar color models

E0D1D9
RGB224209217
HSL328°19.48%84.90%
HSB/HSV328°6.70%87.84%
CMYK0.00%6.70%3.13%
12.16%

Color #E0D1D9 in popluar number systems.

HEXE0D1D9
Decimal224209217
Binary111000001101000111011001
Octal340321331

Shades and tints

Shades of #E0D1D9

#E0D1D9
(224,209,217)
#CCBEC6
(204,190,198)
#B8ABB3
(184,171,179)
#A498A0
(164,152,160)
#90858D
(144,133,141)
#7C727A
(124,114,122)
#685F67
(104,95,103)
#544C54
(84,76,84)
#403941
(64,57,65)
#2C262E
(44,38,46)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #E0D1D9

#E0D1D9
(224,209,217)
#E2D5DC
(226,213,220)
#E4D9DF
(228,217,223)
#E6DDE2
(230,221,226)
#E8E1E5
(232,225,229)
#EAE5E8
(234,229,232)
#ECE9EB
(236,233,235)
#EEEDEE
(238,237,238)
#F0F1F1
(240,241,241)
#F2F5F4
(242,245,244)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D1D9 color. Also use rgb(224,209,217) instead hex code.

Text Font Color

.myTextColor { color: #E0D1D9; }

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

This text font color is #E0D1D9.


Background Color

.myBgColor { background-color: #E0D1D9; }

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

This div background color is #E0D1D9.


Border color

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

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

This div border color is #E0D1D9.


Opacity

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

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

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

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

This text has shadow with #E0D1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D1D9 on black background.


Color preview on white background

This text has color #E0D1D9 on white background.



Black color preview on #E0D1D9 background

This text has black color on #E0D1D9 background.


White color preview on #E0D1D9 background

This text has white color on #E0D1D9 background.