COLOR #B9A3AD

HEX: #B9A3AD
RGB: (185,163,173)

Color info

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

RGB color model

#B9A3AD color RGB value is (185,163,173).

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

RGB channels and saturation

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

185
163
173

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

Portions of RGB colors in percentages

R + G + B =
185 + 163 + 173 = 521 (100%)
R 185 of 521 ~ 35.51%
G 163 of 521 ~ 31.29%
B 173 of 521 ~ 33.21%

%35.51
%31.29
%33.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.89%
  • 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
%11.89
%6.49
%27.45

Codes

Color #B9A3AD in popluar color models

B9A3AD
RGB185163173
HSL333°13.58%68.24%
HSB/HSV333°11.89%72.55%
CMYK0.00%11.89%6.49%
27.45%

Color #B9A3AD in popluar number systems.

HEXB9A3AD
Decimal185163173
Binary101110011010001110101101
Octal271243255

Shades and tints

Shades of #B9A3AD

#B9A3AD
(185,163,173)
#A9959E
(169,149,158)
#99878F
(153,135,143)
#897980
(137,121,128)
#796B71
(121,107,113)
#695D62
(105,93,98)
#594F53
(89,79,83)
#494144
(73,65,68)
#393335
(57,51,53)
#292526
(41,37,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9A3AD

#B9A3AD
(185,163,173)
#BFABB4
(191,171,180)
#C5B3BB
(197,179,187)
#CBBBC2
(203,187,194)
#D1C3C9
(209,195,201)
#D7CBD0
(215,203,208)
#DDD3D7
(221,211,215)
#E3DBDE
(227,219,222)
#E9E3E5
(233,227,229)
#EFEBEC
(239,235,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A3AD; }

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

This text font color is #B9A3AD.


Background Color

.myBgColor { background-color: #B9A3AD; }

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

This div background color is #B9A3AD.


Border color

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

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

This div border color is #B9A3AD.


Opacity

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

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

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

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

This text has shadow with #B9A3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A3AD on black background.


Color preview on white background

This text has color #B9A3AD on white background.



Black color preview on #B9A3AD background

This text has black color on #B9A3AD background.


White color preview on #B9A3AD background

This text has white color on #B9A3AD background.