COLOR #E5B9A4

HEX: #E5B9A4
RGB: (229,185,164)

Color info

#E5B9A4 contains mainly red and green colors. Web safe color of #E5B9A4 is #CCCC99 (or #CC9).

RGB color model

#E5B9A4 color RGB value is (229,185,164).

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

RGB channels and saturation

R 229 of 255 = 90%
G 185 of 255 = 73%
B 164 of 255 = 64%

229
185
164

R + G + B ~ 76%. #E5B9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 185 + 164 = 578 (100%)
R 229 of 578 ~ 39.62%
G 185 of 578 ~ 32.01%
B 164 of 578 ~ 28.37%

%39.62
%32.01
%28.37

CMYK color model

#E5B9A4 color CMYK value is (0,19,28,10).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,19,28,10)
C0M19Y28K10 
(0%,19%,28%,10%)
(0.00/0.19/0.28/0.10)	

CMYK percentages

%0
%19.21
%28.38
%10.2

Codes

Color #E5B9A4 in popluar color models

E5B9A4
RGB229185164
HSL19°55.56%77.06%
HSB/HSV19°28.38%89.80%
CMYK0.00%19.21%28.38%
10.20%

Color #E5B9A4 in popluar number systems.

HEXE5B9A4
Decimal229185164
Binary111001011011100110100100
Octal345271244

Shades and tints

Shades of #E5B9A4

#E5B9A4
(229,185,164)
#D1A996
(209,169,150)
#BD9988
(189,153,136)
#A9897A
(169,137,122)
#95796C
(149,121,108)
#81695E
(129,105,94)
#6D5950
(109,89,80)
#594942
(89,73,66)
#453934
(69,57,52)
#312926
(49,41,38)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #E5B9A4

#E5B9A4
(229,185,164)
#E7BFAC
(231,191,172)
#E9C5B4
(233,197,180)
#EBCBBC
(235,203,188)
#EDD1C4
(237,209,196)
#EFD7CC
(239,215,204)
#F1DDD4
(241,221,212)
#F3E3DC
(243,227,220)
#F5E9E4
(245,233,228)
#F7EFEC
(247,239,236)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B9A4; }

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

This text font color is #E5B9A4.


Background Color

.myBgColor { background-color: #E5B9A4; }

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

This div background color is #E5B9A4.


Border color

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

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

This div border color is #E5B9A4.


Opacity

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

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

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

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

This text has shadow with #E5B9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B9A4 on black background.


Color preview on white background

This text has color #E5B9A4 on white background.



Black color preview on #E5B9A4 background

This text has black color on #E5B9A4 background.


White color preview on #E5B9A4 background

This text has white color on #E5B9A4 background.