COLOR #E5BBA6

HEX: #E5BBA6
RGB: (229,187,166)

Color info

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

RGB color model

#E5BBA6 color RGB value is (229,187,166).

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

RGB channels and saturation

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

229
187
166

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

Portions of RGB colors in percentages

R + G + B =
229 + 187 + 166 = 582 (100%)
R 229 of 582 ~ 39.35%
G 187 of 582 ~ 32.13%
B 166 of 582 ~ 28.52%

%39.35
%32.13
%28.52

CMYK color model

#E5BBA6 color CMYK value is (0,18,28,10).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 27.51%
  • key color value is 10.20%
CMYK:
(0,18,28,10)
C0M18Y28K10 
(0%,18%,28%,10%)
(0.00/0.18/0.28/0.10)	

CMYK percentages

%0
%18.34
%27.51
%10.2

Codes

Color #E5BBA6 in popluar color models

E5BBA6
RGB229187166
HSL20°54.78%77.45%
HSB/HSV20°27.51%89.80%
CMYK0.00%18.34%27.51%
10.20%

Color #E5BBA6 in popluar number systems.

HEXE5BBA6
Decimal229187166
Binary111001011011101110100110
Octal345273246

Shades and tints

Shades of #E5BBA6

#E5BBA6
(229,187,166)
#D1AA97
(209,170,151)
#BD9988
(189,153,136)
#A98879
(169,136,121)
#95776A
(149,119,106)
#81665B
(129,102,91)
#6D554C
(109,85,76)
#59443D
(89,68,61)
#45332E
(69,51,46)
#31221F
(49,34,31)
#1D1110
(29,17,16)
#000000
(0,0,0)

Tints of #E5BBA6

#E5BBA6
(229,187,166)
#E7C1AE
(231,193,174)
#E9C7B6
(233,199,182)
#EBCDBE
(235,205,190)
#EDD3C6
(237,211,198)
#EFD9CE
(239,217,206)
#F1DFD6
(241,223,214)
#F3E5DE
(243,229,222)
#F5EBE6
(245,235,230)
#F7F1EE
(247,241,238)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BBA6; }

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

This text font color is #E5BBA6.


Background Color

.myBgColor { background-color: #E5BBA6; }

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

This div background color is #E5BBA6.


Border color

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

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

This div border color is #E5BBA6.


Opacity

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

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

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

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

This text has shadow with #E5BBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBA6 on black background.


Color preview on white background

This text has color #E5BBA6 on white background.



Black color preview on #E5BBA6 background

This text has black color on #E5BBA6 background.


White color preview on #E5BBA6 background

This text has white color on #E5BBA6 background.