COLOR #E7BAA0

HEX: #E7BAA0
RGB: (231,186,160)

Color info

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

RGB color model

#E7BAA0 color RGB value is (231,186,160).

  • red value is 231;
  • green value is 186;
  • blue value is 160.
RGB:
(231,186,160)
(91%,73%,63%)

RGB channels and saturation

R 231 of 255 = 91%
G 186 of 255 = 73%
B 160 of 255 = 63%

231
186
160

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

Portions of RGB colors in percentages

R + G + B =
231 + 186 + 160 = 577 (100%)
R 231 of 577 ~ 40.03%
G 186 of 577 ~ 32.24%
B 160 of 577 ~ 27.73%

%40.03
%32.24
%27.73

CMYK color model

#E7BAA0 color CMYK value is (0,19,31,9).

  • cyan value is 0.00%
  • magenta value is 19.48%
  • yellow value is 30.74%
  • key color value is 9.41%
CMYK:
(0,19,31,9)
C0M19Y31K9 
(0%,19%,31%,9%)
(0.00/0.19/0.31/0.09)	

CMYK percentages

%0
%19.48
%30.74
%9.41

Codes

Color #E7BAA0 in popluar color models

E7BAA0
RGB231186160
HSL22°59.66%76.67%
HSB/HSV22°30.74%90.59%
CMYK0.00%19.48%30.74%
9.41%

Color #E7BAA0 in popluar number systems.

HEXE7BAA0
Decimal231186160
Binary111001111011101010100000
Octal347272240

Shades and tints

Shades of #E7BAA0

#E7BAA0
(231,186,160)
#D2AA92
(210,170,146)
#BD9A84
(189,154,132)
#A88A76
(168,138,118)
#937A68
(147,122,104)
#7E6A5A
(126,106,90)
#695A4C
(105,90,76)
#544A3E
(84,74,62)
#3F3A30
(63,58,48)
#2A2A22
(42,42,34)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #E7BAA0

#E7BAA0
(231,186,160)
#E9C0A8
(233,192,168)
#EBC6B0
(235,198,176)
#EDCCB8
(237,204,184)
#EFD2C0
(239,210,192)
#F1D8C8
(241,216,200)
#F3DED0
(243,222,208)
#F5E4D8
(245,228,216)
#F7EAE0
(247,234,224)
#F9F0E8
(249,240,232)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BAA0 color. Also use rgb(231,186,160) instead hex code.

Text Font Color

.myTextColor { color: #E7BAA0; }

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

This text font color is #E7BAA0.


Background Color

.myBgColor { background-color: #E7BAA0; }

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

This div background color is #E7BAA0.


Border color

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

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

This div border color is #E7BAA0.


Opacity

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

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

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

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

This text has shadow with #E7BAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BAA0 on black background.


Color preview on white background

This text has color #E7BAA0 on white background.



Black color preview on #E7BAA0 background

This text has black color on #E7BAA0 background.


White color preview on #E7BAA0 background

This text has white color on #E7BAA0 background.