COLOR #BAB5B4

HEX: #BAB5B4
RGB: (186,181,180)

Color info

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

RGB color model

#BAB5B4 color RGB value is (186,181,180).

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

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 180 of 255 = 71%

186
181
180

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

Portions of RGB colors in percentages

R + G + B =
186 + 181 + 180 = 547 (100%)
R 186 of 547 ~ 34%
G 181 of 547 ~ 33.09%
B 180 of 547 ~ 32.91%

%34
%33.09
%32.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(0,3,3,27)
C0M3Y3K27 
(0%,3%,3%,27%)
(0.00/0.03/0.03/0.27)	

CMYK percentages

%0
%2.69
%3.23
%27.06

Codes

Color #BAB5B4 in popluar color models

BAB5B4
RGB186181180
HSL10°4.17%71.76%
HSB/HSV10°3.23%72.94%
CMYK0.00%2.69%3.23%
27.06%

Color #BAB5B4 in popluar number systems.

HEXBAB5B4
Decimal186181180
Binary101110101011010110110100
Octal272265264

Shades and tints

Shades of #BAB5B4

#BAB5B4
(186,181,180)
#AAA5A4
(170,165,164)
#9A9594
(154,149,148)
#8A8584
(138,133,132)
#7A7574
(122,117,116)
#6A6564
(106,101,100)
#5A5554
(90,85,84)
#4A4544
(74,69,68)
#3A3534
(58,53,52)
#2A2524
(42,37,36)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAB5B4

#BAB5B4
(186,181,180)
#C0BBBA
(192,187,186)
#C6C1C0
(198,193,192)
#CCC7C6
(204,199,198)
#D2CDCC
(210,205,204)
#D8D3D2
(216,211,210)
#DED9D8
(222,217,216)
#E4DFDE
(228,223,222)
#EAE5E4
(234,229,228)
#F0EBEA
(240,235,234)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5B4; }

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

This text font color is #BAB5B4.


Background Color

.myBgColor { background-color: #BAB5B4; }

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

This div background color is #BAB5B4.


Border color

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

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

This div border color is #BAB5B4.


Opacity

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

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

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

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

This text has shadow with #BAB5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB5B4 on black background.


Color preview on white background

This text has color #BAB5B4 on white background.



Black color preview on #BAB5B4 background

This text has black color on #BAB5B4 background.


White color preview on #BAB5B4 background

This text has white color on #BAB5B4 background.