COLOR #B6A6AD

HEX: #B6A6AD RGB: (182,166,173)

Color info

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

RGB color model

#B6A6AD color RGB value is (182,166,173).

RGB: (182,166,173) (71%, 65%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 173 of 255 = 68%

182
166
173

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

Portions of RGB colors in percentages

R + G + B = 182 + 166 + 173 = 521 (100%)
R 182 of 521 ~ 34.93%
G 166 of 521 ~ 31.86%
B 173 of 521 ~ 33.21'%

%34.93
%31.86
%33.21

CMYK color model

#B6A6AD color CMYK value is (0,9,5,29).

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

CMYK: (0,9,5,29)
C0M9Y5K29 (0%, 9%, 5%, 29%)
(0.00 / 0.09 / 0.05 / 0.29)

CMYK percentages

%0
%8.79
%4.95
%28.63

Codes

Color #B6A6AD in popluar color models

B6 A6 AD
RGB 182 166 173
HSL 334° 9.88% 68.24%
HSB/HSV 334° 8.79% 71.37%
CMYK 0.00% 8.79% 4.95%
28.63%

Color #B6A6AD in popluar number systems.

HEX B6 A6 AD
Decimal 182 166 173
Binary 10110110 10100110 10101101
Octal 266 246 255

Shades and tints

Shades of #B6A6AD

#B6A6AD
(182,166,173)
#A6979E
(166,151,158)
#96888F
(150,136,143)
#867980
(134,121,128)
#766A71
(118,106,113)
#665B62
(102,91,98)
#564C53
(86,76,83)
#463D44
(70,61,68)
#362E35
(54,46,53)
#261F26
(38,31,38)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #B6A6AD

#B6A6AD
(182,166,173)
#BCAEB4
(188,174,180)
#C2B6BB
(194,182,187)
#C8BEC2
(200,190,194)
#CEC6C9
(206,198,201)
#D4CED0
(212,206,208)
#DAD6D7
(218,214,215)
#E0DEDE
(224,222,222)
#E6E6E5
(230,230,229)
#ECEEEC
(236,238,236)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A6AD; }

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

This text font color is #B6A6AD.

Background Color

.myBgColor { background-color: #B6A6AD; }

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

This div background color is #B6A6AD.

Border color

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

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

This div border color is #B6A6AD.

Opacity

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

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

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

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

This text has shadow with #B6A6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A6AD.

Preview

Color preview on black background

This text has color #B6A6AD on black background.


Color preview on white background

This text has color #B6A6AD on white background.


Black color preview on #B6A6AD background

This text has black color on #B6A6AD background.


White color preview on #B6A6AD background

This text has white color on #B6A6AD background.


Related colors

Complementary color

Complementary color for #hex is #495952.


I love getcolorcode.com

Triadic colors

1 #ADB6A6 and #A6ADB6 with #B6A6AD are triadic colors.

2 #ADA6B6 and #A6B6AD with #B6A6AD are triadic colors.