COLOR #E5B0A4

HEX: #E5B0A4
RGB: (229,176,164)

Color info

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

RGB color model

#E5B0A4 color RGB value is (229,176,164).

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

RGB channels and saturation

R 229 of 255 = 90%
G 176 of 255 = 69%
B 164 of 255 = 64%

229
176
164

R + G + B ~ 74%. #E5B0A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 176 + 164 = 569 (100%)
R 229 of 569 ~ 40.25%
G 176 of 569 ~ 30.93%
B 164 of 569 ~ 28.82%

%40.25
%30.93
%28.82

CMYK color model

#E5B0A4 color CMYK value is (0,23,28,10).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,23,28,10)
C0M23Y28K10 
(0%,23%,28%,10%)
(0.00/0.23/0.28/0.10)	

CMYK percentages

%0
%23.14
%28.38
%10.2

Codes

Color #E5B0A4 in popluar color models

E5B0A4
RGB229176164
HSL11°55.56%77.06%
HSB/HSV11°28.38%89.80%
CMYK0.00%23.14%28.38%
10.20%

Color #E5B0A4 in popluar number systems.

HEXE5B0A4
Decimal229176164
Binary111001011011000010100100
Octal345260244

Shades and tints

Shades of #E5B0A4

#E5B0A4
(229,176,164)
#D1A096
(209,160,150)
#BD9088
(189,144,136)
#A9807A
(169,128,122)
#95706C
(149,112,108)
#81605E
(129,96,94)
#6D5050
(109,80,80)
#594042
(89,64,66)
#453034
(69,48,52)
#312026
(49,32,38)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #E5B0A4

#E5B0A4
(229,176,164)
#E7B7AC
(231,183,172)
#E9BEB4
(233,190,180)
#EBC5BC
(235,197,188)
#EDCCC4
(237,204,196)
#EFD3CC
(239,211,204)
#F1DAD4
(241,218,212)
#F3E1DC
(243,225,220)
#F5E8E4
(245,232,228)
#F7EFEC
(247,239,236)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B0A4; }

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

This text font color is #E5B0A4.


Background Color

.myBgColor { background-color: #E5B0A4; }

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

This div background color is #E5B0A4.


Border color

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

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

This div border color is #E5B0A4.


Opacity

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

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

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

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

This text has shadow with #E5B0A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B0A4 on black background.


Color preview on white background

This text has color #E5B0A4 on white background.



Black color preview on #E5B0A4 background

This text has black color on #E5B0A4 background.


White color preview on #E5B0A4 background

This text has white color on #E5B0A4 background.