COLOR #BAB7B5

HEX: #BAB7B5
RGB: (186,183,181)

Color info

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

RGB color model

#BAB7B5 color RGB value is (186,183,181).

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

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 181 of 255 = 71%

186
183
181

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

Portions of RGB colors in percentages

R + G + B =
186 + 183 + 181 = 550 (100%)
R 186 of 550 ~ 33.82%
G 183 of 550 ~ 33.27%
B 181 of 550 ~ 32.91%

%33.82
%33.27
%32.91

CMYK color model

#BAB7B5 color CMYK value is (0,2,3,27).

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 2.69%
  • key color value is 27.06%
CMYK:
(0,2,3,27)
C0M2Y3K27 
(0%,2%,3%,27%)
(0.00/0.02/0.03/0.27)	

CMYK percentages

%0
%1.61
%2.69
%27.06

Codes

Color #BAB7B5 in popluar color models

BAB7B5
RGB186183181
HSL24°3.50%71.96%
HSB/HSV24°2.69%72.94%
CMYK0.00%1.61%2.69%
27.06%

Color #BAB7B5 in popluar number systems.

HEXBAB7B5
Decimal186183181
Binary101110101011011110110101
Octal272267265

Shades and tints

Shades of #BAB7B5

#BAB7B5
(186,183,181)
#AAA7A5
(170,167,165)
#9A9795
(154,151,149)
#8A8785
(138,135,133)
#7A7775
(122,119,117)
#6A6765
(106,103,101)
#5A5755
(90,87,85)
#4A4745
(74,71,69)
#3A3735
(58,55,53)
#2A2725
(42,39,37)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #BAB7B5

#BAB7B5
(186,183,181)
#C0BDBB
(192,189,187)
#C6C3C1
(198,195,193)
#CCC9C7
(204,201,199)
#D2CFCD
(210,207,205)
#D8D5D3
(216,213,211)
#DEDBD9
(222,219,217)
#E4E1DF
(228,225,223)
#EAE7E5
(234,231,229)
#F0EDEB
(240,237,235)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB7B5; }

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

This text font color is #BAB7B5.


Background Color

.myBgColor { background-color: #BAB7B5; }

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

This div background color is #BAB7B5.


Border color

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

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

This div border color is #BAB7B5.


Opacity

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

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

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

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

This text has shadow with #BAB7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB7B5 on black background.


Color preview on white background

This text has color #BAB7B5 on white background.



Black color preview on #BAB7B5 background

This text has black color on #BAB7B5 background.


White color preview on #BAB7B5 background

This text has white color on #BAB7B5 background.