COLOR #E0DFD7

HEX: #E0DFD7 RGB: (224,223,215)

Color info

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

RGB color model

#E0DFD7 color RGB value is (224,223,215).

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

RGB channels and saturation

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

224
223
215

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

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 215 = 662 (100%)
R 224 of 662 ~ 33.84%
G 223 of 662 ~ 33.69%
B 215 of 662 ~ 32.48'%

%33.84
%33.69
%32.48

CMYK color model

#E0DFD7 color CMYK value is (0,0,4,12).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK: (0,0,4,12) C0M0Y4K12 (0%,0%,4%,12%) (0.00/0.00/0.04/0.12) 

CMYK percentages

%0
%0.45
%4.02
%12.16

Codes

Color #E0DFD7 in popluar color models

E0 DF D7
RGB 224 223 215
HSL 53° 12.68% 86.08%
HSB/HSV 53° 4.02% 87.84%
CMYK 0.00% 0.45% 4.02%
12.16%

Color #E0DFD7 in popluar number systems.

HEX E0 DF D7
Decimal 224 223 215
Binary 11100000 11011111 11010111
Octal 340 337 327

Shades and tints

Shades of #E0DFD7

#E0DFD7
(224,223,215)
#CCCBC4
(204,203,196)
#B8B7B1
(184,183,177)
#A4A39E
(164,163,158)
#908F8B
(144,143,139)
#7C7B78
(124,123,120)
#686765
(104,103,101)
#545352
(84,83,82)
#403F3F
(64,63,63)
#2C2B2C
(44,43,44)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #E0DFD7

#E0DFD7
(224,223,215)
#E2E1DA
(226,225,218)
#E4E3DD
(228,227,221)
#E6E5E0
(230,229,224)
#E8E7E3
(232,231,227)
#EAE9E6
(234,233,230)
#ECEBE9
(236,235,233)
#EEEDEC
(238,237,236)
#F0EFEF
(240,239,239)
#F2F1F2
(242,241,242)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFD7; }

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

This text font color is #E0DFD7.

Background Color

.myBgColor { background-color: #E0DFD7; }

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

This div background color is #E0DFD7.

Border color

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

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

This div border color is #E0DFD7.

Opacity

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

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

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

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

This text has shadow with #E0DFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFD7.

Preview

Color preview on black background

This text has color #E0DFD7 on black background.


Color preview on white background

This text has color #E0DFD7 on white background.


Black color preview on #E0DFD7 background

This text has black color on #E0DFD7 background.


White color preview on #E0DFD7 background

This text has white color on #E0DFD7 background.


Related colors

Complementary color

Complementary color for #hex is #1F2028.


I love getcolorcode.com

Triadic colors

1 #D7E0DF and #DFD7E0 with #E0DFD7 are triadic colors.

2 #D7DFE0 and #DFE0D7 with #E0DFD7 are triadic colors.