COLOR #BAB9A3

HEX: #BAB9A3
RGB: (186,185,163)

Color info

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

RGB color model

#BAB9A3 color RGB value is (186,185,163).

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

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 163 of 255 = 64%

186
185
163

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

Portions of RGB colors in percentages

R + G + B =
186 + 185 + 163 = 534 (100%)
R 186 of 534 ~ 34.83%
G 185 of 534 ~ 34.64%
B 163 of 534 ~ 30.52%

%34.83
%34.64
%30.52

CMYK color model

#BAB9A3 color CMYK value is (0,1,12,27).

  • cyan value is 0.00%
  • magenta value is 0.54%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(0,1,12,27)
C0M1Y12K27 
(0%,1%,12%,27%)
(0.00/0.01/0.12/0.27)	

CMYK percentages

%0
%0.54
%12.37
%27.06

Codes

Color #BAB9A3 in popluar color models

BAB9A3
RGB186185163
HSL57°14.29%68.43%
HSB/HSV57°12.37%72.94%
CMYK0.00%0.54%12.37%
27.06%

Color #BAB9A3 in popluar number systems.

HEXBAB9A3
Decimal186185163
Binary101110101011100110100011
Octal272271243

Shades and tints

Shades of #BAB9A3

#BAB9A3
(186,185,163)
#AAA995
(170,169,149)
#9A9987
(154,153,135)
#8A8979
(138,137,121)
#7A796B
(122,121,107)
#6A695D
(106,105,93)
#5A594F
(90,89,79)
#4A4941
(74,73,65)
#3A3933
(58,57,51)
#2A2925
(42,41,37)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #BAB9A3

#BAB9A3
(186,185,163)
#C0BFAB
(192,191,171)
#C6C5B3
(198,197,179)
#CCCBBB
(204,203,187)
#D2D1C3
(210,209,195)
#D8D7CB
(216,215,203)
#DEDDD3
(222,221,211)
#E4E3DB
(228,227,219)
#EAE9E3
(234,233,227)
#F0EFEB
(240,239,235)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB9A3; }

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

This text font color is #BAB9A3.


Background Color

.myBgColor { background-color: #BAB9A3; }

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

This div background color is #BAB9A3.


Border color

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

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

This div border color is #BAB9A3.


Opacity

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

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

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

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

This text has shadow with #BAB9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB9A3 on black background.


Color preview on white background

This text has color #BAB9A3 on white background.



Black color preview on #BAB9A3 background

This text has black color on #BAB9A3 background.


White color preview on #BAB9A3 background

This text has white color on #BAB9A3 background.