COLOR #BAB9A8

HEX: #BAB9A8
RGB: (186,185,168)

Color info

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

RGB color model

#BAB9A8 color RGB value is (186,185,168).

  • red value is 186;
  • green value is 185;
  • blue value is 168.
RGB:
(186,185,168)
(73%,73%,66%)

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 168 of 255 = 66%

186
185
168

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

Portions of RGB colors in percentages

R + G + B =
186 + 185 + 168 = 539 (100%)
R 186 of 539 ~ 34.51%
G 185 of 539 ~ 34.32%
B 168 of 539 ~ 31.17%

%34.51
%34.32
%31.17

CMYK color model

#BAB9A8 color CMYK value is (0,1,10,27).

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 9.68%
  • key color value is 27.06%
CMYK:
(0,1,10,27)
C0M1Y10K27 
(0%,1%,10%,27%)
(0.00/0.01/0.10/0.27)	

CMYK percentages

%0
%0.54
%9.68
%27.06

Codes

Color #BAB9A8 in popluar color models

BAB9A8
RGB186185168
HSL57°11.54%69.41%
HSB/HSV57°9.68%72.94%
CMYK0.00%0.54%9.68%
27.06%

Color #BAB9A8 in popluar number systems.

HEXBAB9A8
Decimal186185168
Binary101110101011100110101000
Octal272271250

Shades and tints

Shades of #BAB9A8

#BAB9A8
(186,185,168)
#AAA999
(170,169,153)
#9A998A
(154,153,138)
#8A897B
(138,137,123)
#7A796C
(122,121,108)
#6A695D
(106,105,93)
#5A594E
(90,89,78)
#4A493F
(74,73,63)
#3A3930
(58,57,48)
#2A2921
(42,41,33)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #BAB9A8

#BAB9A8
(186,185,168)
#C0BFAF
(192,191,175)
#C6C5B6
(198,197,182)
#CCCBBD
(204,203,189)
#D2D1C4
(210,209,196)
#D8D7CB
(216,215,203)
#DEDDD2
(222,221,210)
#E4E3D9
(228,227,217)
#EAE9E0
(234,233,224)
#F0EFE7
(240,239,231)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB9A8 color. Also use rgb(186,185,168) instead hex code.

Text Font Color

.myTextColor { color: #BAB9A8; }

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

This text font color is #BAB9A8.


Background Color

.myBgColor { background-color: #BAB9A8; }

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

This div background color is #BAB9A8.


Border color

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

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

This div border color is #BAB9A8.


Opacity

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

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

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

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

This text has shadow with #BAB9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB9A8 on black background.


Color preview on white background

This text has color #BAB9A8 on white background.



Black color preview on #BAB9A8 background

This text has black color on #BAB9A8 background.


White color preview on #BAB9A8 background

This text has white color on #BAB9A8 background.