COLOR #B9A2AD

HEX: #B9A2AD RGB: (185,162,173)

Color info

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

RGB color model

#B9A2AD color RGB value is (185,162,173).

RGB: (185,162,173) (73%, 64%, 68%)

RGB channels and saturation

R 185 of 255 = 73%
G 162 of 255 = 64%
B 173 of 255 = 68%

185
162
173

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

Portions of RGB colors in percentages

R + G + B = 185 + 162 + 173 = 520 (100%)
R 185 of 520 ~ 35.58%
G 162 of 520 ~ 31.15%
B 173 of 520 ~ 33.27'%

%35.58
%31.15
%33.27

CMYK color model

#B9A2AD color CMYK value is (0,12,6,27).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 6.49%
  • key color value is 27.45%

CMYK: (0,12,6,27)
C0M12Y6K27 (0%, 12%, 6%, 27%)
(0.00 / 0.12 / 0.06 / 0.27)

CMYK percentages

%0
%12.43
%6.49
%27.45

Codes

Color #B9A2AD in popluar color models

B9 A2 AD
RGB 185 162 173
HSL 331° 14.11% 68.04%
HSB/HSV 331° 12.43% 72.55%
CMYK 0.00% 12.43% 6.49%
27.45%

Color #B9A2AD in popluar number systems.

HEX B9 A2 AD
Decimal 185 162 173
Binary 10111001 10100010 10101101
Octal 271 242 255

Shades and tints

Shades of #B9A2AD

#B9A2AD
(185,162,173)
#A9949E
(169,148,158)
#99868F
(153,134,143)
#897880
(137,120,128)
#796A71
(121,106,113)
#695C62
(105,92,98)
#594E53
(89,78,83)
#494044
(73,64,68)
#393235
(57,50,53)
#292426
(41,36,38)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B9A2AD

#B9A2AD
(185,162,173)
#BFAAB4
(191,170,180)
#C5B2BB
(197,178,187)
#CBBAC2
(203,186,194)
#D1C2C9
(209,194,201)
#D7CAD0
(215,202,208)
#DDD2D7
(221,210,215)
#E3DADE
(227,218,222)
#E9E2E5
(233,226,229)
#EFEAEC
(239,234,236)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A2AD; }

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

This text font color is #B9A2AD.

Background Color

.myBgColor { background-color: #B9A2AD; }

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

This div background color is #B9A2AD.

Border color

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

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

This div border color is #B9A2AD.

Opacity

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

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

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

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

This text has shadow with #B9A2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A2AD.

Preview

Color preview on black background

This text has color #B9A2AD on black background.


Color preview on white background

This text has color #B9A2AD on white background.


Black color preview on #B9A2AD background

This text has black color on #B9A2AD background.


White color preview on #B9A2AD background

This text has white color on #B9A2AD background.


Related colors

Complementary color

Complementary color for #hex is #465D52.


I love getcolorcode.com

Triadic colors

1 #ADB9A2 and #A2ADB9 with #B9A2AD are triadic colors.

2 #ADA2B9 and #A2B9AD with #B9A2AD are triadic colors.