COLOR #BAB0B1

HEX: #BAB0B1
RGB: (186,176,177)

Color info

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

RGB color model

#BAB0B1 color RGB value is (186,176,177).

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

RGB channels and saturation

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

186
176
177

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

Portions of RGB colors in percentages

R + G + B =
186 + 176 + 177 = 539 (100%)
R 186 of 539 ~ 34.51%
G 176 of 539 ~ 32.65%
B 177 of 539 ~ 32.84%

%34.51
%32.65
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 4.84%
  • 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
%4.84
%27.06

Codes

Color #BAB0B1 in popluar color models

BAB0B1
RGB186176177
HSL354°6.76%70.98%
HSB/HSV354°5.38%72.94%
CMYK0.00%5.38%4.84%
27.06%

Color #BAB0B1 in popluar number systems.

HEXBAB0B1
Decimal186176177
Binary101110101011000010110001
Octal272260261

Shades and tints

Shades of #BAB0B1

#BAB0B1
(186,176,177)
#AAA0A1
(170,160,161)
#9A9091
(154,144,145)
#8A8081
(138,128,129)
#7A7071
(122,112,113)
#6A6061
(106,96,97)
#5A5051
(90,80,81)
#4A4041
(74,64,65)
#3A3031
(58,48,49)
#2A2021
(42,32,33)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #BAB0B1

#BAB0B1
(186,176,177)
#C0B7B8
(192,183,184)
#C6BEBF
(198,190,191)
#CCC5C6
(204,197,198)
#D2CCCD
(210,204,205)
#D8D3D4
(216,211,212)
#DEDADB
(222,218,219)
#E4E1E2
(228,225,226)
#EAE8E9
(234,232,233)
#F0EFF0
(240,239,240)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB0B1; }

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

This text font color is #BAB0B1.


Background Color

.myBgColor { background-color: #BAB0B1; }

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

This div background color is #BAB0B1.


Border color

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

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

This div border color is #BAB0B1.


Opacity

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

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

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

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

This text has shadow with #BAB0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB0B1 on black background.


Color preview on white background

This text has color #BAB0B1 on white background.



Black color preview on #BAB0B1 background

This text has black color on #BAB0B1 background.


White color preview on #BAB0B1 background

This text has white color on #BAB0B1 background.