COLOR #E0DECF

HEX: #E0DECF
RGB: (224,222,207)

Color info

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

RGB color model

#E0DECF color RGB value is (224,222,207).

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

RGB channels and saturation

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

224
222
207

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

Portions of RGB colors in percentages

R + G + B =
224 + 222 + 207 = 653 (100%)
R 224 of 653 ~ 34.3%
G 222 of 653 ~ 34%
B 207 of 653 ~ 31.7%

%34.3
%34
%31.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 7.59%
  • 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
%7.59
%12.16

Codes

Color #E0DECF in popluar color models

E0DECF
RGB224222207
HSL53°21.52%84.51%
HSB/HSV53°7.59%87.84%
CMYK0.00%0.89%7.59%
12.16%

Color #E0DECF in popluar number systems.

HEXE0DECF
Decimal224222207
Binary111000001101111011001111
Octal340336317

Shades and tints

Shades of #E0DECF

#E0DECF
(224,222,207)
#CCCABD
(204,202,189)
#B8B6AB
(184,182,171)
#A4A299
(164,162,153)
#908E87
(144,142,135)
#7C7A75
(124,122,117)
#686663
(104,102,99)
#545251
(84,82,81)
#403E3F
(64,62,63)
#2C2A2D
(44,42,45)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #E0DECF

#E0DECF
(224,222,207)
#E2E1D3
(226,225,211)
#E4E4D7
(228,228,215)
#E6E7DB
(230,231,219)
#E8EADF
(232,234,223)
#EAEDE3
(234,237,227)
#ECF0E7
(236,240,231)
#EEF3EB
(238,243,235)
#F0F6EF
(240,246,239)
#F2F9F3
(242,249,243)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DECF; }

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

This text font color is #E0DECF.


Background Color

.myBgColor { background-color: #E0DECF; }

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

This div background color is #E0DECF.


Border color

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

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

This div border color is #E0DECF.


Opacity

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

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

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

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

This text has shadow with #E0DECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DECF on black background.


Color preview on white background

This text has color #E0DECF on white background.



Black color preview on #E0DECF background

This text has black color on #E0DECF background.


White color preview on #E0DECF background

This text has white color on #E0DECF background.