COLOR #BAB9BD

HEX: #BAB9BD RGB: (186,185,189)

Color info

#BAB9BD contains red, green and blue colors in about the same proportion. Web safe color of #BAB9BD is #CCCCCC (or #CCC).

RGB color model

#BAB9BD color RGB value is (186,185,189).

RGB: (186,185,189) (73%, 73%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 189 of 255 = 74%

186
185
189

R + G + B ~ 73%. #BAB9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 185 + 189 = 560 (100%)
R 186 of 560 ~ 33.21%
G 185 of 560 ~ 33.04%
B 189 of 560 ~ 33.75'%

%33.21
%33.04
%33.75

CMYK color model

#BAB9BD color CMYK value is (2,2,0,26).

  • cyan value is 1.59%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (2,2,0,26) C2M2Y0K26 (2%,2%,0%,26%) (0.02/0.02/0.00/0.26) 

CMYK percentages

%1.59
%2.12
%0
%25.88

Codes

Color #BAB9BD in popluar color models

BA B9 BD
RGB 186 185 189
HSL 255° 2.94% 73.33%
HSB/HSV 255° 2.12% 74.12%
CMYK 1.59% 2.12% 0.00%
25.88%

Color #BAB9BD in popluar number systems.

HEX BA B9 BD
Decimal 186 185 189
Binary 10111010 10111001 10111101
Octal 272 271 275

Shades and tints

Shades of #BAB9BD

#BAB9BD
(186,185,189)
#AAA9AC
(170,169,172)
#9A999B
(154,153,155)
#8A898A
(138,137,138)
#7A7979
(122,121,121)
#6A6968
(106,105,104)
#5A5957
(90,89,87)
#4A4946
(74,73,70)
#3A3935
(58,57,53)
#2A2924
(42,41,36)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #BAB9BD

#BAB9BD
(186,185,189)
#C0BFC3
(192,191,195)
#C6C5C9
(198,197,201)
#CCCBCF
(204,203,207)
#D2D1D5
(210,209,213)
#D8D7DB
(216,215,219)
#DEDDE1
(222,221,225)
#E4E3E7
(228,227,231)
#EAE9ED
(234,233,237)
#F0EFF3
(240,239,243)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB9BD color. Also use rgb(186,185,189) instead hex code.

Text Font Color

.myTextColor { color: #BAB9BD; }

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

This text font color is #BAB9BD.

Background Color

.myBgColor { background-color: #BAB9BD; }

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

This div background color is #BAB9BD.

Border color

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

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

This div border color is #BAB9BD.

Opacity

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

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

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

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

This text has shadow with #BAB9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB9BD.

Preview

Color preview on black background

This text has color #BAB9BD on black background.


Color preview on white background

This text has color #BAB9BD on white background.


Black color preview on #BAB9BD background

This text has black color on #BAB9BD background.


White color preview on #BAB9BD background

This text has white color on #BAB9BD background.


Related colors

Complementary color

Complementary color for #hex is #454642.


I love getcolorcode.com

Triadic colors

1 #BDBAB9 and #B9BDBA with #BAB9BD are triadic colors.

2 #BDB9BA and #B9BABD with #BAB9BD are triadic colors.