COLOR #B2A6AA

HEX: #B2A6AA RGB: (178,166,170)

Color info

#B2A6AA contains red, green and blue colors in about the same proportion. Web safe color of #B2A6AA is #999999 (or #999).

RGB color model

#B2A6AA color RGB value is (178,166,170).

RGB: (178,166,170) (70%, 65%, 67%)

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 170 of 255 = 67%

178
166
170

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

Portions of RGB colors in percentages

R + G + B = 178 + 166 + 170 = 514 (100%)
R 178 of 514 ~ 34.63%
G 166 of 514 ~ 32.3%
B 170 of 514 ~ 33.07'%

%34.63
%32.3
%33.07

CMYK color model

#B2A6AA color CMYK value is (0,7,4,30).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 4.49%
  • key color value is 30.20%

CMYK: (0,7,4,30)
C0M7Y4K30 (0%, 7%, 4%, 30%)
(0.00 / 0.07 / 0.04 / 0.30)

CMYK percentages

%0
%6.74
%4.49
%30.2

Codes

Color #B2A6AA in popluar color models

B2 A6 AA
RGB 178 166 170
HSL 340° 7.23% 67.45%
HSB/HSV 340° 6.74% 69.80%
CMYK 0.00% 6.74% 4.49%
30.20%

Color #B2A6AA in popluar number systems.

HEX B2 A6 AA
Decimal 178 166 170
Binary 10110010 10100110 10101010
Octal 262 246 252

Shades and tints

Shades of #B2A6AA

#B2A6AA
(178,166,170)
#A2979B
(162,151,155)
#92888C
(146,136,140)
#82797D
(130,121,125)
#726A6E
(114,106,110)
#625B5F
(98,91,95)
#524C50
(82,76,80)
#423D41
(66,61,65)
#322E32
(50,46,50)
#221F23
(34,31,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #B2A6AA

#B2A6AA
(178,166,170)
#B9AEB1
(185,174,177)
#C0B6B8
(192,182,184)
#C7BEBF
(199,190,191)
#CEC6C6
(206,198,198)
#D5CECD
(213,206,205)
#DCD6D4
(220,214,212)
#E3DEDB
(227,222,219)
#EAE6E2
(234,230,226)
#F1EEE9
(241,238,233)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A6AA; }

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

This text font color is #B2A6AA.

Background Color

.myBgColor { background-color: #B2A6AA; }

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

This div background color is #B2A6AA.

Border color

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

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

This div border color is #B2A6AA.

Opacity

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

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

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

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

This text has shadow with #B2A6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A6AA.

Preview

Color preview on black background

This text has color #B2A6AA on black background.


Color preview on white background

This text has color #B2A6AA on white background.


Black color preview on #B2A6AA background

This text has black color on #B2A6AA background.


White color preview on #B2A6AA background

This text has white color on #B2A6AA background.


Related colors

Complementary color

Complementary color for #hex is #4D5955.


I love getcolorcode.com

Triadic colors

1 #AAB2A6 and #A6AAB2 with #B2A6AA are triadic colors.

2 #AAA6B2 and #A6B2AA with #B2A6AA are triadic colors.