COLOR #E5C8B7

HEX: #E5C8B7 RGB: (229,200,183)

Color info

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

RGB color model

#E5C8B7 color RGB value is (229,200,183).

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

RGB channels and saturation

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

229
200
183

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

Portions of RGB colors in percentages

R + G + B = 229 + 200 + 183 = 612 (100%)
R 229 of 612 ~ 37.42%
G 200 of 612 ~ 32.68%
B 183 of 612 ~ 29.9'%

%37.42
%32.68
%29.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.66%
  • 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
%12.66
%20.09
%10.2

Codes

Color #E5C8B7 in popluar color models

E5 C8 B7
RGB 229 200 183
HSL 22° 46.94% 80.78%
HSB/HSV 22° 20.09% 89.80%
CMYK 0.00% 12.66% 20.09%
10.20%

Color #E5C8B7 in popluar number systems.

HEX E5 C8 B7
Decimal 229 200 183
Binary 11100101 11001000 10110111
Octal 345 310 267

Shades and tints

Shades of #E5C8B7

#E5C8B7
(229,200,183)
#D1B6A7
(209,182,167)
#BDA497
(189,164,151)
#A99287
(169,146,135)
#958077
(149,128,119)
#816E67
(129,110,103)
#6D5C57
(109,92,87)
#594A47
(89,74,71)
#453837
(69,56,55)
#312627
(49,38,39)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #E5C8B7

#E5C8B7
(229,200,183)
#E7CDBD
(231,205,189)
#E9D2C3
(233,210,195)
#EBD7C9
(235,215,201)
#EDDCCF
(237,220,207)
#EFE1D5
(239,225,213)
#F1E6DB
(241,230,219)
#F3EBE1
(243,235,225)
#F5F0E7
(245,240,231)
#F7F5ED
(247,245,237)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C8B7; }

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

This text font color is #E5C8B7.

Background Color

.myBgColor { background-color: #E5C8B7; }

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

This div background color is #E5C8B7.

Border color

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

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

This div border color is #E5C8B7.

Opacity

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

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

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

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

This text has shadow with #E5C8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C8B7.

Preview

Color preview on black background

This text has color #E5C8B7 on black background.


Color preview on white background

This text has color #E5C8B7 on white background.


Black color preview on #E5C8B7 background

This text has black color on #E5C8B7 background.


White color preview on #E5C8B7 background

This text has white color on #E5C8B7 background.


Related colors

Complementary color

Complementary color for #hex is #1A3748.


I love getcolorcode.com

Triadic colors

1 #B7E5C8 and #C8B7E5 with #E5C8B7 are triadic colors.

2 #B7C8E5 and #C8E5B7 with #E5C8B7 are triadic colors.