COLOR #E0DEC8

HEX: #E0DEC8
RGB: (224,222,200)

Color info

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

RGB color model

#E0DEC8 color RGB value is (224,222,200).

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

RGB channels and saturation

R 224 of 255 = 88%
G 222 of 255 = 87%
B 200 of 255 = 78%

224
222
200

R + G + B ~ 84%. #E0DEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 200 = 646 (100%)
R 224 of 646 ~ 34.67%
G 222 of 646 ~ 34.37%
B 200 of 646 ~ 30.96%

%34.67
%34.37
%30.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(0,1,11,12)
C0M1Y11K12 
(0%,1%,11%,12%)
(0.00/0.01/0.11/0.12)	

CMYK percentages

%0
%0.89
%10.71
%12.16

Codes

Color #E0DEC8 in popluar color models

E0DEC8
RGB224222200
HSL55°27.91%83.14%
HSB/HSV55°10.71%87.84%
CMYK0.00%0.89%10.71%
12.16%

Color #E0DEC8 in popluar number systems.

HEXE0DEC8
Decimal224222200
Binary111000001101111011001000
Octal340336310

Shades and tints

Shades of #E0DEC8

#E0DEC8
(224,222,200)
#CCCAB6
(204,202,182)
#B8B6A4
(184,182,164)
#A4A292
(164,162,146)
#908E80
(144,142,128)
#7C7A6E
(124,122,110)
#68665C
(104,102,92)
#54524A
(84,82,74)
#403E38
(64,62,56)
#2C2A26
(44,42,38)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0DEC8

#E0DEC8
(224,222,200)
#E2E1CD
(226,225,205)
#E4E4D2
(228,228,210)
#E6E7D7
(230,231,215)
#E8EADC
(232,234,220)
#EAEDE1
(234,237,225)
#ECF0E6
(236,240,230)
#EEF3EB
(238,243,235)
#F0F6F0
(240,246,240)
#F2F9F5
(242,249,245)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEC8; }

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

This text font color is #E0DEC8.


Background Color

.myBgColor { background-color: #E0DEC8; }

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

This div background color is #E0DEC8.


Border color

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

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

This div border color is #E0DEC8.


Opacity

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

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

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

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

This text has shadow with #E0DEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DEC8 on black background.


Color preview on white background

This text has color #E0DEC8 on white background.



Black color preview on #E0DEC8 background

This text has black color on #E0DEC8 background.


White color preview on #E0DEC8 background

This text has white color on #E0DEC8 background.