COLOR #BAA6AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

186
166
170

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

Portions of RGB colors in percentages

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

%35.63
%31.8
%32.57

CMYK color model

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

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

CMYK percentages

%0
%10.75
%8.6
%27.06

Codes

Color #BAA6AA in popluar color models

BAA6AA
RGB186166170
HSL348°12.66%69.02%
HSB/HSV348°10.75%72.94%
CMYK0.00%10.75%8.60%
27.06%

Color #BAA6AA in popluar number systems.

HEXBAA6AA
Decimal186166170
Binary101110101010011010101010
Octal272246252

Shades and tints

Shades of #BAA6AA

#BAA6AA
(186,166,170)
#AA979B
(170,151,155)
#9A888C
(154,136,140)
#8A797D
(138,121,125)
#7A6A6E
(122,106,110)
#6A5B5F
(106,91,95)
#5A4C50
(90,76,80)
#4A3D41
(74,61,65)
#3A2E32
(58,46,50)
#2A1F23
(42,31,35)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #BAA6AA

#BAA6AA
(186,166,170)
#C0AEB1
(192,174,177)
#C6B6B8
(198,182,184)
#CCBEBF
(204,190,191)
#D2C6C6
(210,198,198)
#D8CECD
(216,206,205)
#DED6D4
(222,214,212)
#E4DEDB
(228,222,219)
#EAE6E2
(234,230,226)
#F0EEE9
(240,238,233)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA6AA; }

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

This text font color is #BAA6AA.


Background Color

.myBgColor { background-color: #BAA6AA; }

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

This div background color is #BAA6AA.


Border color

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

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

This div border color is #BAA6AA.


Opacity

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

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

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

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

This text has shadow with #BAA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA6AA on black background.


Color preview on white background

This text has color #BAA6AA on white background.



Black color preview on #BAA6AA background

This text has black color on #BAA6AA background.


White color preview on #BAA6AA background

This text has white color on #BAA6AA background.