COLOR #BAB0B0

HEX: #BAB0B0
RGB: (186,176,176)

Color info

#BAB0B0 contains red, green and blue colors in about the same proportion. Web safe color of #BAB0B0 is #CC9999 (or #C99).

RGB color model

#BAB0B0 color RGB value is (186,176,176).

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

RGB channels and saturation

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

186
176
176

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

Portions of RGB colors in percentages

R + G + B =
186 + 176 + 176 = 538 (100%)
R 186 of 538 ~ 34.57%
G 176 of 538 ~ 32.71%
B 176 of 538 ~ 32.71%

%34.57
%32.71
%32.71

CMYK color model

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

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

CMYK percentages

%0
%5.38
%5.38
%27.06

Codes

Color #BAB0B0 in popluar color models

BAB0B0
RGB186176176
HSL6.76%70.98%
HSB/HSV5.38%72.94%
CMYK0.00%5.38%5.38%
27.06%

Color #BAB0B0 in popluar number systems.

HEXBAB0B0
Decimal186176176
Binary101110101011000010110000
Octal272260260

Shades and tints

Shades of #BAB0B0

#BAB0B0
(186,176,176)
#AAA0A0
(170,160,160)
#9A9090
(154,144,144)
#8A8080
(138,128,128)
#7A7070
(122,112,112)
#6A6060
(106,96,96)
#5A5050
(90,80,80)
#4A4040
(74,64,64)
#3A3030
(58,48,48)
#2A2020
(42,32,32)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #BAB0B0

#BAB0B0
(186,176,176)
#C0B7B7
(192,183,183)
#C6BEBE
(198,190,190)
#CCC5C5
(204,197,197)
#D2CCCC
(210,204,204)
#D8D3D3
(216,211,211)
#DEDADA
(222,218,218)
#E4E1E1
(228,225,225)
#EAE8E8
(234,232,232)
#F0EFEF
(240,239,239)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB0B0; }

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

This text font color is #BAB0B0.


Background Color

.myBgColor { background-color: #BAB0B0; }

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

This div background color is #BAB0B0.


Border color

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

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

This div border color is #BAB0B0.


Opacity

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

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

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

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

This text has shadow with #BAB0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB0B0 on black background.


Color preview on white background

This text has color #BAB0B0 on white background.



Black color preview on #BAB0B0 background

This text has black color on #BAB0B0 background.


White color preview on #BAB0B0 background

This text has white color on #BAB0B0 background.