COLOR #B9A7AD

HEX: #B9A7AD RGB: (185,167,173)

Color info

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

RGB color model

#B9A7AD color RGB value is (185,167,173).

RGB: (185,167,173) (73%, 65%, 68%)

RGB channels and saturation

R 185 of 255 = 73%
G 167 of 255 = 65%
B 173 of 255 = 68%

185
167
173

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

Portions of RGB colors in percentages

R + G + B = 185 + 167 + 173 = 525 (100%)
R 185 of 525 ~ 35.24%
G 167 of 525 ~ 31.81%
B 173 of 525 ~ 32.95'%

%35.24
%31.81
%32.95

CMYK color model

#B9A7AD color CMYK value is (0,10,6,27).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK: (0,10,6,27) C0M10Y6K27 (0%,10%,6%,27%) (0.00/0.10/0.06/0.27) 

CMYK percentages

%0
%9.73
%6.49
%27.45

Codes

Color #B9A7AD in popluar color models

B9 A7 AD
RGB 185 167 173
HSL 340° 11.39% 69.02%
HSB/HSV 340° 9.73% 72.55%
CMYK 0.00% 9.73% 6.49%
27.45%

Color #B9A7AD in popluar number systems.

HEX B9 A7 AD
Decimal 185 167 173
Binary 10111001 10100111 10101101
Octal 271 247 255

Shades and tints

Shades of #B9A7AD

#B9A7AD
(185,167,173)
#A9989E
(169,152,158)
#99898F
(153,137,143)
#897A80
(137,122,128)
#796B71
(121,107,113)
#695C62
(105,92,98)
#594D53
(89,77,83)
#493E44
(73,62,68)
#392F35
(57,47,53)
#292026
(41,32,38)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #B9A7AD

#B9A7AD
(185,167,173)
#BFAFB4
(191,175,180)
#C5B7BB
(197,183,187)
#CBBFC2
(203,191,194)
#D1C7C9
(209,199,201)
#D7CFD0
(215,207,208)
#DDD7D7
(221,215,215)
#E3DFDE
(227,223,222)
#E9E7E5
(233,231,229)
#EFEFEC
(239,239,236)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A7AD; }

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

This text font color is #B9A7AD.

Background Color

.myBgColor { background-color: #B9A7AD; }

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

This div background color is #B9A7AD.

Border color

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

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

This div border color is #B9A7AD.

Opacity

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

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

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

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

This text has shadow with #B9A7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A7AD.

Preview

Color preview on black background

This text has color #B9A7AD on black background.


Color preview on white background

This text has color #B9A7AD on white background.


Black color preview on #B9A7AD background

This text has black color on #B9A7AD background.


White color preview on #B9A7AD background

This text has white color on #B9A7AD background.


Related colors

Complementary color

Complementary color for #hex is #465852.


I love getcolorcode.com

Triadic colors

1 #ADB9A7 and #A7ADB9 with #B9A7AD are triadic colors.

2 #ADA7B9 and #A7B9AD with #B9A7AD are triadic colors.