COLOR #E4DECF

HEX: #E4DECF
RGB: (228,222,207)

Color info

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

RGB color model

#E4DECF color RGB value is (228,222,207).

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

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 207 of 255 = 81%

228
222
207

R + G + B ~ 86%. #E4DECF is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 207 = 657 (100%)
R 228 of 657 ~ 34.7%
G 222 of 657 ~ 33.79%
B 207 of 657 ~ 31.51%

%34.7
%33.79
%31.51

CMYK color model

#E4DECF color CMYK value is (0,3,9,11).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK: (0,3,9,11) C0M3Y9K11 (0%,3%,9%,11%) (0.00/0.03/0.09/0.11)

CMYK percentages

%0
%2.63
%9.21
%10.59

Codes

Color #E4DECF in popluar color models

E4DECF
RGB228222207
HSL43°28.00%85.29%
HSB/HSV43°9.21%89.41%
CMYK0.00%2.63%9.21%
10.59%

Color #E4DECF in popluar number systems.

HEXE4DECF
Decimal228222207
Binary111001001101111011001111
Octal344336317

Shades and tints

Shades of #E4DECF

#E4DECF
(228,222,207)
#D0CABD
(208,202,189)
#BCB6AB
(188,182,171)
#A8A299
(168,162,153)
#948E87
(148,142,135)
#807A75
(128,122,117)
#6C6663
(108,102,99)
#585251
(88,82,81)
#443E3F
(68,62,63)
#302A2D
(48,42,45)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #E4DECF

#E4DECF
(228,222,207)
#E6E1D3
(230,225,211)
#E8E4D7
(232,228,215)
#EAE7DB
(234,231,219)
#ECEADF
(236,234,223)
#EEEDE3
(238,237,227)
#F0F0E7
(240,240,231)
#F2F3EB
(242,243,235)
#F4F6EF
(244,246,239)
#F6F9F3
(246,249,243)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DECF; }

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

This text font color is #E4DECF.


Background Color

.myBgColor { background-color: #E4DECF; }

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

This div background color is #E4DECF.


Border color

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

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

This div border color is #E4DECF.


Opacity

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

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

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

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

This text has shadow with #E4DECF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E4DECF on black background.


Color preview on white background

This text has color #E4DECF on white background.



Black color preview on #E4DECF background

This text has black color on #E4DECF background.


White color preview on #E4DECF background

This text has white color on #E4DECF background.