COLOR #E5D3D4

HEX: #E5D3D4
RGB: (229,211,212)

Color info

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

RGB color model

#E5D3D4 color RGB value is (229,211,212).

  • red value is 229;
  • green value is 211;
  • blue value is 212.
RGB:
(229,211,212)
(90%,83%,83%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 212 of 255 = 83%

229
211
212

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

Portions of RGB colors in percentages

R + G + B =
229 + 211 + 212 = 652 (100%)
R 229 of 652 ~ 35.12%
G 211 of 652 ~ 32.36%
B 212 of 652 ~ 32.52%

%35.12
%32.36
%32.52

CMYK color model

#E5D3D4 color CMYK value is (0,8,7,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 7.42%
  • key color value is 10.20%
CMYK:
(0,8,7,10)
C0M8Y7K10 
(0%,8%,7%,10%)
(0.00/0.08/0.07/0.10)	

CMYK percentages

%0
%7.86
%7.42
%10.2

Codes

Color #E5D3D4 in popluar color models

E5D3D4
RGB229211212
HSL357°25.71%86.27%
HSB/HSV357°7.86%89.80%
CMYK0.00%7.86%7.42%
10.20%

Color #E5D3D4 in popluar number systems.

HEXE5D3D4
Decimal229211212
Binary111001011101001111010100
Octal345323324

Shades and tints

Shades of #E5D3D4

#E5D3D4
(229,211,212)
#D1C0C1
(209,192,193)
#BDADAE
(189,173,174)
#A99A9B
(169,154,155)
#958788
(149,135,136)
#817475
(129,116,117)
#6D6162
(109,97,98)
#594E4F
(89,78,79)
#453B3C
(69,59,60)
#312829
(49,40,41)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #E5D3D4

#E5D3D4
(229,211,212)
#E7D7D7
(231,215,215)
#E9DBDA
(233,219,218)
#EBDFDD
(235,223,221)
#EDE3E0
(237,227,224)
#EFE7E3
(239,231,227)
#F1EBE6
(241,235,230)
#F3EFE9
(243,239,233)
#F5F3EC
(245,243,236)
#F7F7EF
(247,247,239)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D3D4 color. Also use rgb(229,211,212) instead hex code.

Text Font Color

.myTextColor { color: #E5D3D4; }

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

This text font color is #E5D3D4.


Background Color

.myBgColor { background-color: #E5D3D4; }

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

This div background color is #E5D3D4.


Border color

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

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

This div border color is #E5D3D4.


Opacity

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

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

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

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

This text has shadow with #E5D3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D3D4 on black background.


Color preview on white background

This text has color #E5D3D4 on white background.



Black color preview on #E5D3D4 background

This text has black color on #E5D3D4 background.


White color preview on #E5D3D4 background

This text has white color on #E5D3D4 background.