COLOR #E5BBAA

HEX: #E5BBAA
RGB: (229,187,170)

Color info

#E5BBAA contains red, green and blue colors in about the same proportion. Web safe color of #E5BBAA is #CCCC99 (or #CC9).

RGB color model

#E5BBAA color RGB value is (229,187,170).

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

RGB channels and saturation

R 229 of 255 = 90%
G 187 of 255 = 73%
B 170 of 255 = 67%

229
187
170

R + G + B ~ 77%. #E5BBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 187 + 170 = 586 (100%)
R 229 of 586 ~ 39.08%
G 187 of 586 ~ 31.91%
B 170 of 586 ~ 29.01%

%39.08
%31.91
%29.01

CMYK color model

#E5BBAA color CMYK value is (0,18,26,10).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 25.76%
  • key color value is 10.20%
CMYK:
(0,18,26,10)
C0M18Y26K10 
(0%,18%,26%,10%)
(0.00/0.18/0.26/0.10)	

CMYK percentages

%0
%18.34
%25.76
%10.2

Codes

Color #E5BBAA in popluar color models

E5BBAA
RGB229187170
HSL17°53.15%78.24%
HSB/HSV17°25.76%89.80%
CMYK0.00%18.34%25.76%
10.20%

Color #E5BBAA in popluar number systems.

HEXE5BBAA
Decimal229187170
Binary111001011011101110101010
Octal345273252

Shades and tints

Shades of #E5BBAA

#E5BBAA
(229,187,170)
#D1AA9B
(209,170,155)
#BD998C
(189,153,140)
#A9887D
(169,136,125)
#95776E
(149,119,110)
#81665F
(129,102,95)
#6D5550
(109,85,80)
#594441
(89,68,65)
#453332
(69,51,50)
#312223
(49,34,35)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #E5BBAA

#E5BBAA
(229,187,170)
#E7C1B1
(231,193,177)
#E9C7B8
(233,199,184)
#EBCDBF
(235,205,191)
#EDD3C6
(237,211,198)
#EFD9CD
(239,217,205)
#F1DFD4
(241,223,212)
#F3E5DB
(243,229,219)
#F5EBE2
(245,235,226)
#F7F1E9
(247,241,233)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BBAA; }

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

This text font color is #E5BBAA.


Background Color

.myBgColor { background-color: #E5BBAA; }

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

This div background color is #E5BBAA.


Border color

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

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

This div border color is #E5BBAA.


Opacity

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

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

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

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

This text has shadow with #E5BBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBAA on black background.


Color preview on white background

This text has color #E5BBAA on white background.



Black color preview on #E5BBAA background

This text has black color on #E5BBAA background.


White color preview on #E5BBAA background

This text has white color on #E5BBAA background.