COLOR #E5BBA7

HEX: #E5BBA7
RGB: (229,187,167)

Color info

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

RGB color model

#E5BBA7 color RGB value is (229,187,167).

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

RGB channels and saturation

R 229 of 255 = 90%
G 187 of 255 = 73%
B 167 of 255 = 65%

229
187
167

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

Portions of RGB colors in percentages

R + G + B =
229 + 187 + 167 = 583 (100%)
R 229 of 583 ~ 39.28%
G 187 of 583 ~ 32.08%
B 167 of 583 ~ 28.64%

%39.28
%32.08
%28.64

CMYK color model

#E5BBA7 color CMYK value is (0,18,27,10).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(0,18,27,10)
C0M18Y27K10 
(0%,18%,27%,10%)
(0.00/0.18/0.27/0.10)	

CMYK percentages

%0
%18.34
%27.07
%10.2

Codes

Color #E5BBA7 in popluar color models

E5BBA7
RGB229187167
HSL19°54.39%77.65%
HSB/HSV19°27.07%89.80%
CMYK0.00%18.34%27.07%
10.20%

Color #E5BBA7 in popluar number systems.

HEXE5BBA7
Decimal229187167
Binary111001011011101110100111
Octal345273247

Shades and tints

Shades of #E5BBA7

#E5BBA7
(229,187,167)
#D1AA98
(209,170,152)
#BD9989
(189,153,137)
#A9887A
(169,136,122)
#95776B
(149,119,107)
#81665C
(129,102,92)
#6D554D
(109,85,77)
#59443E
(89,68,62)
#45332F
(69,51,47)
#312220
(49,34,32)
#1D1111
(29,17,17)
#000000
(0,0,0)

Tints of #E5BBA7

#E5BBA7
(229,187,167)
#E7C1AF
(231,193,175)
#E9C7B7
(233,199,183)
#EBCDBF
(235,205,191)
#EDD3C7
(237,211,199)
#EFD9CF
(239,217,207)
#F1DFD7
(241,223,215)
#F3E5DF
(243,229,223)
#F5EBE7
(245,235,231)
#F7F1EF
(247,241,239)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BBA7; }

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

This text font color is #E5BBA7.


Background Color

.myBgColor { background-color: #E5BBA7; }

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

This div background color is #E5BBA7.


Border color

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

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

This div border color is #E5BBA7.


Opacity

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

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

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

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

This text has shadow with #E5BBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBA7 on black background.


Color preview on white background

This text has color #E5BBA7 on white background.



Black color preview on #E5BBA7 background

This text has black color on #E5BBA7 background.


White color preview on #E5BBA7 background

This text has white color on #E5BBA7 background.