COLOR #E6BAA9

HEX: #E6BAA9 RGB: (230,186,169)

Color info

#E6BAA9 contains mainly red and green colors. Web safe color of #E6BAA9 is #CCCC99 (or #CC9).

RGB color model

#E6BAA9 color RGB value is (230,186,169).

RGB: (230,186,169) (90%, 73%, 66%)

RGB channels and saturation

R 230 of 255 = 90%
G 186 of 255 = 73%
B 169 of 255 = 66%

230
186
169

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

Portions of RGB colors in percentages

R + G + B = 230 + 186 + 169 = 585 (100%)
R 230 of 585 ~ 39.32%
G 186 of 585 ~ 31.79%
B 169 of 585 ~ 28.89'%

%39.32
%31.79
%28.89

CMYK color model

#E6BAA9 color CMYK value is (0,19,27,10).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 26.52%
  • key color value is 9.80%

CMYK: (0,19,27,10)
C0M19Y27K10 (0%, 19%, 27%, 10%)
(0.00 / 0.19 / 0.27 / 0.10)

CMYK percentages

%0
%19.13
%26.52
%9.8

Codes

Color #E6BAA9 in popluar color models

E6 BA A9
RGB 230 186 169
HSL 17° 54.95% 78.24%
HSB/HSV 17° 26.52% 90.20%
CMYK 0.00% 19.13% 26.52%
9.80%

Color #E6BAA9 in popluar number systems.

HEX E6 BA A9
Decimal 230 186 169
Binary 11100110 10111010 10101001
Octal 346 272 251

Shades and tints

Shades of #E6BAA9

#E6BAA9
(230,186,169)
#D2AA9A
(210,170,154)
#BE9A8B
(190,154,139)
#AA8A7C
(170,138,124)
#967A6D
(150,122,109)
#826A5E
(130,106,94)
#6E5A4F
(110,90,79)
#5A4A40
(90,74,64)
#463A31
(70,58,49)
#322A22
(50,42,34)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #E6BAA9

#E6BAA9
(230,186,169)
#E8C0B0
(232,192,176)
#EAC6B7
(234,198,183)
#ECCCBE
(236,204,190)
#EED2C5
(238,210,197)
#F0D8CC
(240,216,204)
#F2DED3
(242,222,211)
#F4E4DA
(244,228,218)
#F6EAE1
(246,234,225)
#F8F0E8
(248,240,232)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BAA9; }

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

This text font color is #E6BAA9.

Background Color

.myBgColor { background-color: #E6BAA9; }

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

This div background color is #E6BAA9.

Border color

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

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

This div border color is #E6BAA9.

Opacity

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

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

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

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

This text has shadow with #E6BAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BAA9.

Preview

Color preview on black background

This text has color #E6BAA9 on black background.


Color preview on white background

This text has color #E6BAA9 on white background.


Black color preview on #E6BAA9 background

This text has black color on #E6BAA9 background.


White color preview on #E6BAA9 background

This text has white color on #E6BAA9 background.


Related colors

Complementary color

Complementary color for #hex is #194556.


I love getcolorcode.com

Triadic colors

1 #A9E6BA and #BAA9E6 with #E6BAA9 are triadic colors.

2 #A9BAE6 and #BAE6A9 with #E6BAA9 are triadic colors.