COLOR #B9A7A9

HEX: #B9A7A9
RGB: (185,167,169)

Color info

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

RGB color model

#B9A7A9 color RGB value is (185,167,169).

  • red value is 185;
  • green value is 167;
  • blue value is 169.
RGB:
(185,167,169)
(73%,65%,66%)

RGB channels and saturation

R 185 of 255 = 73%
G 167 of 255 = 65%
B 169 of 255 = 66%

185
167
169

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

Portions of RGB colors in percentages

R + G + B =
185 + 167 + 169 = 521 (100%)
R 185 of 521 ~ 35.51%
G 167 of 521 ~ 32.05%
B 169 of 521 ~ 32.44%

%35.51
%32.05
%32.44

CMYK color model

#B9A7A9 color CMYK value is (0,10,9,27).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK:
(0,10,9,27)
C0M10Y9K27 
(0%,10%,9%,27%)
(0.00/0.10/0.09/0.27)	

CMYK percentages

%0
%9.73
%8.65
%27.45

Codes

Color #B9A7A9 in popluar color models

B9A7A9
RGB185167169
HSL353°11.39%69.02%
HSB/HSV353°9.73%72.55%
CMYK0.00%9.73%8.65%
27.45%

Color #B9A7A9 in popluar number systems.

HEXB9A7A9
Decimal185167169
Binary101110011010011110101001
Octal271247251

Shades and tints

Shades of #B9A7A9

#B9A7A9
(185,167,169)
#A9989A
(169,152,154)
#99898B
(153,137,139)
#897A7C
(137,122,124)
#796B6D
(121,107,109)
#695C5E
(105,92,94)
#594D4F
(89,77,79)
#493E40
(73,62,64)
#392F31
(57,47,49)
#292022
(41,32,34)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #B9A7A9

#B9A7A9
(185,167,169)
#BFAFB0
(191,175,176)
#C5B7B7
(197,183,183)
#CBBFBE
(203,191,190)
#D1C7C5
(209,199,197)
#D7CFCC
(215,207,204)
#DDD7D3
(221,215,211)
#E3DFDA
(227,223,218)
#E9E7E1
(233,231,225)
#EFEFE8
(239,239,232)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A7A9 color. Also use rgb(185,167,169) instead hex code.

Text Font Color

.myTextColor { color: #B9A7A9; }

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

This text font color is #B9A7A9.


Background Color

.myBgColor { background-color: #B9A7A9; }

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

This div background color is #B9A7A9.


Border color

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

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

This div border color is #B9A7A9.


Opacity

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

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

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

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

This text has shadow with #B9A7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A7A9 on black background.


Color preview on white background

This text has color #B9A7A9 on white background.



Black color preview on #B9A7A9 background

This text has black color on #B9A7A9 background.


White color preview on #B9A7A9 background

This text has white color on #B9A7A9 background.