COLOR #E4D5D0

HEX: #E4D5D0
RGB: (228,213,208)

Color info

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

RGB color model

#E4D5D0 color RGB value is (228,213,208).

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

RGB channels and saturation

R 228 of 255 = 89%
G 213 of 255 = 84%
B 208 of 255 = 82%

228
213
208

R + G + B ~ 85%. #E4D5D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 213 + 208 = 649 (100%)
R 228 of 649 ~ 35.13%
G 213 of 649 ~ 32.82%
B 208 of 649 ~ 32.05%

%35.13
%32.82
%32.05

CMYK color model

#E4D5D0 color CMYK value is (0,7,9,11).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 8.77%
  • key color value is 10.59%
CMYK:
(0,7,9,11)
C0M7Y9K11 
(0%,7%,9%,11%)
(0.00/0.07/0.09/0.11)	

CMYK percentages

%0
%6.58
%8.77
%10.59

Codes

Color #E4D5D0 in popluar color models

E4D5D0
RGB228213208
HSL15°27.03%85.49%
HSB/HSV15°8.77%89.41%
CMYK0.00%6.58%8.77%
10.59%

Color #E4D5D0 in popluar number systems.

HEXE4D5D0
Decimal228213208
Binary111001001101010111010000
Octal344325320

Shades and tints

Shades of #E4D5D0

#E4D5D0
(228,213,208)
#D0C2BE
(208,194,190)
#BCAFAC
(188,175,172)
#A89C9A
(168,156,154)
#948988
(148,137,136)
#807676
(128,118,118)
#6C6364
(108,99,100)
#585052
(88,80,82)
#443D40
(68,61,64)
#302A2E
(48,42,46)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #E4D5D0

#E4D5D0
(228,213,208)
#E6D8D4
(230,216,212)
#E8DBD8
(232,219,216)
#EADEDC
(234,222,220)
#ECE1E0
(236,225,224)
#EEE4E4
(238,228,228)
#F0E7E8
(240,231,232)
#F2EAEC
(242,234,236)
#F4EDF0
(244,237,240)
#F6F0F4
(246,240,244)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D5D0; }

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

This text font color is #E4D5D0.


Background Color

.myBgColor { background-color: #E4D5D0; }

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

This div background color is #E4D5D0.


Border color

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

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

This div border color is #E4D5D0.


Opacity

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

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

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

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

This text has shadow with #E4D5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D5D0 on black background.


Color preview on white background

This text has color #E4D5D0 on white background.



Black color preview on #E4D5D0 background

This text has black color on #E4D5D0 background.


White color preview on #E4D5D0 background

This text has white color on #E4D5D0 background.