COLOR #E9BAA4

HEX: #E9BAA4 RGB: (233,186,164)

Color info

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

RGB color model

#E9BAA4 color RGB value is (233,186,164).

RGB: (233,186,164) (91%, 73%, 64%)

RGB channels and saturation

R 233 of 255 = 91%
G 186 of 255 = 73%
B 164 of 255 = 64%

233
186
164

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

Portions of RGB colors in percentages

R + G + B = 233 + 186 + 164 = 583 (100%)
R 233 of 583 ~ 39.97%
G 186 of 583 ~ 31.9%
B 164 of 583 ~ 28.13'%

%39.97
%31.9
%28.13

CMYK color model

#E9BAA4 color CMYK value is (0,20,30,9).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 29.61%
  • key color value is 8.63%

CMYK: (0,20,30,9)
C0M20Y30K9 (0%, 20%, 30%, 9%)
(0.00 / 0.20 / 0.30 / 0.09)

CMYK percentages

%0
%20.17
%29.61
%8.63

Codes

Color #E9BAA4 in popluar color models

E9 BA A4
RGB 233 186 164
HSL 19° 61.06% 77.84%
HSB/HSV 19° 29.61% 91.37%
CMYK 0.00% 20.17% 29.61%
8.63%

Color #E9BAA4 in popluar number systems.

HEX E9 BA A4
Decimal 233 186 164
Binary 11101001 10111010 10100100
Octal 351 272 244

Shades and tints

Shades of #E9BAA4

#E9BAA4
(233,186,164)
#D4AA96
(212,170,150)
#BF9A88
(191,154,136)
#AA8A7A
(170,138,122)
#957A6C
(149,122,108)
#806A5E
(128,106,94)
#6B5A50
(107,90,80)
#564A42
(86,74,66)
#413A34
(65,58,52)
#2C2A26
(44,42,38)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #E9BAA4

#E9BAA4
(233,186,164)
#EBC0AC
(235,192,172)
#EDC6B4
(237,198,180)
#EFCCBC
(239,204,188)
#F1D2C4
(241,210,196)
#F3D8CC
(243,216,204)
#F5DED4
(245,222,212)
#F7E4DC
(247,228,220)
#F9EAE4
(249,234,228)
#FBF0EC
(251,240,236)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BAA4 color. Also use rgb(233,186,164) instead hex code.

Text Font Color

.myTextColor { color: #E9BAA4; }

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

This text font color is #E9BAA4.

Background Color

.myBgColor { background-color: #E9BAA4; }

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

This div background color is #E9BAA4.

Border color

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

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

This div border color is #E9BAA4.

Opacity

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

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

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

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

This text has shadow with #E9BAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BAA4.

Preview

Color preview on black background

This text has color #E9BAA4 on black background.


Color preview on white background

This text has color #E9BAA4 on white background.


Black color preview on #E9BAA4 background

This text has black color on #E9BAA4 background.


White color preview on #E9BAA4 background

This text has white color on #E9BAA4 background.


Related colors

Complementary color

Complementary color for #hex is #16455B.


I love getcolorcode.com

Triadic colors

1 #A4E9BA and #BAA4E9 with #E9BAA4 are triadic colors.

2 #A4BAE9 and #BAE9A4 with #E9BAA4 are triadic colors.