COLOR #E0DFD0

HEX: #E0DFD0
RGB: (224,223,208)

Color info

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

RGB color model

#E0DFD0 color RGB value is (224,223,208).

  • red value is 224;
  • green value is 223;
  • blue value is 208.
RGB:
(224,223,208)
(88%,87%,82%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 208 of 255 = 82%

224
223
208

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

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 208 = 655 (100%)
R 224 of 655 ~ 34.2%
G 223 of 655 ~ 34.05%
B 208 of 655 ~ 31.76%

%34.2
%34.05
%31.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 7.14%
  • key color value is 12.16%
CMYK:
(0,0,7,12)
C0M0Y7K12 
(0%,0%,7%,12%)
(0.00/0.00/0.07/0.12)	

CMYK percentages

%0
%0.45
%7.14
%12.16

Codes

Color #E0DFD0 in popluar color models

E0DFD0
RGB224223208
HSL56°20.51%84.71%
HSB/HSV56°7.14%87.84%
CMYK0.00%0.45%7.14%
12.16%

Color #E0DFD0 in popluar number systems.

HEXE0DFD0
Decimal224223208
Binary111000001101111111010000
Octal340337320

Shades and tints

Shades of #E0DFD0

#E0DFD0
(224,223,208)
#CCCBBE
(204,203,190)
#B8B7AC
(184,183,172)
#A4A39A
(164,163,154)
#908F88
(144,143,136)
#7C7B76
(124,123,118)
#686764
(104,103,100)
#545352
(84,83,82)
#403F40
(64,63,64)
#2C2B2E
(44,43,46)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #E0DFD0

#E0DFD0
(224,223,208)
#E2E1D4
(226,225,212)
#E4E3D8
(228,227,216)
#E6E5DC
(230,229,220)
#E8E7E0
(232,231,224)
#EAE9E4
(234,233,228)
#ECEBE8
(236,235,232)
#EEEDEC
(238,237,236)
#F0EFF0
(240,239,240)
#F2F1F4
(242,241,244)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFD0; }

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

This text font color is #E0DFD0.


Background Color

.myBgColor { background-color: #E0DFD0; }

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

This div background color is #E0DFD0.


Border color

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

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

This div border color is #E0DFD0.


Opacity

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

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

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

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

This text has shadow with #E0DFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DFD0 on black background.


Color preview on white background

This text has color #E0DFD0 on white background.



Black color preview on #E0DFD0 background

This text has black color on #E0DFD0 background.


White color preview on #E0DFD0 background

This text has white color on #E0DFD0 background.