COLOR #BAB5AD

HEX: #BAB5AD RGB: (186,181,173)

Color info

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

RGB color model

#BAB5AD color RGB value is (186,181,173).

RGB: (186,181,173) (73%, 71%, 68%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 173 of 255 = 68%

186
181
173

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

Portions of RGB colors in percentages

R + G + B = 186 + 181 + 173 = 540 (100%)
R 186 of 540 ~ 34.44%
G 181 of 540 ~ 33.52%
B 173 of 540 ~ 32.04'%

%34.44
%33.52
%32.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 6.99%
  • key color value is 27.06%

CMYK: (0,3,7,27)
C0M3Y7K27 (0%, 3%, 7%, 27%)
(0.00 / 0.03 / 0.07 / 0.27)

CMYK percentages

%0
%2.69
%6.99
%27.06

Codes

Color #BAB5AD in popluar color models

BA B5 AD
RGB 186 181 173
HSL 37° 8.61% 70.39%
HSB/HSV 37° 6.99% 72.94%
CMYK 0.00% 2.69% 6.99%
27.06%

Color #BAB5AD in popluar number systems.

HEX BA B5 AD
Decimal 186 181 173
Binary 10111010 10110101 10101101
Octal 272 265 255

Shades and tints

Shades of #BAB5AD

#BAB5AD
(186,181,173)
#AAA59E
(170,165,158)
#9A958F
(154,149,143)
#8A8580
(138,133,128)
#7A7571
(122,117,113)
#6A6562
(106,101,98)
#5A5553
(90,85,83)
#4A4544
(74,69,68)
#3A3535
(58,53,53)
#2A2526
(42,37,38)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #BAB5AD

#BAB5AD
(186,181,173)
#C0BBB4
(192,187,180)
#C6C1BB
(198,193,187)
#CCC7C2
(204,199,194)
#D2CDC9
(210,205,201)
#D8D3D0
(216,211,208)
#DED9D7
(222,217,215)
#E4DFDE
(228,223,222)
#EAE5E5
(234,229,229)
#F0EBEC
(240,235,236)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5AD; }

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

This text font color is #BAB5AD.

Background Color

.myBgColor { background-color: #BAB5AD; }

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

This div background color is #BAB5AD.

Border color

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

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

This div border color is #BAB5AD.

Opacity

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

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

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

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

This text has shadow with #BAB5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB5AD.

Preview

Color preview on black background

This text has color #BAB5AD on black background.


Color preview on white background

This text has color #BAB5AD on white background.


Black color preview on #BAB5AD background

This text has black color on #BAB5AD background.


White color preview on #BAB5AD background

This text has white color on #BAB5AD background.


Related colors

Complementary color

Complementary color for #hex is #454A52.


I love getcolorcode.com

Triadic colors

1 #ADBAB5 and #B5ADBA with #BAB5AD are triadic colors.

2 #ADB5BA and #B5BAAD with #BAB5AD are triadic colors.