COLOR #BAB7A9

HEX: #BAB7A9 RGB: (186,183,169)

Color info

#BAB7A9 contains red, green and blue colors in about the same proportion. Web safe color of #BAB7A9 is #CCCC99 (or #CC9).

RGB color model

#BAB7A9 color RGB value is (186,183,169).

RGB: (186,183,169) (73%, 72%, 66%)

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 169 of 255 = 66%

186
183
169

R + G + B ~ 70%. #BAB7A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 183 + 169 = 538 (100%)
R 186 of 538 ~ 34.57%
G 183 of 538 ~ 34.01%
B 169 of 538 ~ 31.41'%

%34.57
%34.01
%31.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 9.14%
  • key color value is 27.06%
CMYK: (0,2,9,27) C0M2Y9K27 (0%,2%,9%,27%) (0.00/0.02/0.09/0.27) 

CMYK percentages

%0
%1.61
%9.14
%27.06

Codes

Color #BAB7A9 in popluar color models

BA B7 A9
RGB 186 183 169
HSL 49° 10.97% 69.61%
HSB/HSV 49° 9.14% 72.94%
CMYK 0.00% 1.61% 9.14%
27.06%

Color #BAB7A9 in popluar number systems.

HEX BA B7 A9
Decimal 186 183 169
Binary 10111010 10110111 10101001
Octal 272 267 251

Shades and tints

Shades of #BAB7A9

#BAB7A9
(186,183,169)
#AAA79A
(170,167,154)
#9A978B
(154,151,139)
#8A877C
(138,135,124)
#7A776D
(122,119,109)
#6A675E
(106,103,94)
#5A574F
(90,87,79)
#4A4740
(74,71,64)
#3A3731
(58,55,49)
#2A2722
(42,39,34)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #BAB7A9

#BAB7A9
(186,183,169)
#C0BDB0
(192,189,176)
#C6C3B7
(198,195,183)
#CCC9BE
(204,201,190)
#D2CFC5
(210,207,197)
#D8D5CC
(216,213,204)
#DEDBD3
(222,219,211)
#E4E1DA
(228,225,218)
#EAE7E1
(234,231,225)
#F0EDE8
(240,237,232)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB7A9; }

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

This text font color is #BAB7A9.

Background Color

.myBgColor { background-color: #BAB7A9; }

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

This div background color is #BAB7A9.

Border color

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

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

This div border color is #BAB7A9.

Opacity

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

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

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

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

This text has shadow with #BAB7A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB7A9.

Preview

Color preview on black background

This text has color #BAB7A9 on black background.


Color preview on white background

This text has color #BAB7A9 on white background.


Black color preview on #BAB7A9 background

This text has black color on #BAB7A9 background.


White color preview on #BAB7A9 background

This text has white color on #BAB7A9 background.


Related colors

Complementary color

Complementary color for #hex is #454856.


I love getcolorcode.com

Triadic colors

1 #A9BAB7 and #B7A9BA with #BAB7A9 are triadic colors.

2 #A9B7BA and #B7BAA9 with #BAB7A9 are triadic colors.