COLOR #E0DFDE

HEX: #E0DFDE
RGB: (224,223,222)

Color info

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

RGB color model

#E0DFDE color RGB value is (224,223,222).

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

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 222 of 255 = 87%

224
223
222

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

Portions of RGB colors in percentages

R + G + B =
224 + 223 + 222 = 669 (100%)
R 224 of 669 ~ 33.48%
G 223 of 669 ~ 33.33%
B 222 of 669 ~ 33.18%

%33.48
%33.33
%33.18

CMYK color model

#E0DFDE color CMYK value is (0,0,1,12).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 0.89%
  • key color value is 12.16%
CMYK:
(0,0,1,12)
C0M0Y1K12 
(0%,0%,1%,12%)
(0.00/0.00/0.01/0.12)	

CMYK percentages

%0
%0.45
%0.89
%12.16

Codes

Color #E0DFDE in popluar color models

E0DFDE
RGB224223222
HSL30°3.12%87.45%
HSB/HSV30°0.89%87.84%
CMYK0.00%0.45%0.89%
12.16%

Color #E0DFDE in popluar number systems.

HEXE0DFDE
Decimal224223222
Binary111000001101111111011110
Octal340337336

Shades and tints

Shades of #E0DFDE

#E0DFDE
(224,223,222)
#CCCBCA
(204,203,202)
#B8B7B6
(184,183,182)
#A4A3A2
(164,163,162)
#908F8E
(144,143,142)
#7C7B7A
(124,123,122)
#686766
(104,103,102)
#545352
(84,83,82)
#403F3E
(64,63,62)
#2C2B2A
(44,43,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #E0DFDE

#E0DFDE
(224,223,222)
#E2E1E1
(226,225,225)
#E4E3E4
(228,227,228)
#E6E5E7
(230,229,231)
#E8E7EA
(232,231,234)
#EAE9ED
(234,233,237)
#ECEBF0
(236,235,240)
#EEEDF3
(238,237,243)
#F0EFF6
(240,239,246)
#F2F1F9
(242,241,249)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFDE; }

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

This text font color is #E0DFDE.


Background Color

.myBgColor { background-color: #E0DFDE; }

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

This div background color is #E0DFDE.


Border color

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

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

This div border color is #E0DFDE.


Opacity

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

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

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

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

This text has shadow with #E0DFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DFDE on black background.


Color preview on white background

This text has color #E0DFDE on white background.



Black color preview on #E0DFDE background

This text has black color on #E0DFDE background.


White color preview on #E0DFDE background

This text has white color on #E0DFDE background.