COLOR #E0DECE

HEX: #E0DECE
RGB: (224,222,206)

Color info

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

RGB color model

#E0DECE color RGB value is (224,222,206).

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

RGB channels and saturation

R 224 of 255 = 88%
G 222 of 255 = 87%
B 206 of 255 = 81%

224
222
206

R + G + B ~ 85%. #E0DECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 206 = 652 (100%)
R 224 of 652 ~ 34.36%
G 222 of 652 ~ 34.05%
B 206 of 652 ~ 31.6%

%34.36
%34.05
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(0,1,8,12)
C0M1Y8K12 
(0%,1%,8%,12%)
(0.00/0.01/0.08/0.12)	

CMYK percentages

%0
%0.89
%8.04
%12.16

Codes

Color #E0DECE in popluar color models

E0DECE
RGB224222206
HSL53°22.50%84.31%
HSB/HSV53°8.04%87.84%
CMYK0.00%0.89%8.04%
12.16%

Color #E0DECE in popluar number systems.

HEXE0DECE
Decimal224222206
Binary111000001101111011001110
Octal340336316

Shades and tints

Shades of #E0DECE

#E0DECE
(224,222,206)
#CCCABC
(204,202,188)
#B8B6AA
(184,182,170)
#A4A298
(164,162,152)
#908E86
(144,142,134)
#7C7A74
(124,122,116)
#686662
(104,102,98)
#545250
(84,82,80)
#403E3E
(64,62,62)
#2C2A2C
(44,42,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #E0DECE

#E0DECE
(224,222,206)
#E2E1D2
(226,225,210)
#E4E4D6
(228,228,214)
#E6E7DA
(230,231,218)
#E8EADE
(232,234,222)
#EAEDE2
(234,237,226)
#ECF0E6
(236,240,230)
#EEF3EA
(238,243,234)
#F0F6EE
(240,246,238)
#F2F9F2
(242,249,242)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DECE; }

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

This text font color is #E0DECE.


Background Color

.myBgColor { background-color: #E0DECE; }

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

This div background color is #E0DECE.


Border color

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

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

This div border color is #E0DECE.


Opacity

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

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

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

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

This text has shadow with #E0DECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DECE on black background.


Color preview on white background

This text has color #E0DECE on white background.



Black color preview on #E0DECE background

This text has black color on #E0DECE background.


White color preview on #E0DECE background

This text has white color on #E0DECE background.