COLOR #B6A9AA

HEX: #B6A9AA
RGB: (182,169,170)

Color info

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

RGB color model

#B6A9AA color RGB value is (182,169,170).

  • red value is 182;
  • green value is 169;
  • blue value is 170.
RGB:
(182,169,170)
(71%,66%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 170 of 255 = 67%

182
169
170

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

Portions of RGB colors in percentages

R + G + B =
182 + 169 + 170 = 521 (100%)
R 182 of 521 ~ 34.93%
G 169 of 521 ~ 32.44%
B 170 of 521 ~ 32.63%

%34.93
%32.44
%32.63

CMYK color model

#B6A9AA color CMYK value is (0,7,7,29).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(0,7,7,29)
C0M7Y7K29 
(0%,7%,7%,29%)
(0.00/0.07/0.07/0.29)	

CMYK percentages

%0
%7.14
%6.59
%28.63

Codes

Color #B6A9AA in popluar color models

B6A9AA
RGB182169170
HSL355°8.18%68.82%
HSB/HSV355°7.14%71.37%
CMYK0.00%7.14%6.59%
28.63%

Color #B6A9AA in popluar number systems.

HEXB6A9AA
Decimal182169170
Binary101101101010100110101010
Octal266251252

Shades and tints

Shades of #B6A9AA

#B6A9AA
(182,169,170)
#A69A9B
(166,154,155)
#968B8C
(150,139,140)
#867C7D
(134,124,125)
#766D6E
(118,109,110)
#665E5F
(102,94,95)
#564F50
(86,79,80)
#464041
(70,64,65)
#363132
(54,49,50)
#262223
(38,34,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #B6A9AA

#B6A9AA
(182,169,170)
#BCB0B1
(188,176,177)
#C2B7B8
(194,183,184)
#C8BEBF
(200,190,191)
#CEC5C6
(206,197,198)
#D4CCCD
(212,204,205)
#DAD3D4
(218,211,212)
#E0DADB
(224,218,219)
#E6E1E2
(230,225,226)
#ECE8E9
(236,232,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A9AA color. Also use rgb(182,169,170) instead hex code.

Text Font Color

.myTextColor { color: #B6A9AA; }

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

This text font color is #B6A9AA.


Background Color

.myBgColor { background-color: #B6A9AA; }

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

This div background color is #B6A9AA.


Border color

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

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

This div border color is #B6A9AA.


Opacity

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

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

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

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

This text has shadow with #B6A9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A9AA on black background.


Color preview on white background

This text has color #B6A9AA on white background.



Black color preview on #B6A9AA background

This text has black color on #B6A9AA background.


White color preview on #B6A9AA background

This text has white color on #B6A9AA background.