COLOR #E0DFD5

HEX: #E0DFD5 RGB: (224,223,213)

Color info

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

RGB color model

#E0DFD5 color RGB value is (224,223,213).

RGB: (224,223,213) (88%, 87%, 84%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 213 of 255 = 84%

224
223
213

R + G + B ~ 86%. #E0DFD5 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 213 = 660 (100%)
R 224 of 660 ~ 33.94%
G 223 of 660 ~ 33.79%
B 213 of 660 ~ 32.27'%

%33.94
%33.79
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 4.91%
  • key color value is 12.16%

CMYK: (0,0,5,12)
C0M0Y5K12 (0%, 0%, 5%, 12%)
(0.00 / 0.00 / 0.05 / 0.12)

CMYK percentages

%0
%0.45
%4.91
%12.16

Codes

Color #E0DFD5 in popluar color models

E0 DF D5
RGB 224 223 213
HSL 55° 15.07% 85.69%
HSB/HSV 55° 4.91% 87.84%
CMYK 0.00% 0.45% 4.91%
12.16%

Color #E0DFD5 in popluar number systems.

HEX E0 DF D5
Decimal 224 223 213
Binary 11100000 11011111 11010101
Octal 340 337 325

Shades and tints

Shades of #E0DFD5

#E0DFD5
(224,223,213)
#CCCBC2
(204,203,194)
#B8B7AF
(184,183,175)
#A4A39C
(164,163,156)
#908F89
(144,143,137)
#7C7B76
(124,123,118)
#686763
(104,103,99)
#545350
(84,83,80)
#403F3D
(64,63,61)
#2C2B2A
(44,43,42)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #E0DFD5

#E0DFD5
(224,223,213)
#E2E1D8
(226,225,216)
#E4E3DB
(228,227,219)
#E6E5DE
(230,229,222)
#E8E7E1
(232,231,225)
#EAE9E4
(234,233,228)
#ECEBE7
(236,235,231)
#EEEDEA
(238,237,234)
#F0EFED
(240,239,237)
#F2F1F0
(242,241,240)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFD5; }

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

This text font color is #E0DFD5.

Background Color

.myBgColor { background-color: #E0DFD5; }

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

This div background color is #E0DFD5.

Border color

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

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

This div border color is #E0DFD5.

Opacity

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

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

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

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

This text has shadow with #E0DFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFD5.

Preview

Color preview on black background

This text has color #E0DFD5 on black background.


Color preview on white background

This text has color #E0DFD5 on white background.


Black color preview on #E0DFD5 background

This text has black color on #E0DFD5 background.


White color preview on #E0DFD5 background

This text has white color on #E0DFD5 background.


Related colors

Complementary color

Complementary color for #hex is #1F202A.


I love getcolorcode.com

Triadic colors

1 #D5E0DF and #DFD5E0 with #E0DFD5 are triadic colors.

2 #D5DFE0 and #DFE0D5 with #E0DFD5 are triadic colors.