COLOR #E4DCD0

HEX: #E4DCD0
RGB: (228,220,208)

Color info

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

RGB color model

#E4DCD0 color RGB value is (228,220,208).

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

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 208 of 255 = 82%

228
220
208

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

Portions of RGB colors in percentages

R + G + B =
228 + 220 + 208 = 656 (100%)
R 228 of 656 ~ 34.76%
G 220 of 656 ~ 33.54%
B 208 of 656 ~ 31.71%

%34.76
%33.54
%31.71

CMYK color model

#E4DCD0 color CMYK value is (0,4,9,11).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 8.77%
  • key color value is 10.59%
CMYK:
(0,4,9,11)
C0M4Y9K11 
(0%,4%,9%,11%)
(0.00/0.04/0.09/0.11)	

CMYK percentages

%0
%3.51
%8.77
%10.59

Codes

Color #E4DCD0 in popluar color models

E4DCD0
RGB228220208
HSL36°27.03%85.49%
HSB/HSV36°8.77%89.41%
CMYK0.00%3.51%8.77%
10.59%

Color #E4DCD0 in popluar number systems.

HEXE4DCD0
Decimal228220208
Binary111001001101110011010000
Octal344334320

Shades and tints

Shades of #E4DCD0

#E4DCD0
(228,220,208)
#D0C8BE
(208,200,190)
#BCB4AC
(188,180,172)
#A8A09A
(168,160,154)
#948C88
(148,140,136)
#807876
(128,120,118)
#6C6464
(108,100,100)
#585052
(88,80,82)
#443C40
(68,60,64)
#30282E
(48,40,46)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #E4DCD0

#E4DCD0
(228,220,208)
#E6DFD4
(230,223,212)
#E8E2D8
(232,226,216)
#EAE5DC
(234,229,220)
#ECE8E0
(236,232,224)
#EEEBE4
(238,235,228)
#F0EEE8
(240,238,232)
#F2F1EC
(242,241,236)
#F4F4F0
(244,244,240)
#F6F7F4
(246,247,244)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCD0; }

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

This text font color is #E4DCD0.


Background Color

.myBgColor { background-color: #E4DCD0; }

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

This div background color is #E4DCD0.


Border color

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

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

This div border color is #E4DCD0.


Opacity

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

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

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

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

This text has shadow with #E4DCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DCD0 on black background.


Color preview on white background

This text has color #E4DCD0 on white background.



Black color preview on #E4DCD0 background

This text has black color on #E4DCD0 background.


White color preview on #E4DCD0 background

This text has white color on #E4DCD0 background.