COLOR #E5C7B7

HEX: #E5C7B7 RGB: (229,199,183)

Color info

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

RGB color model

#E5C7B7 color RGB value is (229,199,183).

RGB: (229,199,183) (90%, 78%, 72%)

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 183 of 255 = 72%

229
199
183

R + G + B ~ 80%. #E5C7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 199 + 183 = 611 (100%)
R 229 of 611 ~ 37.48%
G 199 of 611 ~ 32.57%
B 183 of 611 ~ 29.95'%

%37.48
%32.57
%29.95

CMYK color model

#E5C7B7 color CMYK value is (0,13,20,10).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 20.09%
  • key color value is 10.20%

CMYK: (0,13,20,10)
C0M13Y20K10 (0%, 13%, 20%, 10%)
(0.00 / 0.13 / 0.20 / 0.10)

CMYK percentages

%0
%13.1
%20.09
%10.2

Codes

Color #E5C7B7 in popluar color models

E5 C7 B7
RGB 229 199 183
HSL 21° 46.94% 80.78%
HSB/HSV 21° 20.09% 89.80%
CMYK 0.00% 13.10% 20.09%
10.20%

Color #E5C7B7 in popluar number systems.

HEX E5 C7 B7
Decimal 229 199 183
Binary 11100101 11000111 10110111
Octal 345 307 267

Shades and tints

Shades of #E5C7B7

#E5C7B7
(229,199,183)
#D1B5A7
(209,181,167)
#BDA397
(189,163,151)
#A99187
(169,145,135)
#957F77
(149,127,119)
#816D67
(129,109,103)
#6D5B57
(109,91,87)
#594947
(89,73,71)
#453737
(69,55,55)
#312527
(49,37,39)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #E5C7B7

#E5C7B7
(229,199,183)
#E7CCBD
(231,204,189)
#E9D1C3
(233,209,195)
#EBD6C9
(235,214,201)
#EDDBCF
(237,219,207)
#EFE0D5
(239,224,213)
#F1E5DB
(241,229,219)
#F3EAE1
(243,234,225)
#F5EFE7
(245,239,231)
#F7F4ED
(247,244,237)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C7B7; }

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

This text font color is #E5C7B7.

Background Color

.myBgColor { background-color: #E5C7B7; }

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

This div background color is #E5C7B7.

Border color

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

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

This div border color is #E5C7B7.

Opacity

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

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

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

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

This text has shadow with #E5C7B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C7B7.

Preview

Color preview on black background

This text has color #E5C7B7 on black background.


Color preview on white background

This text has color #E5C7B7 on white background.


Black color preview on #E5C7B7 background

This text has black color on #E5C7B7 background.


White color preview on #E5C7B7 background

This text has white color on #E5C7B7 background.


Related colors

Complementary color

Complementary color for #hex is #1A3848.


I love getcolorcode.com

Triadic colors

1 #B7E5C7 and #C7B7E5 with #E5C7B7 are triadic colors.

2 #B7C7E5 and #C7E5B7 with #E5C7B7 are triadic colors.