COLOR #BAB8B9

HEX: #BAB8B9 RGB: (186,184,185)

Color info

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

RGB color model

#BAB8B9 color RGB value is (186,184,185).

RGB: (186,184,185) (73%, 72%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 184 of 255 = 72%
B 185 of 255 = 73%

186
184
185

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

Portions of RGB colors in percentages

R + G + B = 186 + 184 + 185 = 555 (100%)
R 186 of 555 ~ 33.51%
G 184 of 555 ~ 33.15%
B 185 of 555 ~ 33.33'%

%33.51
%33.15
%33.33

CMYK color model

#BAB8B9 color CMYK value is (0,1,1,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 0.54%
  • key color value is 27.06%

CMYK: (0,1,1,27)
C0M1Y1K27 (0%, 1%, 1%, 27%)
(0.00 / 0.01 / 0.01 / 0.27)

CMYK percentages

%0
%1.08
%0.54
%27.06

Codes

Color #BAB8B9 in popluar color models

BA B8 B9
RGB 186 184 185
HSL 330° 1.43% 72.55%
HSB/HSV 330° 1.08% 72.94%
CMYK 0.00% 1.08% 0.54%
27.06%

Color #BAB8B9 in popluar number systems.

HEX BA B8 B9
Decimal 186 184 185
Binary 10111010 10111000 10111001
Octal 272 270 271

Shades and tints

Shades of #BAB8B9

#BAB8B9
(186,184,185)
#AAA8A9
(170,168,169)
#9A9899
(154,152,153)
#8A8889
(138,136,137)
#7A7879
(122,120,121)
#6A6869
(106,104,105)
#5A5859
(90,88,89)
#4A4849
(74,72,73)
#3A3839
(58,56,57)
#2A2829
(42,40,41)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #BAB8B9

#BAB8B9
(186,184,185)
#C0BEBF
(192,190,191)
#C6C4C5
(198,196,197)
#CCCACB
(204,202,203)
#D2D0D1
(210,208,209)
#D8D6D7
(216,214,215)
#DEDCDD
(222,220,221)
#E4E2E3
(228,226,227)
#EAE8E9
(234,232,233)
#F0EEEF
(240,238,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB8B9; }

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

This text font color is #BAB8B9.

Background Color

.myBgColor { background-color: #BAB8B9; }

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

This div background color is #BAB8B9.

Border color

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

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

This div border color is #BAB8B9.

Opacity

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

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

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

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

This text has shadow with #BAB8B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB8B9.

Preview

Color preview on black background

This text has color #BAB8B9 on black background.


Color preview on white background

This text has color #BAB8B9 on white background.


Black color preview on #BAB8B9 background

This text has black color on #BAB8B9 background.


White color preview on #BAB8B9 background

This text has white color on #BAB8B9 background.


Related colors

Complementary color

Complementary color for #hex is #454746.


I love getcolorcode.com

Triadic colors

1 #B9BAB8 and #B8B9BA with #BAB8B9 are triadic colors.

2 #B9B8BA and #B8BAB9 with #BAB8B9 are triadic colors.