COLOR #E5BBA4

HEX: #E5BBA4
RGB: (229,187,164)

Color info

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

RGB color model

#E5BBA4 color RGB value is (229,187,164).

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

RGB channels and saturation

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

229
187
164

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

Portions of RGB colors in percentages

R + G + B =
229 + 187 + 164 = 580 (100%)
R 229 of 580 ~ 39.48%
G 187 of 580 ~ 32.24%
B 164 of 580 ~ 28.28%

%39.48
%32.24
%28.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 28.38%
  • 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
%28.38
%10.2

Codes

Color #E5BBA4 in popluar color models

E5BBA4
RGB229187164
HSL21°55.56%77.06%
HSB/HSV21°28.38%89.80%
CMYK0.00%18.34%28.38%
10.20%

Color #E5BBA4 in popluar number systems.

HEXE5BBA4
Decimal229187164
Binary111001011011101110100100
Octal345273244

Shades and tints

Shades of #E5BBA4

#E5BBA4
(229,187,164)
#D1AA96
(209,170,150)
#BD9988
(189,153,136)
#A9887A
(169,136,122)
#95776C
(149,119,108)
#81665E
(129,102,94)
#6D5550
(109,85,80)
#594442
(89,68,66)
#453334
(69,51,52)
#312226
(49,34,38)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #E5BBA4

#E5BBA4
(229,187,164)
#E7C1AC
(231,193,172)
#E9C7B4
(233,199,180)
#EBCDBC
(235,205,188)
#EDD3C4
(237,211,196)
#EFD9CC
(239,217,204)
#F1DFD4
(241,223,212)
#F3E5DC
(243,229,220)
#F5EBE4
(245,235,228)
#F7F1EC
(247,241,236)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BBA4; }

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

This text font color is #E5BBA4.


Background Color

.myBgColor { background-color: #E5BBA4; }

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

This div background color is #E5BBA4.


Border color

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

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

This div border color is #E5BBA4.


Opacity

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

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

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

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

This text has shadow with #E5BBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBA4 on black background.


Color preview on white background

This text has color #E5BBA4 on white background.



Black color preview on #E5BBA4 background

This text has black color on #E5BBA4 background.


White color preview on #E5BBA4 background

This text has white color on #E5BBA4 background.