COLOR #E5BBA2

HEX: #E5BBA2
RGB: (229,187,162)

Color info

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

RGB color model

#E5BBA2 color RGB value is (229,187,162).

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

RGB channels and saturation

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

229
187
162

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

Portions of RGB colors in percentages

R + G + B =
229 + 187 + 162 = 578 (100%)
R 229 of 578 ~ 39.62%
G 187 of 578 ~ 32.35%
B 162 of 578 ~ 28.03%

%39.62
%32.35
%28.03

CMYK color model

#E5BBA2 color CMYK value is (0,18,29,10).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 29.26%
  • key color value is 10.20%
CMYK:
(0,18,29,10)
C0M18Y29K10 
(0%,18%,29%,10%)
(0.00/0.18/0.29/0.10)	

CMYK percentages

%0
%18.34
%29.26
%10.2

Codes

Color #E5BBA2 in popluar color models

E5BBA2
RGB229187162
HSL22°56.30%76.67%
HSB/HSV22°29.26%89.80%
CMYK0.00%18.34%29.26%
10.20%

Color #E5BBA2 in popluar number systems.

HEXE5BBA2
Decimal229187162
Binary111001011011101110100010
Octal345273242

Shades and tints

Shades of #E5BBA2

#E5BBA2
(229,187,162)
#D1AA94
(209,170,148)
#BD9986
(189,153,134)
#A98878
(169,136,120)
#95776A
(149,119,106)
#81665C
(129,102,92)
#6D554E
(109,85,78)
#594440
(89,68,64)
#453332
(69,51,50)
#312224
(49,34,36)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #E5BBA2

#E5BBA2
(229,187,162)
#E7C1AA
(231,193,170)
#E9C7B2
(233,199,178)
#EBCDBA
(235,205,186)
#EDD3C2
(237,211,194)
#EFD9CA
(239,217,202)
#F1DFD2
(241,223,210)
#F3E5DA
(243,229,218)
#F5EBE2
(245,235,226)
#F7F1EA
(247,241,234)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BBA2; }

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

This text font color is #E5BBA2.


Background Color

.myBgColor { background-color: #E5BBA2; }

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

This div background color is #E5BBA2.


Border color

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

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

This div border color is #E5BBA2.


Opacity

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

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

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

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

This text has shadow with #E5BBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBA2 on black background.


Color preview on white background

This text has color #E5BBA2 on white background.



Black color preview on #E5BBA2 background

This text has black color on #E5BBA2 background.


White color preview on #E5BBA2 background

This text has white color on #E5BBA2 background.