COLOR #E0D5D2

HEX: #E0D5D2
RGB: (224,213,210)

Color info

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

RGB color model

#E0D5D2 color RGB value is (224,213,210).

  • red value is 224;
  • green value is 213;
  • blue value is 210.
RGB:
(224,213,210)
(88%,84%,82%)

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 210 of 255 = 82%

224
213
210

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

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 210 = 647 (100%)
R 224 of 647 ~ 34.62%
G 213 of 647 ~ 32.92%
B 210 of 647 ~ 32.46%

%34.62
%32.92
%32.46

CMYK color model

#E0D5D2 color CMYK value is (0,5,6,12).

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 6.25%
  • key color value is 12.16%
CMYK:
(0,5,6,12)
C0M5Y6K12 
(0%,5%,6%,12%)
(0.00/0.05/0.06/0.12)	

CMYK percentages

%0
%4.91
%6.25
%12.16

Codes

Color #E0D5D2 in popluar color models

E0D5D2
RGB224213210
HSL13°18.42%85.10%
HSB/HSV13°6.25%87.84%
CMYK0.00%4.91%6.25%
12.16%

Color #E0D5D2 in popluar number systems.

HEXE0D5D2
Decimal224213210
Binary111000001101010111010010
Octal340325322

Shades and tints

Shades of #E0D5D2

#E0D5D2
(224,213,210)
#CCC2BF
(204,194,191)
#B8AFAC
(184,175,172)
#A49C99
(164,156,153)
#908986
(144,137,134)
#7C7673
(124,118,115)
#686360
(104,99,96)
#54504D
(84,80,77)
#403D3A
(64,61,58)
#2C2A27
(44,42,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #E0D5D2

#E0D5D2
(224,213,210)
#E2D8D6
(226,216,214)
#E4DBDA
(228,219,218)
#E6DEDE
(230,222,222)
#E8E1E2
(232,225,226)
#EAE4E6
(234,228,230)
#ECE7EA
(236,231,234)
#EEEAEE
(238,234,238)
#F0EDF2
(240,237,242)
#F2F0F6
(242,240,246)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D5D2 color. Also use rgb(224,213,210) instead hex code.

Text Font Color

.myTextColor { color: #E0D5D2; }

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

This text font color is #E0D5D2.


Background Color

.myBgColor { background-color: #E0D5D2; }

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

This div background color is #E0D5D2.


Border color

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

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

This div border color is #E0D5D2.


Opacity

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

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

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

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

This text has shadow with #E0D5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5D2 on black background.


Color preview on white background

This text has color #E0D5D2 on white background.



Black color preview on #E0D5D2 background

This text has black color on #E0D5D2 background.


White color preview on #E0D5D2 background

This text has white color on #E0D5D2 background.