COLOR #E7BAA8

HEX: #E7BAA8 RGB: (231,186,168)

Color info

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

RGB color model

#E7BAA8 color RGB value is (231,186,168).

RGB: (231,186,168) (91%, 73%, 66%)

RGB channels and saturation

R 231 of 255 = 91%
G 186 of 255 = 73%
B 168 of 255 = 66%

231
186
168

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

Portions of RGB colors in percentages

R + G + B = 231 + 186 + 168 = 585 (100%)
R 231 of 585 ~ 39.49%
G 186 of 585 ~ 31.79%
B 168 of 585 ~ 28.72'%

%39.49
%31.79
%28.72

CMYK color model

#E7BAA8 color CMYK value is (0,19,27,9).

  • cyan value is 0.00%
  • magenta value is 19.48%
  • yellow value is 27.27%
  • key color value is 9.41%

CMYK: (0,19,27,9)
C0M19Y27K9 (0%, 19%, 27%, 9%)
(0.00 / 0.19 / 0.27 / 0.09)

CMYK percentages

%0
%19.48
%27.27
%9.41

Codes

Color #E7BAA8 in popluar color models

E7 BA A8
RGB 231 186 168
HSL 17° 56.76% 78.24%
HSB/HSV 17° 27.27% 90.59%
CMYK 0.00% 19.48% 27.27%
9.41%

Color #E7BAA8 in popluar number systems.

HEX E7 BA A8
Decimal 231 186 168
Binary 11100111 10111010 10101000
Octal 347 272 250

Shades and tints

Shades of #E7BAA8

#E7BAA8
(231,186,168)
#D2AA99
(210,170,153)
#BD9A8A
(189,154,138)
#A88A7B
(168,138,123)
#937A6C
(147,122,108)
#7E6A5D
(126,106,93)
#695A4E
(105,90,78)
#544A3F
(84,74,63)
#3F3A30
(63,58,48)
#2A2A21
(42,42,33)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #E7BAA8

#E7BAA8
(231,186,168)
#E9C0AF
(233,192,175)
#EBC6B6
(235,198,182)
#EDCCBD
(237,204,189)
#EFD2C4
(239,210,196)
#F1D8CB
(241,216,203)
#F3DED2
(243,222,210)
#F5E4D9
(245,228,217)
#F7EAE0
(247,234,224)
#F9F0E7
(249,240,231)
#FBF6EE
(251,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BAA8; }

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

This text font color is #E7BAA8.

Background Color

.myBgColor { background-color: #E7BAA8; }

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

This div background color is #E7BAA8.

Border color

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

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

This div border color is #E7BAA8.

Opacity

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

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

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

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

This text has shadow with #E7BAA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BAA8.

Preview

Color preview on black background

This text has color #E7BAA8 on black background.


Color preview on white background

This text has color #E7BAA8 on white background.


Black color preview on #E7BAA8 background

This text has black color on #E7BAA8 background.


White color preview on #E7BAA8 background

This text has white color on #E7BAA8 background.


Related colors

Complementary color

Complementary color for #hex is #184557.


I love getcolorcode.com

Triadic colors

1 #A8E7BA and #BAA8E7 with #E7BAA8 are triadic colors.

2 #A8BAE7 and #BAE7A8 with #E7BAA8 are triadic colors.