COLOR #BABAB1

HEX: #BABAB1
RGB: (186,186,177)

Color info

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

RGB color model

#BABAB1 color RGB value is (186,186,177).

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

RGB channels and saturation

R 186 of 255 = 73%
G 186 of 255 = 73%
B 177 of 255 = 69%

186
186
177

R + G + B ~ 72%. #BABAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 186 + 177 = 549 (100%)
R 186 of 549 ~ 33.88%
G 186 of 549 ~ 33.88%
B 177 of 549 ~ 32.24%

%33.88
%33.88
%32.24

CMYK color model

#BABAB1 color CMYK value is (0,0,5,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(0,0,5,27)
C0M0Y5K27 
(0%,0%,5%,27%)
(0.00/0.00/0.05/0.27)	

CMYK percentages

%0
%0
%4.84
%27.06

Codes

Color #BABAB1 in popluar color models

BABAB1
RGB186186177
HSL60°6.12%71.18%
HSB/HSV60°4.84%72.94%
CMYK0.00%0.00%4.84%
27.06%

Color #BABAB1 in popluar number systems.

HEXBABAB1
Decimal186186177
Binary101110101011101010110001
Octal272272261

Shades and tints

Shades of #BABAB1

#BABAB1
(186,186,177)
#AAAAA1
(170,170,161)
#9A9A91
(154,154,145)
#8A8A81
(138,138,129)
#7A7A71
(122,122,113)
#6A6A61
(106,106,97)
#5A5A51
(90,90,81)
#4A4A41
(74,74,65)
#3A3A31
(58,58,49)
#2A2A21
(42,42,33)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #BABAB1

#BABAB1
(186,186,177)
#C0C0B8
(192,192,184)
#C6C6BF
(198,198,191)
#CCCCC6
(204,204,198)
#D2D2CD
(210,210,205)
#D8D8D4
(216,216,212)
#DEDEDB
(222,222,219)
#E4E4E2
(228,228,226)
#EAEAE9
(234,234,233)
#F0F0F0
(240,240,240)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAB1; }

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

This text font color is #BABAB1.


Background Color

.myBgColor { background-color: #BABAB1; }

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

This div background color is #BABAB1.


Border color

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

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

This div border color is #BABAB1.


Opacity

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

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

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

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

This text has shadow with #BABAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABAB1 on black background.


Color preview on white background

This text has color #BABAB1 on white background.



Black color preview on #BABAB1 background

This text has black color on #BABAB1 background.


White color preview on #BABAB1 background

This text has white color on #BABAB1 background.