COLOR #B6A6AA

HEX: #B6A6AA RGB: (182,166,170)

Color info

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

RGB color model

#B6A6AA color RGB value is (182,166,170).

RGB: (182,166,170) (71%, 65%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 170 of 255 = 67%

182
166
170

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

Portions of RGB colors in percentages

R + G + B = 182 + 166 + 170 = 518 (100%)
R 182 of 518 ~ 35.14%
G 166 of 518 ~ 32.05%
B 170 of 518 ~ 32.82'%

%35.14
%32.05
%32.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 6.59%
  • 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
%6.59
%28.63

Codes

Color #B6A6AA in popluar color models

B6 A6 AA
RGB 182 166 170
HSL 345° 9.88% 68.24%
HSB/HSV 345° 8.79% 71.37%
CMYK 0.00% 8.79% 6.59%
28.63%

Color #B6A6AA in popluar number systems.

HEX B6 A6 AA
Decimal 182 166 170
Binary 10110110 10100110 10101010
Octal 266 246 252

Shades and tints

Shades of #B6A6AA

#B6A6AA
(182,166,170)
#A6979B
(166,151,155)
#96888C
(150,136,140)
#86797D
(134,121,125)
#766A6E
(118,106,110)
#665B5F
(102,91,95)
#564C50
(86,76,80)
#463D41
(70,61,65)
#362E32
(54,46,50)
#261F23
(38,31,35)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #B6A6AA

#B6A6AA
(182,166,170)
#BCAEB1
(188,174,177)
#C2B6B8
(194,182,184)
#C8BEBF
(200,190,191)
#CEC6C6
(206,198,198)
#D4CECD
(212,206,205)
#DAD6D4
(218,214,212)
#E0DEDB
(224,222,219)
#E6E6E2
(230,230,226)
#ECEEE9
(236,238,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A6AA; }

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

This text font color is #B6A6AA.

Background Color

.myBgColor { background-color: #B6A6AA; }

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

This div background color is #B6A6AA.

Border color

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

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

This div border color is #B6A6AA.

Opacity

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

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

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

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

This text has shadow with #B6A6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A6AA.

Preview

Color preview on black background

This text has color #B6A6AA on black background.


Color preview on white background

This text has color #B6A6AA on white background.


Black color preview on #B6A6AA background

This text has black color on #B6A6AA background.


White color preview on #B6A6AA background

This text has white color on #B6A6AA background.


Related colors

Complementary color

Complementary color for #hex is #495955.


I love getcolorcode.com

Triadic colors

1 #AAB6A6 and #A6AAB6 with #B6A6AA are triadic colors.

2 #AAA6B6 and #A6B6AA with #B6A6AA are triadic colors.