COLOR #B6B9AA

HEX: #B6B9AA RGB: (182,185,170)

Color info

#B6B9AA contains red, green and blue colors in about the same proportion. Web safe color of #B6B9AA is #CCCC99 (or #CC9).

RGB color model

#B6B9AA color RGB value is (182,185,170).

RGB: (182,185,170) (71%, 73%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 185 of 255 = 73%
B 170 of 255 = 67%

182
185
170

R + G + B ~ 70%. #B6B9AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 185 + 170 = 537 (100%)
R 182 of 537 ~ 33.89%
G 185 of 537 ~ 34.45%
B 170 of 537 ~ 31.66'%

%33.89
%34.45
%31.66

CMYK color model

#B6B9AA color CMYK value is (2,0,8,27).

  • cyan value is 1.62%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 27.45%

CMYK: (2,0,8,27)
C2M0Y8K27 (2%, 0%, 8%, 27%)
(0.02 / 0.00 / 0.08 / 0.27)

CMYK percentages

%1.62
%0
%8.11
%27.45

Codes

Color #B6B9AA in popluar color models

B6 B9 AA
RGB 182 185 170
HSL 72° 9.68% 69.61%
HSB/HSV 72° 8.11% 72.55%
CMYK 1.62% 0.00% 8.11%
27.45%

Color #B6B9AA in popluar number systems.

HEX B6 B9 AA
Decimal 182 185 170
Binary 10110110 10111001 10101010
Octal 266 271 252

Shades and tints

Shades of #B6B9AA

#B6B9AA
(182,185,170)
#A6A99B
(166,169,155)
#96998C
(150,153,140)
#86897D
(134,137,125)
#76796E
(118,121,110)
#66695F
(102,105,95)
#565950
(86,89,80)
#464941
(70,73,65)
#363932
(54,57,50)
#262923
(38,41,35)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6B9AA

#B6B9AA
(182,185,170)
#BCBFB1
(188,191,177)
#C2C5B8
(194,197,184)
#C8CBBF
(200,203,191)
#CED1C6
(206,209,198)
#D4D7CD
(212,215,205)
#DADDD4
(218,221,212)
#E0E3DB
(224,227,219)
#E6E9E2
(230,233,226)
#ECEFE9
(236,239,233)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B9AA; }

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

This text font color is #B6B9AA.

Background Color

.myBgColor { background-color: #B6B9AA; }

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

This div background color is #B6B9AA.

Border color

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

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

This div border color is #B6B9AA.

Opacity

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

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

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

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

This text has shadow with #B6B9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B9AA.

Preview

Color preview on black background

This text has color #B6B9AA on black background.


Color preview on white background

This text has color #B6B9AA on white background.


Black color preview on #B6B9AA background

This text has black color on #B6B9AA background.


White color preview on #B6B9AA background

This text has white color on #B6B9AA background.


Related colors

Complementary color

Complementary color for #hex is #494655.


I love getcolorcode.com

Triadic colors

1 #AAB6B9 and #B9AAB6 with #B6B9AA are triadic colors.

2 #AAB9B6 and #B9B6AA with #B6B9AA are triadic colors.