COLOR #E0DFD8

HEX: #E0DFD8
RGB: (224,223,216)

Color info

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

RGB color model

#E0DFD8 color RGB value is (224,223,216).

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

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 216 of 255 = 85%

224
223
216

R + G + B ~ 87%. #E0DFD8 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 216 = 663 (100%)
R 224 of 663 ~ 33.79%
G 223 of 663 ~ 33.63%
B 216 of 663 ~ 32.58%

%33.79
%33.63
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 3.57%
  • 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
%3.57
%12.16

Codes

Color #E0DFD8 in popluar color models

E0DFD8
RGB224223216
HSL53°11.43%86.27%
HSB/HSV53°3.57%87.84%
CMYK0.00%0.45%3.57%
12.16%

Color #E0DFD8 in popluar number systems.

HEXE0DFD8
Decimal224223216
Binary111000001101111111011000
Octal340337330

Shades and tints

Shades of #E0DFD8

#E0DFD8
(224,223,216)
#CCCBC5
(204,203,197)
#B8B7B2
(184,183,178)
#A4A39F
(164,163,159)
#908F8C
(144,143,140)
#7C7B79
(124,123,121)
#686766
(104,103,102)
#545353
(84,83,83)
#403F40
(64,63,64)
#2C2B2D
(44,43,45)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0DFD8

#E0DFD8
(224,223,216)
#E2E1DB
(226,225,219)
#E4E3DE
(228,227,222)
#E6E5E1
(230,229,225)
#E8E7E4
(232,231,228)
#EAE9E7
(234,233,231)
#ECEBEA
(236,235,234)
#EEEDED
(238,237,237)
#F0EFF0
(240,239,240)
#F2F1F3
(242,241,243)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFD8; }

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

This text font color is #E0DFD8.


Background Color

.myBgColor { background-color: #E0DFD8; }

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

This div background color is #E0DFD8.


Border color

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

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

This div border color is #E0DFD8.


Opacity

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

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

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

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

This text has shadow with #E0DFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DFD8 on black background.


Color preview on white background

This text has color #E0DFD8 on white background.



Black color preview on #E0DFD8 background

This text has black color on #E0DFD8 background.


White color preview on #E0DFD8 background

This text has white color on #E0DFD8 background.