COLOR #E5B0A7

HEX: #E5B0A7
RGB: (229,176,167)

Color info

#E5B0A7 contains mainly red and green colors. Web safe color of #E5B0A7 is #CC9999 (or #C99).

RGB color model

#E5B0A7 color RGB value is (229,176,167).

  • red value is 229;
  • green value is 176;
  • blue value is 167.
RGB:
(229,176,167)
(90%,69%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 176 of 255 = 69%
B 167 of 255 = 65%

229
176
167

R + G + B ~ 75%. #E5B0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 176 + 167 = 572 (100%)
R 229 of 572 ~ 40.03%
G 176 of 572 ~ 30.77%
B 167 of 572 ~ 29.2%

%40.03
%30.77
%29.2

CMYK color model

#E5B0A7 color CMYK value is (0,23,27,10).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(0,23,27,10)
C0M23Y27K10 
(0%,23%,27%,10%)
(0.00/0.23/0.27/0.10)	

CMYK percentages

%0
%23.14
%27.07
%10.2

Codes

Color #E5B0A7 in popluar color models

E5B0A7
RGB229176167
HSL54.39%77.65%
HSB/HSV27.07%89.80%
CMYK0.00%23.14%27.07%
10.20%

Color #E5B0A7 in popluar number systems.

HEXE5B0A7
Decimal229176167
Binary111001011011000010100111
Octal345260247

Shades and tints

Shades of #E5B0A7

#E5B0A7
(229,176,167)
#D1A098
(209,160,152)
#BD9089
(189,144,137)
#A9807A
(169,128,122)
#95706B
(149,112,107)
#81605C
(129,96,92)
#6D504D
(109,80,77)
#59403E
(89,64,62)
#45302F
(69,48,47)
#312020
(49,32,32)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #E5B0A7

#E5B0A7
(229,176,167)
#E7B7AF
(231,183,175)
#E9BEB7
(233,190,183)
#EBC5BF
(235,197,191)
#EDCCC7
(237,204,199)
#EFD3CF
(239,211,207)
#F1DAD7
(241,218,215)
#F3E1DF
(243,225,223)
#F5E8E7
(245,232,231)
#F7EFEF
(247,239,239)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B0A7 color. Also use rgb(229,176,167) instead hex code.

Text Font Color

.myTextColor { color: #E5B0A7; }

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

This text font color is #E5B0A7.


Background Color

.myBgColor { background-color: #E5B0A7; }

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

This div background color is #E5B0A7.


Border color

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

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

This div border color is #E5B0A7.


Opacity

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

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

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

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

This text has shadow with #E5B0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B0A7 on black background.


Color preview on white background

This text has color #E5B0A7 on white background.



Black color preview on #E5B0A7 background

This text has black color on #E5B0A7 background.


White color preview on #E5B0A7 background

This text has white color on #E5B0A7 background.