COLOR #E5D7E1

HEX: #E5D7E1 RGB: (229,215,225)

Color info

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

RGB color model

#E5D7E1 color RGB value is (229,215,225).

RGB: (229,215,225) (90%, 84%, 88%)

RGB channels and saturation

R 229 of 255 = 90%
G 215 of 255 = 84%
B 225 of 255 = 88%

229
215
225

R + G + B ~ 87%. #E5D7E1 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 215 + 225 = 669 (100%)
R 229 of 669 ~ 34.23%
G 215 of 669 ~ 32.14%
B 225 of 669 ~ 33.63'%

%34.23
%32.14
%33.63

CMYK color model

#E5D7E1 color CMYK value is (0,6,2,10).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 1.75%
  • key color value is 10.20%

CMYK: (0,6,2,10)
C0M6Y2K10 (0%, 6%, 2%, 10%)
(0.00 / 0.06 / 0.02 / 0.10)

CMYK percentages

%0
%6.11
%1.75
%10.2

Codes

Color #E5D7E1 in popluar color models

E5 D7 E1
RGB 229 215 225
HSL 317° 21.21% 87.06%
HSB/HSV 317° 6.11% 89.80%
CMYK 0.00% 6.11% 1.75%
10.20%

Color #E5D7E1 in popluar number systems.

HEX E5 D7 E1
Decimal 229 215 225
Binary 11100101 11010111 11100001
Octal 345 327 341

Shades and tints

Shades of #E5D7E1

#E5D7E1
(229,215,225)
#D1C4CD
(209,196,205)
#BDB1B9
(189,177,185)
#A99EA5
(169,158,165)
#958B91
(149,139,145)
#81787D
(129,120,125)
#6D6569
(109,101,105)
#595255
(89,82,85)
#453F41
(69,63,65)
#312C2D
(49,44,45)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #E5D7E1

#E5D7E1
(229,215,225)
#E7DAE3
(231,218,227)
#E9DDE5
(233,221,229)
#EBE0E7
(235,224,231)
#EDE3E9
(237,227,233)
#EFE6EB
(239,230,235)
#F1E9ED
(241,233,237)
#F3ECEF
(243,236,239)
#F5EFF1
(245,239,241)
#F7F2F3
(247,242,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D7E1 color. Also use rgb(229,215,225) instead hex code.

Text Font Color

.myTextColor { color: #E5D7E1; }

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

This text font color is #E5D7E1.

Background Color

.myBgColor { background-color: #E5D7E1; }

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

This div background color is #E5D7E1.

Border color

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

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

This div border color is #E5D7E1.

Opacity

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

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

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

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

This text has shadow with #E5D7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D7E1.

Preview

Color preview on black background

This text has color #E5D7E1 on black background.


Color preview on white background

This text has color #E5D7E1 on white background.


Black color preview on #E5D7E1 background

This text has black color on #E5D7E1 background.


White color preview on #E5D7E1 background

This text has white color on #E5D7E1 background.


Related colors

Complementary color

Complementary color for #hex is #1A281E.


I love getcolorcode.com

Triadic colors

1 #E1E5D7 and #D7E1E5 with #E5D7E1 are triadic colors.

2 #E1D7E5 and #D7E5E1 with #E5D7E1 are triadic colors.