COLOR #E0DEDC

HEX: #E0DEDC
RGB: (224,222,220)

Color info

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

RGB color model

#E0DEDC color RGB value is (224,222,220).

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

RGB channels and saturation

R 224 of 255 = 88%
G 222 of 255 = 87%
B 220 of 255 = 86%

224
222
220

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

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 220 = 666 (100%)
R 224 of 666 ~ 33.63%
G 222 of 666 ~ 33.33%
B 220 of 666 ~ 33.03%

%33.63
%33.33
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(0,1,2,12)
C0M1Y2K12 
(0%,1%,2%,12%)
(0.00/0.01/0.02/0.12)	

CMYK percentages

%0
%0.89
%1.79
%12.16

Codes

Color #E0DEDC in popluar color models

E0DEDC
RGB224222220
HSL30°6.06%87.06%
HSB/HSV30°1.79%87.84%
CMYK0.00%0.89%1.79%
12.16%

Color #E0DEDC in popluar number systems.

HEXE0DEDC
Decimal224222220
Binary111000001101111011011100
Octal340336334

Shades and tints

Shades of #E0DEDC

#E0DEDC
(224,222,220)
#CCCAC8
(204,202,200)
#B8B6B4
(184,182,180)
#A4A2A0
(164,162,160)
#908E8C
(144,142,140)
#7C7A78
(124,122,120)
#686664
(104,102,100)
#545250
(84,82,80)
#403E3C
(64,62,60)
#2C2A28
(44,42,40)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0DEDC

#E0DEDC
(224,222,220)
#E2E1DF
(226,225,223)
#E4E4E2
(228,228,226)
#E6E7E5
(230,231,229)
#E8EAE8
(232,234,232)
#EAEDEB
(234,237,235)
#ECF0EE
(236,240,238)
#EEF3F1
(238,243,241)
#F0F6F4
(240,246,244)
#F2F9F7
(242,249,247)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEDC; }

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

This text font color is #E0DEDC.


Background Color

.myBgColor { background-color: #E0DEDC; }

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

This div background color is #E0DEDC.


Border color

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

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

This div border color is #E0DEDC.


Opacity

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

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

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

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

This text has shadow with #E0DEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DEDC on black background.


Color preview on white background

This text has color #E0DEDC on white background.



Black color preview on #E0DEDC background

This text has black color on #E0DEDC background.


White color preview on #E0DEDC background

This text has white color on #E0DEDC background.