COLOR #E4DCD7

HEX: #E4DCD7
RGB: (228,220,215)

Color info

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

RGB color model

#E4DCD7 color RGB value is (228,220,215).

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

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 215 of 255 = 84%

228
220
215

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

Portions of RGB colors in percentages

R + G + B =
228 + 220 + 215 = 663 (100%)
R 228 of 663 ~ 34.39%
G 220 of 663 ~ 33.18%
B 215 of 663 ~ 32.43%

%34.39
%33.18
%32.43

CMYK color model

#E4DCD7 color CMYK value is (0,4,6,11).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 5.70%
  • key color value is 10.59%
CMYK:
(0,4,6,11)
C0M4Y6K11 
(0%,4%,6%,11%)
(0.00/0.04/0.06/0.11)	

CMYK percentages

%0
%3.51
%5.7
%10.59

Codes

Color #E4DCD7 in popluar color models

E4DCD7
RGB228220215
HSL23°19.40%86.86%
HSB/HSV23°5.70%89.41%
CMYK0.00%3.51%5.70%
10.59%

Color #E4DCD7 in popluar number systems.

HEXE4DCD7
Decimal228220215
Binary111001001101110011010111
Octal344334327

Shades and tints

Shades of #E4DCD7

#E4DCD7
(228,220,215)
#D0C8C4
(208,200,196)
#BCB4B1
(188,180,177)
#A8A09E
(168,160,158)
#948C8B
(148,140,139)
#807878
(128,120,120)
#6C6465
(108,100,101)
#585052
(88,80,82)
#443C3F
(68,60,63)
#30282C
(48,40,44)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #E4DCD7

#E4DCD7
(228,220,215)
#E6DFDA
(230,223,218)
#E8E2DD
(232,226,221)
#EAE5E0
(234,229,224)
#ECE8E3
(236,232,227)
#EEEBE6
(238,235,230)
#F0EEE9
(240,238,233)
#F2F1EC
(242,241,236)
#F4F4EF
(244,244,239)
#F6F7F2
(246,247,242)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCD7; }

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

This text font color is #E4DCD7.


Background Color

.myBgColor { background-color: #E4DCD7; }

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

This div background color is #E4DCD7.


Border color

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

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

This div border color is #E4DCD7.


Opacity

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

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

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

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

This text has shadow with #E4DCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DCD7 on black background.


Color preview on white background

This text has color #E4DCD7 on white background.



Black color preview on #E4DCD7 background

This text has black color on #E4DCD7 background.


White color preview on #E4DCD7 background

This text has white color on #E4DCD7 background.