COLOR #BAB4A6

HEX: #BAB4A6
RGB: (186,180,166)

Color info

#BAB4A6 contains red, green and blue colors in about the same proportion. Web safe color of #BAB4A6 is #CCCC99 (or #CC9).

RGB color model

#BAB4A6 color RGB value is (186,180,166).

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

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 166 of 255 = 65%

186
180
166

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

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 166 = 532 (100%)
R 186 of 532 ~ 34.96%
G 180 of 532 ~ 33.83%
B 166 of 532 ~ 31.2%

%34.96
%33.83
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 10.75%
  • key color value is 27.06%
CMYK:
(0,3,11,27)
C0M3Y11K27 
(0%,3%,11%,27%)
(0.00/0.03/0.11/0.27)	

CMYK percentages

%0
%3.23
%10.75
%27.06

Codes

Color #BAB4A6 in popluar color models

BAB4A6
RGB186180166
HSL42°12.66%69.02%
HSB/HSV42°10.75%72.94%
CMYK0.00%3.23%10.75%
27.06%

Color #BAB4A6 in popluar number systems.

HEXBAB4A6
Decimal186180166
Binary101110101011010010100110
Octal272264246

Shades and tints

Shades of #BAB4A6

#BAB4A6
(186,180,166)
#AAA497
(170,164,151)
#9A9488
(154,148,136)
#8A8479
(138,132,121)
#7A746A
(122,116,106)
#6A645B
(106,100,91)
#5A544C
(90,84,76)
#4A443D
(74,68,61)
#3A342E
(58,52,46)
#2A241F
(42,36,31)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #BAB4A6

#BAB4A6
(186,180,166)
#C0BAAE
(192,186,174)
#C6C0B6
(198,192,182)
#CCC6BE
(204,198,190)
#D2CCC6
(210,204,198)
#D8D2CE
(216,210,206)
#DED8D6
(222,216,214)
#E4DEDE
(228,222,222)
#EAE4E6
(234,228,230)
#F0EAEE
(240,234,238)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB4A6; }

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

This text font color is #BAB4A6.


Background Color

.myBgColor { background-color: #BAB4A6; }

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

This div background color is #BAB4A6.


Border color

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

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

This div border color is #BAB4A6.


Opacity

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

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

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

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

This text has shadow with #BAB4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB4A6 on black background.


Color preview on white background

This text has color #BAB4A6 on white background.



Black color preview on #BAB4A6 background

This text has black color on #BAB4A6 background.


White color preview on #BAB4A6 background

This text has white color on #BAB4A6 background.