COLOR #E5C7AF

HEX: #E5C7AF RGB: (229,199,175)

Color info

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

RGB color model

#E5C7AF color RGB value is (229,199,175).

RGB: (229,199,175) (90%, 78%, 69%)

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 175 of 255 = 69%

229
199
175

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

Portions of RGB colors in percentages

R + G + B = 229 + 199 + 175 = 603 (100%)
R 229 of 603 ~ 37.98%
G 199 of 603 ~ 33%
B 175 of 603 ~ 29.02'%

%37.98
%33
%29.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 23.58%
  • 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
%23.58
%10.2

Codes

Color #E5C7AF in popluar color models

E5 C7 AF
RGB 229 199 175
HSL 27° 50.94% 79.22%
HSB/HSV 27° 23.58% 89.80%
CMYK 0.00% 13.10% 23.58%
10.20%

Color #E5C7AF in popluar number systems.

HEX E5 C7 AF
Decimal 229 199 175
Binary 11100101 11000111 10101111
Octal 345 307 257

Shades and tints

Shades of #E5C7AF

#E5C7AF
(229,199,175)
#D1B5A0
(209,181,160)
#BDA391
(189,163,145)
#A99182
(169,145,130)
#957F73
(149,127,115)
#816D64
(129,109,100)
#6D5B55
(109,91,85)
#594946
(89,73,70)
#453737
(69,55,55)
#312528
(49,37,40)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #E5C7AF

#E5C7AF
(229,199,175)
#E7CCB6
(231,204,182)
#E9D1BD
(233,209,189)
#EBD6C4
(235,214,196)
#EDDBCB
(237,219,203)
#EFE0D2
(239,224,210)
#F1E5D9
(241,229,217)
#F3EAE0
(243,234,224)
#F5EFE7
(245,239,231)
#F7F4EE
(247,244,238)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C7AF; }

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

This text font color is #E5C7AF.

Background Color

.myBgColor { background-color: #E5C7AF; }

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

This div background color is #E5C7AF.

Border color

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

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

This div border color is #E5C7AF.

Opacity

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

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

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

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

This text has shadow with #E5C7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C7AF.

Preview

Color preview on black background

This text has color #E5C7AF on black background.


Color preview on white background

This text has color #E5C7AF on white background.


Black color preview on #E5C7AF background

This text has black color on #E5C7AF background.


White color preview on #E5C7AF background

This text has white color on #E5C7AF background.


Related colors

Complementary color

Complementary color for #hex is #1A3850.


I love getcolorcode.com

Triadic colors

1 #AFE5C7 and #C7AFE5 with #E5C7AF are triadic colors.

2 #AFC7E5 and #C7E5AF with #E5C7AF are triadic colors.