COLOR #BAB1B5

HEX: #BAB1B5
RGB: (186,177,181)

Color info

#BAB1B5 contains red, green and blue colors in about the same proportion. Web safe color of #BAB1B5 is #CC99CC (or #C9C).

RGB color model

#BAB1B5 color RGB value is (186,177,181).

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

RGB channels and saturation

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

186
177
181

R + G + B ~ 71%. #BAB1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 177 + 181 = 544 (100%)
R 186 of 544 ~ 34.19%
G 177 of 544 ~ 32.54%
B 181 of 544 ~ 33.27%

%34.19
%32.54
%33.27

CMYK color model

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

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

CMYK percentages

%0
%4.84
%2.69
%27.06

Codes

Color #BAB1B5 in popluar color models

BAB1B5
RGB186177181
HSL333°6.12%71.18%
HSB/HSV333°4.84%72.94%
CMYK0.00%4.84%2.69%
27.06%

Color #BAB1B5 in popluar number systems.

HEXBAB1B5
Decimal186177181
Binary101110101011000110110101
Octal272261265

Shades and tints

Shades of #BAB1B5

#BAB1B5
(186,177,181)
#AAA1A5
(170,161,165)
#9A9195
(154,145,149)
#8A8185
(138,129,133)
#7A7175
(122,113,117)
#6A6165
(106,97,101)
#5A5155
(90,81,85)
#4A4145
(74,65,69)
#3A3135
(58,49,53)
#2A2125
(42,33,37)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #BAB1B5

#BAB1B5
(186,177,181)
#C0B8BB
(192,184,187)
#C6BFC1
(198,191,193)
#CCC6C7
(204,198,199)
#D2CDCD
(210,205,205)
#D8D4D3
(216,212,211)
#DEDBD9
(222,219,217)
#E4E2DF
(228,226,223)
#EAE9E5
(234,233,229)
#F0F0EB
(240,240,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB1B5; }

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

This text font color is #BAB1B5.


Background Color

.myBgColor { background-color: #BAB1B5; }

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

This div background color is #BAB1B5.


Border color

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

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

This div border color is #BAB1B5.


Opacity

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

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

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

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

This text has shadow with #BAB1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB1B5 on black background.


Color preview on white background

This text has color #BAB1B5 on white background.



Black color preview on #BAB1B5 background

This text has black color on #BAB1B5 background.


White color preview on #BAB1B5 background

This text has white color on #BAB1B5 background.