COLOR #BABAB9

HEX: #BABAB9
RGB: (186,186,185)

Color info

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

RGB color model

#BABAB9 color RGB value is (186,186,185).

  • red value is 186;
  • green value is 186;
  • blue value is 185.
RGB:
(186,186,185)
(73%,73%,73%)

RGB channels and saturation

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

186
186
185

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

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 185 = 557 (100%)
R 186 of 557 ~ 33.39%
G 186 of 557 ~ 33.39%
B 185 of 557 ~ 33.21%

%33.39
%33.39
%33.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(0,0,1,27)
C0M0Y1K27 
(0%,0%,1%,27%)
(0.00/0.00/0.01/0.27)	

CMYK percentages

%0
%0
%0.54
%27.06

Codes

Color #BABAB9 in popluar color models

BABAB9
RGB186186185
HSL60°0.72%72.75%
HSB/HSV60°0.54%72.94%
CMYK0.00%0.00%0.54%
27.06%

Color #BABAB9 in popluar number systems.

HEXBABAB9
Decimal186186185
Binary101110101011101010111001
Octal272272271

Shades and tints

Shades of #BABAB9

#BABAB9
(186,186,185)
#AAAAA9
(170,170,169)
#9A9A99
(154,154,153)
#8A8A89
(138,138,137)
#7A7A79
(122,122,121)
#6A6A69
(106,106,105)
#5A5A59
(90,90,89)
#4A4A49
(74,74,73)
#3A3A39
(58,58,57)
#2A2A29
(42,42,41)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #BABAB9

#BABAB9
(186,186,185)
#C0C0BF
(192,192,191)
#C6C6C5
(198,198,197)
#CCCCCB
(204,204,203)
#D2D2D1
(210,210,209)
#D8D8D7
(216,216,215)
#DEDEDD
(222,222,221)
#E4E4E3
(228,228,227)
#EAEAE9
(234,234,233)
#F0F0EF
(240,240,239)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAB9; }

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

This text font color is #BABAB9.


Background Color

.myBgColor { background-color: #BABAB9; }

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

This div background color is #BABAB9.


Border color

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

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

This div border color is #BABAB9.


Opacity

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

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

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

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

This text has shadow with #BABAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABAB9 on black background.


Color preview on white background

This text has color #BABAB9 on white background.



Black color preview on #BABAB9 background

This text has black color on #BABAB9 background.


White color preview on #BABAB9 background

This text has white color on #BABAB9 background.