COLOR #B9A9AD

HEX: #B9A9AD
RGB: (185,169,173)

Color info

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

RGB color model

#B9A9AD color RGB value is (185,169,173).

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

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 173 of 255 = 68%

185
169
173

R + G + B ~ 69%. #B9A9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 173 = 527 (100%)
R 185 of 527 ~ 35.1%
G 169 of 527 ~ 32.07%
B 173 of 527 ~ 32.83%

%35.1
%32.07
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.65%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK:
(0,9,6,27)
C0M9Y6K27 
(0%,9%,6%,27%)
(0.00/0.09/0.06/0.27)	

CMYK percentages

%0
%8.65
%6.49
%27.45

Codes

Color #B9A9AD in popluar color models

B9A9AD
RGB185169173
HSL345°10.26%69.41%
HSB/HSV345°8.65%72.55%
CMYK0.00%8.65%6.49%
27.45%

Color #B9A9AD in popluar number systems.

HEXB9A9AD
Decimal185169173
Binary101110011010100110101101
Octal271251255

Shades and tints

Shades of #B9A9AD

#B9A9AD
(185,169,173)
#A99A9E
(169,154,158)
#998B8F
(153,139,143)
#897C80
(137,124,128)
#796D71
(121,109,113)
#695E62
(105,94,98)
#594F53
(89,79,83)
#494044
(73,64,68)
#393135
(57,49,53)
#292226
(41,34,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #B9A9AD

#B9A9AD
(185,169,173)
#BFB0B4
(191,176,180)
#C5B7BB
(197,183,187)
#CBBEC2
(203,190,194)
#D1C5C9
(209,197,201)
#D7CCD0
(215,204,208)
#DDD3D7
(221,211,215)
#E3DADE
(227,218,222)
#E9E1E5
(233,225,229)
#EFE8EC
(239,232,236)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9AD; }

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

This text font color is #B9A9AD.


Background Color

.myBgColor { background-color: #B9A9AD; }

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

This div background color is #B9A9AD.


Border color

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

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

This div border color is #B9A9AD.


Opacity

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

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

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

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

This text has shadow with #B9A9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A9AD on black background.


Color preview on white background

This text has color #B9A9AD on white background.



Black color preview on #B9A9AD background

This text has black color on #B9A9AD background.


White color preview on #B9A9AD background

This text has white color on #B9A9AD background.