COLOR #BAAAA6

HEX: #BAAAA6 RGB: (186,170,166)

Color info

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

RGB color model

#BAAAA6 color RGB value is (186,170,166).

RGB: (186,170,166) (73%, 67%, 65%)

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 166 of 255 = 65%

186
170
166

R + G + B ~ 68%. #BAAAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 170 + 166 = 522 (100%)
R 186 of 522 ~ 35.63%
G 170 of 522 ~ 32.57%
B 166 of 522 ~ 31.8'%

%35.63
%32.57
%31.8

CMYK color model

#BAAAA6 color CMYK value is (0,9,11,27).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 10.75%
  • key color value is 27.06%
CMYK: (0,9,11,27) C0M9Y11K27 (0%,9%,11%,27%) (0.00/0.09/0.11/0.27) 

CMYK percentages

%0
%8.6
%10.75
%27.06

Codes

Color #BAAAA6 in popluar color models

BA AA A6
RGB 186 170 166
HSL 12° 12.66% 69.02%
HSB/HSV 12° 10.75% 72.94%
CMYK 0.00% 8.60% 10.75%
27.06%

Color #BAAAA6 in popluar number systems.

HEX BA AA A6
Decimal 186 170 166
Binary 10111010 10101010 10100110
Octal 272 252 246

Shades and tints

Shades of #BAAAA6

#BAAAA6
(186,170,166)
#AA9B97
(170,155,151)
#9A8C88
(154,140,136)
#8A7D79
(138,125,121)
#7A6E6A
(122,110,106)
#6A5F5B
(106,95,91)
#5A504C
(90,80,76)
#4A413D
(74,65,61)
#3A322E
(58,50,46)
#2A231F
(42,35,31)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #BAAAA6

#BAAAA6
(186,170,166)
#C0B1AE
(192,177,174)
#C6B8B6
(198,184,182)
#CCBFBE
(204,191,190)
#D2C6C6
(210,198,198)
#D8CDCE
(216,205,206)
#DED4D6
(222,212,214)
#E4DBDE
(228,219,222)
#EAE2E6
(234,226,230)
#F0E9EE
(240,233,238)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAAA6; }

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

This text font color is #BAAAA6.

Background Color

.myBgColor { background-color: #BAAAA6; }

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

This div background color is #BAAAA6.

Border color

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

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

This div border color is #BAAAA6.

Opacity

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

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

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

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

This text has shadow with #BAAAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAAA6.

Preview

Color preview on black background

This text has color #BAAAA6 on black background.


Color preview on white background

This text has color #BAAAA6 on white background.


Black color preview on #BAAAA6 background

This text has black color on #BAAAA6 background.


White color preview on #BAAAA6 background

This text has white color on #BAAAA6 background.


Related colors

Complementary color

Complementary color for #hex is #455559.


I love getcolorcode.com

Triadic colors

1 #A6BAAA and #AAA6BA with #BAAAA6 are triadic colors.

2 #A6AABA and #AABAA6 with #BAAAA6 are triadic colors.