COLOR #B6B0A7

HEX: #B6B0A7
RGB: (182,176,167)

Color info

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

RGB color model

#B6B0A7 color RGB value is (182,176,167).

  • red value is 182;
  • green value is 176;
  • blue value is 167.
RGB:
(182,176,167)
(71%,69%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 176 of 255 = 69%
B 167 of 255 = 65%

182
176
167

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

Portions of RGB colors in percentages

R + G + B =
182 + 176 + 167 = 525 (100%)
R 182 of 525 ~ 34.67%
G 176 of 525 ~ 33.52%
B 167 of 525 ~ 31.81%

%34.67
%33.52
%31.81

CMYK color model

#B6B0A7 color CMYK value is (0,3,8,29).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 8.24%
  • key color value is 28.63%
CMYK:
(0,3,8,29)
C0M3Y8K29 
(0%,3%,8%,29%)
(0.00/0.03/0.08/0.29)	

CMYK percentages

%0
%3.3
%8.24
%28.63

Codes

Color #B6B0A7 in popluar color models

B6B0A7
RGB182176167
HSL36°9.32%68.43%
HSB/HSV36°8.24%71.37%
CMYK0.00%3.30%8.24%
28.63%

Color #B6B0A7 in popluar number systems.

HEXB6B0A7
Decimal182176167
Binary101101101011000010100111
Octal266260247

Shades and tints

Shades of #B6B0A7

#B6B0A7
(182,176,167)
#A6A098
(166,160,152)
#969089
(150,144,137)
#86807A
(134,128,122)
#76706B
(118,112,107)
#66605C
(102,96,92)
#56504D
(86,80,77)
#46403E
(70,64,62)
#36302F
(54,48,47)
#262020
(38,32,32)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #B6B0A7

#B6B0A7
(182,176,167)
#BCB7AF
(188,183,175)
#C2BEB7
(194,190,183)
#C8C5BF
(200,197,191)
#CECCC7
(206,204,199)
#D4D3CF
(212,211,207)
#DADAD7
(218,218,215)
#E0E1DF
(224,225,223)
#E6E8E7
(230,232,231)
#ECEFEF
(236,239,239)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B0A7; }

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

This text font color is #B6B0A7.


Background Color

.myBgColor { background-color: #B6B0A7; }

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

This div background color is #B6B0A7.


Border color

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

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

This div border color is #B6B0A7.


Opacity

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

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

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

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

This text has shadow with #B6B0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B0A7 on black background.


Color preview on white background

This text has color #B6B0A7 on white background.



Black color preview on #B6B0A7 background

This text has black color on #B6B0A7 background.


White color preview on #B6B0A7 background

This text has white color on #B6B0A7 background.