COLOR #E5D5B3

HEX: #E5D5B3 RGB: (229,213,179)

Color info

#E5D5B3 contains red, green and blue colors in about the same proportion. Web safe color of #E5D5B3 is #CCCC99 (or #CC9).

RGB color model

#E5D5B3 color RGB value is (229,213,179).

RGB: (229,213,179) (90%, 84%, 70%)

RGB channels and saturation

R 229 of 255 = 90%
G 213 of 255 = 84%
B 179 of 255 = 70%

229
213
179

R + G + B ~ 81%. #E5D5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 213 + 179 = 621 (100%)
R 229 of 621 ~ 36.88%
G 213 of 621 ~ 34.3%
B 179 of 621 ~ 28.82'%

%36.88
%34.3
%28.82

CMYK color model

#E5D5B3 color CMYK value is (0,7,22,10).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 21.83%
  • key color value is 10.20%
CMYK: (0,7,22,10) C0M7Y22K10 (0%,7%,22%,10%) (0.00/0.07/0.22/0.10) 

CMYK percentages

%0
%6.99
%21.83
%10.2

Codes

Color #E5D5B3 in popluar color models

E5 D5 B3
RGB 229 213 179
HSL 41° 49.02% 80.00%
HSB/HSV 41° 21.83% 89.80%
CMYK 0.00% 6.99% 21.83%
10.20%

Color #E5D5B3 in popluar number systems.

HEX E5 D5 B3
Decimal 229 213 179
Binary 11100101 11010101 10110011
Octal 345 325 263

Shades and tints

Shades of #E5D5B3

#E5D5B3
(229,213,179)
#D1C2A3
(209,194,163)
#BDAF93
(189,175,147)
#A99C83
(169,156,131)
#958973
(149,137,115)
#817663
(129,118,99)
#6D6353
(109,99,83)
#595043
(89,80,67)
#453D33
(69,61,51)
#312A23
(49,42,35)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #E5D5B3

#E5D5B3
(229,213,179)
#E7D8B9
(231,216,185)
#E9DBBF
(233,219,191)
#EBDEC5
(235,222,197)
#EDE1CB
(237,225,203)
#EFE4D1
(239,228,209)
#F1E7D7
(241,231,215)
#F3EADD
(243,234,221)
#F5EDE3
(245,237,227)
#F7F0E9
(247,240,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D5B3; }

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

This text font color is #E5D5B3.

Background Color

.myBgColor { background-color: #E5D5B3; }

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

This div background color is #E5D5B3.

Border color

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

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

This div border color is #E5D5B3.

Opacity

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

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

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

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

This text has shadow with #E5D5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D5B3.

Preview

Color preview on black background

This text has color #E5D5B3 on black background.


Color preview on white background

This text has color #E5D5B3 on white background.


Black color preview on #E5D5B3 background

This text has black color on #E5D5B3 background.


White color preview on #E5D5B3 background

This text has white color on #E5D5B3 background.


Related colors

Complementary color

Complementary color for #hex is #1A2A4C.


I love getcolorcode.com

Triadic colors

1 #B3E5D5 and #D5B3E5 with #E5D5B3 are triadic colors.

2 #B3D5E5 and #D5E5B3 with #E5D5B3 are triadic colors.