COLOR #E0DDC8

HEX: #E0DDC8
RGB: (224,221,200)

Color info

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

RGB color model

#E0DDC8 color RGB value is (224,221,200).

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

RGB channels and saturation

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

224
221
200

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

Portions of RGB colors in percentages

R + G + B =
224 + 221 + 200 = 645 (100%)
R 224 of 645 ~ 34.73%
G 221 of 645 ~ 34.26%
B 200 of 645 ~ 31.01%

%34.73
%34.26
%31.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.34%
  • 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
%1.34
%10.71
%12.16

Codes

Color #E0DDC8 in popluar color models

E0DDC8
RGB224221200
HSL53°27.91%83.14%
HSB/HSV53°10.71%87.84%
CMYK0.00%1.34%10.71%
12.16%

Color #E0DDC8 in popluar number systems.

HEXE0DDC8
Decimal224221200
Binary111000001101110111001000
Octal340335310

Shades and tints

Shades of #E0DDC8

#E0DDC8
(224,221,200)
#CCC9B6
(204,201,182)
#B8B5A4
(184,181,164)
#A4A192
(164,161,146)
#908D80
(144,141,128)
#7C796E
(124,121,110)
#68655C
(104,101,92)
#54514A
(84,81,74)
#403D38
(64,61,56)
#2C2926
(44,41,38)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #E0DDC8

#E0DDC8
(224,221,200)
#E2E0CD
(226,224,205)
#E4E3D2
(228,227,210)
#E6E6D7
(230,230,215)
#E8E9DC
(232,233,220)
#EAECE1
(234,236,225)
#ECEFE6
(236,239,230)
#EEF2EB
(238,242,235)
#F0F5F0
(240,245,240)
#F2F8F5
(242,248,245)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDC8; }

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

This text font color is #E0DDC8.


Background Color

.myBgColor { background-color: #E0DDC8; }

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

This div background color is #E0DDC8.


Border color

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

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

This div border color is #E0DDC8.


Opacity

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

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

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

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

This text has shadow with #E0DDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DDC8 on black background.


Color preview on white background

This text has color #E0DDC8 on white background.



Black color preview on #E0DDC8 background

This text has black color on #E0DDC8 background.


White color preview on #E0DDC8 background

This text has white color on #E0DDC8 background.