COLOR #BAB4AD

HEX: #BAB4AD
RGB: (186,180,173)

Color info

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

RGB color model

#BAB4AD color RGB value is (186,180,173).

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

RGB channels and saturation

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

186
180
173

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

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 173 = 539 (100%)
R 186 of 539 ~ 34.51%
G 180 of 539 ~ 33.4%
B 173 of 539 ~ 32.1%

%34.51
%33.4
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • 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
%3.23
%6.99
%27.06

Codes

Color #BAB4AD in popluar color models

BAB4AD
RGB186180173
HSL32°8.61%70.39%
HSB/HSV32°6.99%72.94%
CMYK0.00%3.23%6.99%
27.06%

Color #BAB4AD in popluar number systems.

HEXBAB4AD
Decimal186180173
Binary101110101011010010101101
Octal272264255

Shades and tints

Shades of #BAB4AD

#BAB4AD
(186,180,173)
#AAA49E
(170,164,158)
#9A948F
(154,148,143)
#8A8480
(138,132,128)
#7A7471
(122,116,113)
#6A6462
(106,100,98)
#5A5453
(90,84,83)
#4A4444
(74,68,68)
#3A3435
(58,52,53)
#2A2426
(42,36,38)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BAB4AD

#BAB4AD
(186,180,173)
#C0BAB4
(192,186,180)
#C6C0BB
(198,192,187)
#CCC6C2
(204,198,194)
#D2CCC9
(210,204,201)
#D8D2D0
(216,210,208)
#DED8D7
(222,216,215)
#E4DEDE
(228,222,222)
#EAE4E5
(234,228,229)
#F0EAEC
(240,234,236)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB4AD; }

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

This text font color is #BAB4AD.


Background Color

.myBgColor { background-color: #BAB4AD; }

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

This div background color is #BAB4AD.


Border color

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

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

This div border color is #BAB4AD.


Opacity

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

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

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

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

This text has shadow with #BAB4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB4AD on black background.


Color preview on white background

This text has color #BAB4AD on white background.



Black color preview on #BAB4AD background

This text has black color on #BAB4AD background.


White color preview on #BAB4AD background

This text has white color on #BAB4AD background.