COLOR #E7BAAB

HEX: #E7BAAB RGB: (231,186,171)

Color info

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

RGB color model

#E7BAAB color RGB value is (231,186,171).

RGB: (231,186,171) (91%, 73%, 67%)

RGB channels and saturation

R 231 of 255 = 91%
G 186 of 255 = 73%
B 171 of 255 = 67%

231
186
171

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

Portions of RGB colors in percentages

R + G + B = 231 + 186 + 171 = 588 (100%)
R 231 of 588 ~ 39.29%
G 186 of 588 ~ 31.63%
B 171 of 588 ~ 29.08'%

%39.29
%31.63
%29.08

CMYK color model

#E7BAAB color CMYK value is (0,19,26,9).

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

CMYK: (0,19,26,9)
C0M19Y26K9 (0%, 19%, 26%, 9%)
(0.00 / 0.19 / 0.26 / 0.09)

CMYK percentages

%0
%19.48
%25.97
%9.41

Codes

Color #E7BAAB in popluar color models

E7 BA AB
RGB 231 186 171
HSL 15° 55.56% 78.82%
HSB/HSV 15° 25.97% 90.59%
CMYK 0.00% 19.48% 25.97%
9.41%

Color #E7BAAB in popluar number systems.

HEX E7 BA AB
Decimal 231 186 171
Binary 11100111 10111010 10101011
Octal 347 272 253

Shades and tints

Shades of #E7BAAB

#E7BAAB
(231,186,171)
#D2AA9C
(210,170,156)
#BD9A8D
(189,154,141)
#A88A7E
(168,138,126)
#937A6F
(147,122,111)
#7E6A60
(126,106,96)
#695A51
(105,90,81)
#544A42
(84,74,66)
#3F3A33
(63,58,51)
#2A2A24
(42,42,36)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #E7BAAB

#E7BAAB
(231,186,171)
#E9C0B2
(233,192,178)
#EBC6B9
(235,198,185)
#EDCCC0
(237,204,192)
#EFD2C7
(239,210,199)
#F1D8CE
(241,216,206)
#F3DED5
(243,222,213)
#F5E4DC
(245,228,220)
#F7EAE3
(247,234,227)
#F9F0EA
(249,240,234)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BAAB; }

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

This text font color is #E7BAAB.

Background Color

.myBgColor { background-color: #E7BAAB; }

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

This div background color is #E7BAAB.

Border color

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

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

This div border color is #E7BAAB.

Opacity

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

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

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

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

This text has shadow with #E7BAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BAAB.

Preview

Color preview on black background

This text has color #E7BAAB on black background.


Color preview on white background

This text has color #E7BAAB on white background.


Black color preview on #E7BAAB background

This text has black color on #E7BAAB background.


White color preview on #E7BAAB background

This text has white color on #E7BAAB background.


Related colors

Complementary color

Complementary color for #hex is #184554.


I love getcolorcode.com

Triadic colors

1 #ABE7BA and #BAABE7 with #E7BAAB are triadic colors.

2 #ABBAE7 and #BAE7AB with #E7BAAB are triadic colors.