COLOR #B4A6AA

HEX: #B4A6AA RGB: (180,166,170)

Color info

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

RGB color model

#B4A6AA color RGB value is (180,166,170).

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

RGB channels and saturation

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

180
166
170

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

Portions of RGB colors in percentages

R + G + B = 180 + 166 + 170 = 516 (100%)
R 180 of 516 ~ 34.88%
G 166 of 516 ~ 32.17%
B 170 of 516 ~ 32.95'%

%34.88
%32.17
%32.95

CMYK color model

#B4A6AA color CMYK value is (0,8,6,29).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 5.56%
  • key color value is 29.41%

CMYK: (0,8,6,29)
C0M8Y6K29 (0%, 8%, 6%, 29%)
(0.00 / 0.08 / 0.06 / 0.29)

CMYK percentages

%0
%7.78
%5.56
%29.41

Codes

Color #B4A6AA in popluar color models

B4 A6 AA
RGB 180 166 170
HSL 343° 8.54% 67.84%
HSB/HSV 343° 7.78% 70.59%
CMYK 0.00% 7.78% 5.56%
29.41%

Color #B4A6AA in popluar number systems.

HEX B4 A6 AA
Decimal 180 166 170
Binary 10110100 10100110 10101010
Octal 264 246 252

Shades and tints

Shades of #B4A6AA

#B4A6AA
(180,166,170)
#A4979B
(164,151,155)
#94888C
(148,136,140)
#84797D
(132,121,125)
#746A6E
(116,106,110)
#645B5F
(100,91,95)
#544C50
(84,76,80)
#443D41
(68,61,65)
#342E32
(52,46,50)
#241F23
(36,31,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #B4A6AA

#B4A6AA
(180,166,170)
#BAAEB1
(186,174,177)
#C0B6B8
(192,182,184)
#C6BEBF
(198,190,191)
#CCC6C6
(204,198,198)
#D2CECD
(210,206,205)
#D8D6D4
(216,214,212)
#DEDEDB
(222,222,219)
#E4E6E2
(228,230,226)
#EAEEE9
(234,238,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A6AA; }

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

This text font color is #B4A6AA.

Background Color

.myBgColor { background-color: #B4A6AA; }

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

This div background color is #B4A6AA.

Border color

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

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

This div border color is #B4A6AA.

Opacity

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

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

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

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

This text has shadow with #B4A6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A6AA.

Preview

Color preview on black background

This text has color #B4A6AA on black background.


Color preview on white background

This text has color #B4A6AA on white background.


Black color preview on #B4A6AA background

This text has black color on #B4A6AA background.


White color preview on #B4A6AA background

This text has white color on #B4A6AA background.


Related colors

Complementary color

Complementary color for #hex is #4B5955.


I love getcolorcode.com

Triadic colors

1 #AAB4A6 and #A6AAB4 with #B4A6AA are triadic colors.

2 #AAA6B4 and #A6B4AA with #B4A6AA are triadic colors.