COLOR #E4D8CA

HEX: #E4D8CA
RGB: (228,216,202)

Color info

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

RGB color model

#E4D8CA color RGB value is (228,216,202).

  • red value is 228;
  • green value is 216;
  • blue value is 202.
RGB:
(228,216,202)
(89%,85%,79%)

RGB channels and saturation

R 228 of 255 = 89%
G 216 of 255 = 85%
B 202 of 255 = 79%

228
216
202

R + G + B ~ 84%. #E4D8CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 216 + 202 = 646 (100%)
R 228 of 646 ~ 35.29%
G 216 of 646 ~ 33.44%
B 202 of 646 ~ 31.27%

%35.29
%33.44
%31.27

CMYK color model

#E4D8CA color CMYK value is (0,5,11,11).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 11.40%
  • key color value is 10.59%
CMYK:
(0,5,11,11)
C0M5Y11K11 
(0%,5%,11%,11%)
(0.00/0.05/0.11/0.11)	

CMYK percentages

%0
%5.26
%11.4
%10.59

Codes

Color #E4D8CA in popluar color models

E4D8CA
RGB228216202
HSL32°32.50%84.31%
HSB/HSV32°11.40%89.41%
CMYK0.00%5.26%11.40%
10.59%

Color #E4D8CA in popluar number systems.

HEXE4D8CA
Decimal228216202
Binary111001001101100011001010
Octal344330312

Shades and tints

Shades of #E4D8CA

#E4D8CA
(228,216,202)
#D0C5B8
(208,197,184)
#BCB2A6
(188,178,166)
#A89F94
(168,159,148)
#948C82
(148,140,130)
#807970
(128,121,112)
#6C665E
(108,102,94)
#58534C
(88,83,76)
#44403A
(68,64,58)
#302D28
(48,45,40)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #E4D8CA

#E4D8CA
(228,216,202)
#E6DBCE
(230,219,206)
#E8DED2
(232,222,210)
#EAE1D6
(234,225,214)
#ECE4DA
(236,228,218)
#EEE7DE
(238,231,222)
#F0EAE2
(240,234,226)
#F2EDE6
(242,237,230)
#F4F0EA
(244,240,234)
#F6F3EE
(246,243,238)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D8CA color. Also use rgb(228,216,202) instead hex code.

Text Font Color

.myTextColor { color: #E4D8CA; }

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

This text font color is #E4D8CA.


Background Color

.myBgColor { background-color: #E4D8CA; }

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

This div background color is #E4D8CA.


Border color

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

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

This div border color is #E4D8CA.


Opacity

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

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

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

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

This text has shadow with #E4D8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D8CA on black background.


Color preview on white background

This text has color #E4D8CA on white background.



Black color preview on #E4D8CA background

This text has black color on #E4D8CA background.


White color preview on #E4D8CA background

This text has white color on #E4D8CA background.