COLOR #E4DEDC

HEX: #E4DEDC
RGB: (228,222,220)

Color info

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

RGB color model

#E4DEDC color RGB value is (228,222,220).

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

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 220 of 255 = 86%

228
222
220

R + G + B ~ 87%. #E4DEDC is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 220 = 670 (100%)
R 228 of 670 ~ 34.03%
G 222 of 670 ~ 33.13%
B 220 of 670 ~ 32.84%

%34.03
%33.13
%32.84

CMYK color model

#E4DEDC color CMYK value is (0,3,4,11).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(0,3,4,11)
C0M3Y4K11 
(0%,3%,4%,11%)
(0.00/0.03/0.04/0.11)	

CMYK percentages

%0
%2.63
%3.51
%10.59

Codes

Color #E4DEDC in popluar color models

E4DEDC
RGB228222220
HSL15°12.90%87.84%
HSB/HSV15°3.51%89.41%
CMYK0.00%2.63%3.51%
10.59%

Color #E4DEDC in popluar number systems.

HEXE4DEDC
Decimal228222220
Binary111001001101111011011100
Octal344336334

Shades and tints

Shades of #E4DEDC

#E4DEDC
(228,222,220)
#D0CAC8
(208,202,200)
#BCB6B4
(188,182,180)
#A8A2A0
(168,162,160)
#948E8C
(148,142,140)
#807A78
(128,122,120)
#6C6664
(108,102,100)
#585250
(88,82,80)
#443E3C
(68,62,60)
#302A28
(48,42,40)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #E4DEDC

#E4DEDC
(228,222,220)
#E6E1DF
(230,225,223)
#E8E4E2
(232,228,226)
#EAE7E5
(234,231,229)
#ECEAE8
(236,234,232)
#EEEDEB
(238,237,235)
#F0F0EE
(240,240,238)
#F2F3F1
(242,243,241)
#F4F6F4
(244,246,244)
#F6F9F7
(246,249,247)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DEDC; }

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

This text font color is #E4DEDC.


Background Color

.myBgColor { background-color: #E4DEDC; }

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

This div background color is #E4DEDC.


Border color

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

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

This div border color is #E4DEDC.


Opacity

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

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

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

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

This text has shadow with #E4DEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DEDC on black background.


Color preview on white background

This text has color #E4DEDC on white background.



Black color preview on #E4DEDC background

This text has black color on #E4DEDC background.


White color preview on #E4DEDC background

This text has white color on #E4DEDC background.