COLOR #BAA9AA

HEX: #BAA9AA
RGB: (186,169,170)

Color info

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

RGB color model

#BAA9AA color RGB value is (186,169,170).

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

RGB channels and saturation

R 186 of 255 = 73%
G 169 of 255 = 66%
B 170 of 255 = 67%

186
169
170

R + G + B ~ 69%. #BAA9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 169 + 170 = 525 (100%)
R 186 of 525 ~ 35.43%
G 169 of 525 ~ 32.19%
B 170 of 525 ~ 32.38%

%35.43
%32.19
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(0,9,9,27)
C0M9Y9K27 
(0%,9%,9%,27%)
(0.00/0.09/0.09/0.27)	

CMYK percentages

%0
%9.14
%8.6
%27.06

Codes

Color #BAA9AA in popluar color models

BAA9AA
RGB186169170
HSL356°10.97%69.61%
HSB/HSV356°9.14%72.94%
CMYK0.00%9.14%8.60%
27.06%

Color #BAA9AA in popluar number systems.

HEXBAA9AA
Decimal186169170
Binary101110101010100110101010
Octal272251252

Shades and tints

Shades of #BAA9AA

#BAA9AA
(186,169,170)
#AA9A9B
(170,154,155)
#9A8B8C
(154,139,140)
#8A7C7D
(138,124,125)
#7A6D6E
(122,109,110)
#6A5E5F
(106,94,95)
#5A4F50
(90,79,80)
#4A4041
(74,64,65)
#3A3132
(58,49,50)
#2A2223
(42,34,35)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #BAA9AA

#BAA9AA
(186,169,170)
#C0B0B1
(192,176,177)
#C6B7B8
(198,183,184)
#CCBEBF
(204,190,191)
#D2C5C6
(210,197,198)
#D8CCCD
(216,204,205)
#DED3D4
(222,211,212)
#E4DADB
(228,218,219)
#EAE1E2
(234,225,226)
#F0E8E9
(240,232,233)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA9AA; }

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

This text font color is #BAA9AA.


Background Color

.myBgColor { background-color: #BAA9AA; }

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

This div background color is #BAA9AA.


Border color

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

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

This div border color is #BAA9AA.


Opacity

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

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

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

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

This text has shadow with #BAA9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA9AA on black background.


Color preview on white background

This text has color #BAA9AA on white background.



Black color preview on #BAA9AA background

This text has black color on #BAA9AA background.


White color preview on #BAA9AA background

This text has white color on #BAA9AA background.