COLOR #BAA8AA

HEX: #BAA8AA
RGB: (186,168,170)

Color info

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

RGB color model

#BAA8AA color RGB value is (186,168,170).

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

RGB channels and saturation

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

186
168
170

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

Portions of RGB colors in percentages

R + G + B =
186 + 168 + 170 = 524 (100%)
R 186 of 524 ~ 35.5%
G 168 of 524 ~ 32.06%
B 170 of 524 ~ 32.44%

%35.5
%32.06
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(0,10,9,27)
C0M10Y9K27 
(0%,10%,9%,27%)
(0.00/0.10/0.09/0.27)	

CMYK percentages

%0
%9.68
%8.6
%27.06

Codes

Color #BAA8AA in popluar color models

BAA8AA
RGB186168170
HSL353°11.54%69.41%
HSB/HSV353°9.68%72.94%
CMYK0.00%9.68%8.60%
27.06%

Color #BAA8AA in popluar number systems.

HEXBAA8AA
Decimal186168170
Binary101110101010100010101010
Octal272250252

Shades and tints

Shades of #BAA8AA

#BAA8AA
(186,168,170)
#AA999B
(170,153,155)
#9A8A8C
(154,138,140)
#8A7B7D
(138,123,125)
#7A6C6E
(122,108,110)
#6A5D5F
(106,93,95)
#5A4E50
(90,78,80)
#4A3F41
(74,63,65)
#3A3032
(58,48,50)
#2A2123
(42,33,35)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #BAA8AA

#BAA8AA
(186,168,170)
#C0AFB1
(192,175,177)
#C6B6B8
(198,182,184)
#CCBDBF
(204,189,191)
#D2C4C6
(210,196,198)
#D8CBCD
(216,203,205)
#DED2D4
(222,210,212)
#E4D9DB
(228,217,219)
#EAE0E2
(234,224,226)
#F0E7E9
(240,231,233)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA8AA; }

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

This text font color is #BAA8AA.


Background Color

.myBgColor { background-color: #BAA8AA; }

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

This div background color is #BAA8AA.


Border color

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

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

This div border color is #BAA8AA.


Opacity

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

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

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

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

This text has shadow with #BAA8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA8AA on black background.


Color preview on white background

This text has color #BAA8AA on white background.



Black color preview on #BAA8AA background

This text has black color on #BAA8AA background.


White color preview on #BAA8AA background

This text has white color on #BAA8AA background.