COLOR #BAAA9E

HEX: #BAAA9E
RGB: (186,170,158)

Color info

#BAAA9E contains red, green and blue colors in about the same proportion. Web safe color of #BAAA9E is #CC9999 (or #C99).

RGB color model

#BAAA9E color RGB value is (186,170,158).

  • red value is 186;
  • green value is 170;
  • blue value is 158.
RGB:
(186,170,158)
(73%,67%,62%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 158 of 255 = 62%

186
170
158

R + G + B ~ 67%. #BAAA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 170 + 158 = 514 (100%)
R 186 of 514 ~ 36.19%
G 170 of 514 ~ 33.07%
B 158 of 514 ~ 30.74%

%36.19
%33.07
%30.74

CMYK color model

#BAAA9E color CMYK value is (0,9,15,27).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 15.05%
  • key color value is 27.06%
CMYK:
(0,9,15,27)
C0M9Y15K27 
(0%,9%,15%,27%)
(0.00/0.09/0.15/0.27)	

CMYK percentages

%0
%8.6
%15.05
%27.06

Codes

Color #BAAA9E in popluar color models

BAAA9E
RGB186170158
HSL26°16.87%67.45%
HSB/HSV26°15.05%72.94%
CMYK0.00%8.60%15.05%
27.06%

Color #BAAA9E in popluar number systems.

HEXBAAA9E
Decimal186170158
Binary101110101010101010011110
Octal272252236

Shades and tints

Shades of #BAAA9E

#BAAA9E
(186,170,158)
#AA9B90
(170,155,144)
#9A8C82
(154,140,130)
#8A7D74
(138,125,116)
#7A6E66
(122,110,102)
#6A5F58
(106,95,88)
#5A504A
(90,80,74)
#4A413C
(74,65,60)
#3A322E
(58,50,46)
#2A2320
(42,35,32)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #BAAA9E

#BAAA9E
(186,170,158)
#C0B1A6
(192,177,166)
#C6B8AE
(198,184,174)
#CCBFB6
(204,191,182)
#D2C6BE
(210,198,190)
#D8CDC6
(216,205,198)
#DED4CE
(222,212,206)
#E4DBD6
(228,219,214)
#EAE2DE
(234,226,222)
#F0E9E6
(240,233,230)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAA9E color. Also use rgb(186,170,158) instead hex code.

Text Font Color

.myTextColor { color: #BAAA9E; }

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

This text font color is #BAAA9E.


Background Color

.myBgColor { background-color: #BAAA9E; }

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

This div background color is #BAAA9E.


Border color

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

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

This div border color is #BAAA9E.


Opacity

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

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

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

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

This text has shadow with #BAAA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAA9E on black background.


Color preview on white background

This text has color #BAAA9E on white background.



Black color preview on #BAAA9E background

This text has black color on #BAAA9E background.


White color preview on #BAAA9E background

This text has white color on #BAAA9E background.