COLOR #E8BAA9

HEX: #E8BAA9
RGB: (232,186,169)

Color info

#E8BAA9 contains mainly red and green colors. Web safe color of #E8BAA9 is #FFCC99 (or #FC9).

RGB color model

#E8BAA9 color RGB value is (232,186,169).

  • red value is 232;
  • green value is 186;
  • blue value is 169.
RGB:
(232,186,169)
(91%,73%,66%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 169 of 255 = 66%

232
186
169

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

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 169 = 587 (100%)
R 232 of 587 ~ 39.52%
G 186 of 587 ~ 31.69%
B 169 of 587 ~ 28.79%

%39.52
%31.69
%28.79

CMYK color model

#E8BAA9 color CMYK value is (0,20,27,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(0,20,27,9)
C0M20Y27K9 
(0%,20%,27%,9%)
(0.00/0.20/0.27/0.09)	

CMYK percentages

%0
%19.83
%27.16
%9.02

Codes

Color #E8BAA9 in popluar color models

E8BAA9
RGB232186169
HSL16°57.80%78.63%
HSB/HSV16°27.16%90.98%
CMYK0.00%19.83%27.16%
9.02%

Color #E8BAA9 in popluar number systems.

HEXE8BAA9
Decimal232186169
Binary111010001011101010101001
Octal350272251

Shades and tints

Shades of #E8BAA9

#E8BAA9
(232,186,169)
#D3AA9A
(211,170,154)
#BE9A8B
(190,154,139)
#A98A7C
(169,138,124)
#947A6D
(148,122,109)
#7F6A5E
(127,106,94)
#6A5A4F
(106,90,79)
#554A40
(85,74,64)
#403A31
(64,58,49)
#2B2A22
(43,42,34)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #E8BAA9

#E8BAA9
(232,186,169)
#EAC0B0
(234,192,176)
#ECC6B7
(236,198,183)
#EECCBE
(238,204,190)
#F0D2C5
(240,210,197)
#F2D8CC
(242,216,204)
#F4DED3
(244,222,211)
#F6E4DA
(246,228,218)
#F8EAE1
(248,234,225)
#FAF0E8
(250,240,232)
#FCF6EF
(252,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BAA9 color. Also use rgb(232,186,169) instead hex code.

Text Font Color

.myTextColor { color: #E8BAA9; }

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

This text font color is #E8BAA9.


Background Color

.myBgColor { background-color: #E8BAA9; }

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

This div background color is #E8BAA9.


Border color

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

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

This div border color is #E8BAA9.


Opacity

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

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

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

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

This text has shadow with #E8BAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BAA9 on black background.


Color preview on white background

This text has color #E8BAA9 on white background.



Black color preview on #E8BAA9 background

This text has black color on #E8BAA9 background.


White color preview on #E8BAA9 background

This text has white color on #E8BAA9 background.