COLOR #B9A3AB

HEX: #B9A3AB
RGB: (185,163,171)

Color info

#B9A3AB contains red, green and blue colors in about the same proportion. Web safe color of #B9A3AB is #CC9999 (or #C99).

RGB color model

#B9A3AB color RGB value is (185,163,171).

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

RGB channels and saturation

R 185 of 255 = 73%
G 163 of 255 = 64%
B 171 of 255 = 67%

185
163
171

R + G + B ~ 68%. #B9A3AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 171 = 519 (100%)
R 185 of 519 ~ 35.65%
G 163 of 519 ~ 31.41%
B 171 of 519 ~ 32.95%

%35.65
%31.41
%32.95

CMYK color model

#B9A3AB color CMYK value is (0,12,8,27).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,12,8,27)
C0M12Y8K27 
(0%,12%,8%,27%)
(0.00/0.12/0.08/0.27)	

CMYK percentages

%0
%11.89
%7.57
%27.45

Codes

Color #B9A3AB in popluar color models

B9A3AB
RGB185163171
HSL338°13.58%68.24%
HSB/HSV338°11.89%72.55%
CMYK0.00%11.89%7.57%
27.45%

Color #B9A3AB in popluar number systems.

HEXB9A3AB
Decimal185163171
Binary101110011010001110101011
Octal271243253

Shades and tints

Shades of #B9A3AB

#B9A3AB
(185,163,171)
#A9959C
(169,149,156)
#99878D
(153,135,141)
#89797E
(137,121,126)
#796B6F
(121,107,111)
#695D60
(105,93,96)
#594F51
(89,79,81)
#494142
(73,65,66)
#393333
(57,51,51)
#292524
(41,37,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #B9A3AB

#B9A3AB
(185,163,171)
#BFABB2
(191,171,178)
#C5B3B9
(197,179,185)
#CBBBC0
(203,187,192)
#D1C3C7
(209,195,199)
#D7CBCE
(215,203,206)
#DDD3D5
(221,211,213)
#E3DBDC
(227,219,220)
#E9E3E3
(233,227,227)
#EFEBEA
(239,235,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A3AB; }

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

This text font color is #B9A3AB.


Background Color

.myBgColor { background-color: #B9A3AB; }

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

This div background color is #B9A3AB.


Border color

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

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

This div border color is #B9A3AB.


Opacity

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

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

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

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

This text has shadow with #B9A3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A3AB on black background.


Color preview on white background

This text has color #B9A3AB on white background.



Black color preview on #B9A3AB background

This text has black color on #B9A3AB background.


White color preview on #B9A3AB background

This text has white color on #B9A3AB background.