COLOR #B6B6AA

HEX: #B6B6AA
RGB: (182,182,170)

Color info

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

RGB color model

#B6B6AA color RGB value is (182,182,170).

  • red value is 182;
  • green value is 182;
  • blue value is 170.
RGB:
(182,182,170)
(71%,71%,67%)

RGB channels and saturation

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

182
182
170

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

Portions of RGB colors in percentages

R + G + B =
182 + 182 + 170 = 534 (100%)
R 182 of 534 ~ 34.08%
G 182 of 534 ~ 34.08%
B 170 of 534 ~ 31.84%

%34.08
%34.08
%31.84

CMYK color model

#B6B6AA color CMYK value is (0,0,7,29).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(0,0,7,29)
C0M0Y7K29 
(0%,0%,7%,29%)
(0.00/0.00/0.07/0.29)	

CMYK percentages

%0
%0
%6.59
%28.63

Codes

Color #B6B6AA in popluar color models

B6B6AA
RGB182182170
HSL60°7.59%69.02%
HSB/HSV60°6.59%71.37%
CMYK0.00%0.00%6.59%
28.63%

Color #B6B6AA in popluar number systems.

HEXB6B6AA
Decimal182182170
Binary101101101011011010101010
Octal266266252

Shades and tints

Shades of #B6B6AA

#B6B6AA
(182,182,170)
#A6A69B
(166,166,155)
#96968C
(150,150,140)
#86867D
(134,134,125)
#76766E
(118,118,110)
#66665F
(102,102,95)
#565650
(86,86,80)
#464641
(70,70,65)
#363632
(54,54,50)
#262623
(38,38,35)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #B6B6AA

#B6B6AA
(182,182,170)
#BCBCB1
(188,188,177)
#C2C2B8
(194,194,184)
#C8C8BF
(200,200,191)
#CECEC6
(206,206,198)
#D4D4CD
(212,212,205)
#DADAD4
(218,218,212)
#E0E0DB
(224,224,219)
#E6E6E2
(230,230,226)
#ECECE9
(236,236,233)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B6AA; }

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

This text font color is #B6B6AA.


Background Color

.myBgColor { background-color: #B6B6AA; }

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

This div background color is #B6B6AA.


Border color

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

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

This div border color is #B6B6AA.


Opacity

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

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

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

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

This text has shadow with #B6B6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B6AA on black background.


Color preview on white background

This text has color #B6B6AA on white background.



Black color preview on #B6B6AA background

This text has black color on #B6B6AA background.


White color preview on #B6B6AA background

This text has white color on #B6B6AA background.