COLOR #B6A6A9

HEX: #B6A6A9
RGB: (182,166,169)

Color info

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

RGB color model

#B6A6A9 color RGB value is (182,166,169).

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

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 169 of 255 = 66%

182
166
169

R + G + B ~ 67%. #B6A6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 169 = 517 (100%)
R 182 of 517 ~ 35.2%
G 166 of 517 ~ 32.11%
B 169 of 517 ~ 32.69%

%35.2
%32.11
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(0,9,7,29)
C0M9Y7K29 
(0%,9%,7%,29%)
(0.00/0.09/0.07/0.29)	

CMYK percentages

%0
%8.79
%7.14
%28.63

Codes

Color #B6A6A9 in popluar color models

B6A6A9
RGB182166169
HSL349°9.88%68.24%
HSB/HSV349°8.79%71.37%
CMYK0.00%8.79%7.14%
28.63%

Color #B6A6A9 in popluar number systems.

HEXB6A6A9
Decimal182166169
Binary101101101010011010101001
Octal266246251

Shades and tints

Shades of #B6A6A9

#B6A6A9
(182,166,169)
#A6979A
(166,151,154)
#96888B
(150,136,139)
#86797C
(134,121,124)
#766A6D
(118,106,109)
#665B5E
(102,91,94)
#564C4F
(86,76,79)
#463D40
(70,61,64)
#362E31
(54,46,49)
#261F22
(38,31,34)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #B6A6A9

#B6A6A9
(182,166,169)
#BCAEB0
(188,174,176)
#C2B6B7
(194,182,183)
#C8BEBE
(200,190,190)
#CEC6C5
(206,198,197)
#D4CECC
(212,206,204)
#DAD6D3
(218,214,211)
#E0DEDA
(224,222,218)
#E6E6E1
(230,230,225)
#ECEEE8
(236,238,232)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A6A9; }

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

This text font color is #B6A6A9.


Background Color

.myBgColor { background-color: #B6A6A9; }

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

This div background color is #B6A6A9.


Border color

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

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

This div border color is #B6A6A9.


Opacity

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

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

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

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

This text has shadow with #B6A6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A6A9 on black background.


Color preview on white background

This text has color #B6A6A9 on white background.



Black color preview on #B6A6A9 background

This text has black color on #B6A6A9 background.


White color preview on #B6A6A9 background

This text has white color on #B6A6A9 background.