COLOR #E5D3D0

HEX: #E5D3D0 RGB: (229,211,208)

Color info

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

RGB color model

#E5D3D0 color RGB value is (229,211,208).

RGB: (229,211,208) (90%, 83%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 208 of 255 = 82%

229
211
208

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

Portions of RGB colors in percentages

R + G + B = 229 + 211 + 208 = 648 (100%)
R 229 of 648 ~ 35.34%
G 211 of 648 ~ 32.56%
B 208 of 648 ~ 32.1'%

%35.34
%32.56
%32.1

CMYK color model

#E5D3D0 color CMYK value is (0,8,9,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 9.17%
  • key color value is 10.20%

CMYK: (0,8,9,10)
C0M8Y9K10 (0%, 8%, 9%, 10%)
(0.00 / 0.08 / 0.09 / 0.10)

CMYK percentages

%0
%7.86
%9.17
%10.2

Codes

Color #E5D3D0 in popluar color models

E5 D3 D0
RGB 229 211 208
HSL 28.77% 85.69%
HSB/HSV 9.17% 89.80%
CMYK 0.00% 7.86% 9.17%
10.20%

Color #E5D3D0 in popluar number systems.

HEX E5 D3 D0
Decimal 229 211 208
Binary 11100101 11010011 11010000
Octal 345 323 320

Shades and tints

Shades of #E5D3D0

#E5D3D0
(229,211,208)
#D1C0BE
(209,192,190)
#BDADAC
(189,173,172)
#A99A9A
(169,154,154)
#958788
(149,135,136)
#817476
(129,116,118)
#6D6164
(109,97,100)
#594E52
(89,78,82)
#453B40
(69,59,64)
#31282E
(49,40,46)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #E5D3D0

#E5D3D0
(229,211,208)
#E7D7D4
(231,215,212)
#E9DBD8
(233,219,216)
#EBDFDC
(235,223,220)
#EDE3E0
(237,227,224)
#EFE7E4
(239,231,228)
#F1EBE8
(241,235,232)
#F3EFEC
(243,239,236)
#F5F3F0
(245,243,240)
#F7F7F4
(247,247,244)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D3D0; }

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

This text font color is #E5D3D0.

Background Color

.myBgColor { background-color: #E5D3D0; }

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

This div background color is #E5D3D0.

Border color

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

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

This div border color is #E5D3D0.

Opacity

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

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

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

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

This text has shadow with #E5D3D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D3D0.

Preview

Color preview on black background

This text has color #E5D3D0 on black background.


Color preview on white background

This text has color #E5D3D0 on white background.


Black color preview on #E5D3D0 background

This text has black color on #E5D3D0 background.


White color preview on #E5D3D0 background

This text has white color on #E5D3D0 background.


Related colors

Complementary color

Complementary color for #hex is #1A2C2F.


I love getcolorcode.com

Triadic colors

1 #D0E5D3 and #D3D0E5 with #E5D3D0 are triadic colors.

2 #D0D3E5 and #D3E5D0 with #E5D3D0 are triadic colors.