COLOR #BAABA9

HEX: #BAABA9
RGB: (186,171,169)

Color info

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

RGB color model

#BAABA9 color RGB value is (186,171,169).

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

RGB channels and saturation

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

186
171
169

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

Portions of RGB colors in percentages

R + G + B =
186 + 171 + 169 = 526 (100%)
R 186 of 526 ~ 35.36%
G 171 of 526 ~ 32.51%
B 169 of 526 ~ 32.13%

%35.36
%32.51
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 9.14%
  • key color value is 27.06%
CMYK:
(0,8,9,27)
C0M8Y9K27 
(0%,8%,9%,27%)
(0.00/0.08/0.09/0.27)	

CMYK percentages

%0
%8.06
%9.14
%27.06

Codes

Color #BAABA9 in popluar color models

BAABA9
RGB186171169
HSL10.97%69.61%
HSB/HSV9.14%72.94%
CMYK0.00%8.06%9.14%
27.06%

Color #BAABA9 in popluar number systems.

HEXBAABA9
Decimal186171169
Binary101110101010101110101001
Octal272253251

Shades and tints

Shades of #BAABA9

#BAABA9
(186,171,169)
#AA9C9A
(170,156,154)
#9A8D8B
(154,141,139)
#8A7E7C
(138,126,124)
#7A6F6D
(122,111,109)
#6A605E
(106,96,94)
#5A514F
(90,81,79)
#4A4240
(74,66,64)
#3A3331
(58,51,49)
#2A2422
(42,36,34)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #BAABA9

#BAABA9
(186,171,169)
#C0B2B0
(192,178,176)
#C6B9B7
(198,185,183)
#CCC0BE
(204,192,190)
#D2C7C5
(210,199,197)
#D8CECC
(216,206,204)
#DED5D3
(222,213,211)
#E4DCDA
(228,220,218)
#EAE3E1
(234,227,225)
#F0EAE8
(240,234,232)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAABA9; }

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

This text font color is #BAABA9.


Background Color

.myBgColor { background-color: #BAABA9; }

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

This div background color is #BAABA9.


Border color

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

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

This div border color is #BAABA9.


Opacity

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

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

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

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

This text has shadow with #BAABA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAABA9 on black background.


Color preview on white background

This text has color #BAABA9 on white background.



Black color preview on #BAABA9 background

This text has black color on #BAABA9 background.


White color preview on #BAABA9 background

This text has white color on #BAABA9 background.