COLOR #B6B2AA

HEX: #B6B2AA
RGB: (182,178,170)

Color info

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

RGB color model

#B6B2AA color RGB value is (182,178,170).

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

RGB channels and saturation

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

182
178
170

R + G + B ~ 69%. #B6B2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 178 + 170 = 530 (100%)
R 182 of 530 ~ 34.34%
G 178 of 530 ~ 33.58%
B 170 of 530 ~ 32.08%

%34.34
%33.58
%32.08

CMYK color model

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

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

CMYK percentages

%0
%2.2
%6.59
%28.63

Codes

Color #B6B2AA in popluar color models

B6B2AA
RGB182178170
HSL40°7.59%69.02%
HSB/HSV40°6.59%71.37%
CMYK0.00%2.20%6.59%
28.63%

Color #B6B2AA in popluar number systems.

HEXB6B2AA
Decimal182178170
Binary101101101011001010101010
Octal266262252

Shades and tints

Shades of #B6B2AA

#B6B2AA
(182,178,170)
#A6A29B
(166,162,155)
#96928C
(150,146,140)
#86827D
(134,130,125)
#76726E
(118,114,110)
#66625F
(102,98,95)
#565250
(86,82,80)
#464241
(70,66,65)
#363232
(54,50,50)
#262223
(38,34,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B6B2AA

#B6B2AA
(182,178,170)
#BCB9B1
(188,185,177)
#C2C0B8
(194,192,184)
#C8C7BF
(200,199,191)
#CECEC6
(206,206,198)
#D4D5CD
(212,213,205)
#DADCD4
(218,220,212)
#E0E3DB
(224,227,219)
#E6EAE2
(230,234,226)
#ECF1E9
(236,241,233)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B2AA; }

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

This text font color is #B6B2AA.


Background Color

.myBgColor { background-color: #B6B2AA; }

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

This div background color is #B6B2AA.


Border color

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

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

This div border color is #B6B2AA.


Opacity

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

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

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

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

This text has shadow with #B6B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B2AA on black background.


Color preview on white background

This text has color #B6B2AA on white background.



Black color preview on #B6B2AA background

This text has black color on #B6B2AA background.


White color preview on #B6B2AA background

This text has white color on #B6B2AA background.