COLOR #E5C7AD

HEX: #E5C7AD
RGB: (229,199,173)

Color info

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

RGB color model

#E5C7AD color RGB value is (229,199,173).

  • red value is 229;
  • green value is 199;
  • blue value is 173.
RGB:
(229,199,173)
(90%,78%,68%)

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 173 of 255 = 68%

229
199
173

R + G + B ~ 79%. #E5C7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 199 + 173 = 601 (100%)
R 229 of 601 ~ 38.1%
G 199 of 601 ~ 33.11%
B 173 of 601 ~ 28.79%

%38.1
%33.11
%28.79

CMYK color model

#E5C7AD color CMYK value is (0,13,24,10).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 24.45%
  • key color value is 10.20%
CMYK:
(0,13,24,10)
C0M13Y24K10 
(0%,13%,24%,10%)
(0.00/0.13/0.24/0.10)	

CMYK percentages

%0
%13.1
%24.45
%10.2

Codes

Color #E5C7AD in popluar color models

E5C7AD
RGB229199173
HSL28°51.85%78.82%
HSB/HSV28°24.45%89.80%
CMYK0.00%13.10%24.45%
10.20%

Color #E5C7AD in popluar number systems.

HEXE5C7AD
Decimal229199173
Binary111001011100011110101101
Octal345307255

Shades and tints

Shades of #E5C7AD

#E5C7AD
(229,199,173)
#D1B59E
(209,181,158)
#BDA38F
(189,163,143)
#A99180
(169,145,128)
#957F71
(149,127,113)
#816D62
(129,109,98)
#6D5B53
(109,91,83)
#594944
(89,73,68)
#453735
(69,55,53)
#312526
(49,37,38)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #E5C7AD

#E5C7AD
(229,199,173)
#E7CCB4
(231,204,180)
#E9D1BB
(233,209,187)
#EBD6C2
(235,214,194)
#EDDBC9
(237,219,201)
#EFE0D0
(239,224,208)
#F1E5D7
(241,229,215)
#F3EADE
(243,234,222)
#F5EFE5
(245,239,229)
#F7F4EC
(247,244,236)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C7AD color. Also use rgb(229,199,173) instead hex code.

Text Font Color

.myTextColor { color: #E5C7AD; }

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

This text font color is #E5C7AD.


Background Color

.myBgColor { background-color: #E5C7AD; }

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

This div background color is #E5C7AD.


Border color

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

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

This div border color is #E5C7AD.


Opacity

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

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

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

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

This text has shadow with #E5C7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C7AD on black background.


Color preview on white background

This text has color #E5C7AD on white background.



Black color preview on #E5C7AD background

This text has black color on #E5C7AD background.


White color preview on #E5C7AD background

This text has white color on #E5C7AD background.