COLOR #B6A6A3

HEX: #B6A6A3 RGB: (182,166,163)

Color info

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

RGB color model

#B6A6A3 color RGB value is (182,166,163).

RGB: (182,166,163) (71%, 65%, 64%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 163 of 255 = 64%

182
166
163

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

Portions of RGB colors in percentages

R + G + B = 182 + 166 + 163 = 511 (100%)
R 182 of 511 ~ 35.62%
G 166 of 511 ~ 32.49%
B 163 of 511 ~ 31.9'%

%35.62
%32.49
%31.9

CMYK color model

#B6A6A3 color CMYK value is (0,9,10,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 10.44%
  • key color value is 28.63%

CMYK: (0,9,10,29)
C0M9Y10K29 (0%, 9%, 10%, 29%)
(0.00 / 0.09 / 0.10 / 0.29)

CMYK percentages

%0
%8.79
%10.44
%28.63

Codes

Color #B6A6A3 in popluar color models

B6 A6 A3
RGB 182 166 163
HSL 11.52% 67.65%
HSB/HSV 10.44% 71.37%
CMYK 0.00% 8.79% 10.44%
28.63%

Color #B6A6A3 in popluar number systems.

HEX B6 A6 A3
Decimal 182 166 163
Binary 10110110 10100110 10100011
Octal 266 246 243

Shades and tints

Shades of #B6A6A3

#B6A6A3
(182,166,163)
#A69795
(166,151,149)
#968887
(150,136,135)
#867979
(134,121,121)
#766A6B
(118,106,107)
#665B5D
(102,91,93)
#564C4F
(86,76,79)
#463D41
(70,61,65)
#362E33
(54,46,51)
#261F25
(38,31,37)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #B6A6A3

#B6A6A3
(182,166,163)
#BCAEAB
(188,174,171)
#C2B6B3
(194,182,179)
#C8BEBB
(200,190,187)
#CEC6C3
(206,198,195)
#D4CECB
(212,206,203)
#DAD6D3
(218,214,211)
#E0DEDB
(224,222,219)
#E6E6E3
(230,230,227)
#ECEEEB
(236,238,235)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A6A3; }

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

This text font color is #B6A6A3.

Background Color

.myBgColor { background-color: #B6A6A3; }

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

This div background color is #B6A6A3.

Border color

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

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

This div border color is #B6A6A3.

Opacity

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

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

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

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

This text has shadow with #B6A6A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A6A3.

Preview

Color preview on black background

This text has color #B6A6A3 on black background.


Color preview on white background

This text has color #B6A6A3 on white background.


Black color preview on #B6A6A3 background

This text has black color on #B6A6A3 background.


White color preview on #B6A6A3 background

This text has white color on #B6A6A3 background.


Related colors

Complementary color

Complementary color for #hex is #49595C.


I love getcolorcode.com

Triadic colors

1 #A3B6A6 and #A6A3B6 with #B6A6A3 are triadic colors.

2 #A3A6B6 and #A6B6A3 with #B6A6A3 are triadic colors.