COLOR #B9A8A9

HEX: #B9A8A9
RGB: (185,168,169)

Color info

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

RGB color model

#B9A8A9 color RGB value is (185,168,169).

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

RGB channels and saturation

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

185
168
169

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

Portions of RGB colors in percentages

R + G + B =
185 + 168 + 169 = 522 (100%)
R 185 of 522 ~ 35.44%
G 168 of 522 ~ 32.18%
B 169 of 522 ~ 32.38%

%35.44
%32.18
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK:
(0,9,9,27)
C0M9Y9K27 
(0%,9%,9%,27%)
(0.00/0.09/0.09/0.27)	

CMYK percentages

%0
%9.19
%8.65
%27.45

Codes

Color #B9A8A9 in popluar color models

B9A8A9
RGB185168169
HSL356°10.83%69.22%
HSB/HSV356°9.19%72.55%
CMYK0.00%9.19%8.65%
27.45%

Color #B9A8A9 in popluar number systems.

HEXB9A8A9
Decimal185168169
Binary101110011010100010101001
Octal271250251

Shades and tints

Shades of #B9A8A9

#B9A8A9
(185,168,169)
#A9999A
(169,153,154)
#998A8B
(153,138,139)
#897B7C
(137,123,124)
#796C6D
(121,108,109)
#695D5E
(105,93,94)
#594E4F
(89,78,79)
#493F40
(73,63,64)
#393031
(57,48,49)
#292122
(41,33,34)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #B9A8A9

#B9A8A9
(185,168,169)
#BFAFB0
(191,175,176)
#C5B6B7
(197,182,183)
#CBBDBE
(203,189,190)
#D1C4C5
(209,196,197)
#D7CBCC
(215,203,204)
#DDD2D3
(221,210,211)
#E3D9DA
(227,217,218)
#E9E0E1
(233,224,225)
#EFE7E8
(239,231,232)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A8A9; }

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

This text font color is #B9A8A9.


Background Color

.myBgColor { background-color: #B9A8A9; }

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

This div background color is #B9A8A9.


Border color

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

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

This div border color is #B9A8A9.


Opacity

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

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

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

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

This text has shadow with #B9A8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A8A9 on black background.


Color preview on white background

This text has color #B9A8A9 on white background.



Black color preview on #B9A8A9 background

This text has black color on #B9A8A9 background.


White color preview on #B9A8A9 background

This text has white color on #B9A8A9 background.