COLOR #E5E1D5

HEX: #E5E1D5 RGB: (229,225,213)

Color info

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

RGB color model

#E5E1D5 color RGB value is (229,225,213).

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

RGB channels and saturation

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

229
225
213

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

Portions of RGB colors in percentages

R + G + B = 229 + 225 + 213 = 667 (100%)
R 229 of 667 ~ 34.33%
G 225 of 667 ~ 33.73%
B 213 of 667 ~ 31.93'%

%34.33
%33.73
%31.93

CMYK color model

#E5E1D5 color CMYK value is (0,2,7,10).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 6.99%
  • key color value is 10.20%
CMYK: (0,2,7,10) C0M2Y7K10 (0%,2%,7%,10%) (0.00/0.02/0.07/0.10) 

CMYK percentages

%0
%1.75
%6.99
%10.2

Codes

Color #E5E1D5 in popluar color models

E5 E1 D5
RGB 229 225 213
HSL 45° 23.53% 86.67%
HSB/HSV 45° 6.99% 89.80%
CMYK 0.00% 1.75% 6.99%
10.20%

Color #E5E1D5 in popluar number systems.

HEX E5 E1 D5
Decimal 229 225 213
Binary 11100101 11100001 11010101
Octal 345 341 325

Shades and tints

Shades of #E5E1D5

#E5E1D5
(229,225,213)
#D1CDC2
(209,205,194)
#BDB9AF
(189,185,175)
#A9A59C
(169,165,156)
#959189
(149,145,137)
#817D76
(129,125,118)
#6D6963
(109,105,99)
#595550
(89,85,80)
#45413D
(69,65,61)
#312D2A
(49,45,42)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #E5E1D5

#E5E1D5
(229,225,213)
#E7E3D8
(231,227,216)
#E9E5DB
(233,229,219)
#EBE7DE
(235,231,222)
#EDE9E1
(237,233,225)
#EFEBE4
(239,235,228)
#F1EDE7
(241,237,231)
#F3EFEA
(243,239,234)
#F5F1ED
(245,241,237)
#F7F3F0
(247,243,240)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E1D5; }

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

This text font color is #E5E1D5.

Background Color

.myBgColor { background-color: #E5E1D5; }

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

This div background color is #E5E1D5.

Border color

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

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

This div border color is #E5E1D5.

Opacity

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

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

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

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

This text has shadow with #E5E1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E1D5.

Preview

Color preview on black background

This text has color #E5E1D5 on black background.


Color preview on white background

This text has color #E5E1D5 on white background.


Black color preview on #E5E1D5 background

This text has black color on #E5E1D5 background.


White color preview on #E5E1D5 background

This text has white color on #E5E1D5 background.


Related colors

Complementary color

Complementary color for #hex is #1A1E2A.


I love getcolorcode.com

Triadic colors

1 #D5E5E1 and #E1D5E5 with #E5E1D5 are triadic colors.

2 #D5E1E5 and #E1E5D5 with #E5E1D5 are triadic colors.