COLOR #B6B1A7

HEX: #B6B1A7 RGB: (182,177,167)

Color info

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

RGB color model

#B6B1A7 color RGB value is (182,177,167).

RGB: (182,177,167) (71%, 69%, 65%)

RGB channels and saturation

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

182
177
167

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

Portions of RGB colors in percentages

R + G + B = 182 + 177 + 167 = 526 (100%)
R 182 of 526 ~ 34.6%
G 177 of 526 ~ 33.65%
B 167 of 526 ~ 31.75'%

%34.6
%33.65
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.75%
  • 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
%2.75
%8.24
%28.63

Codes

Color #B6B1A7 in popluar color models

B6 B1 A7
RGB 182 177 167
HSL 40° 9.32% 68.43%
HSB/HSV 40° 8.24% 71.37%
CMYK 0.00% 2.75% 8.24%
28.63%

Color #B6B1A7 in popluar number systems.

HEX B6 B1 A7
Decimal 182 177 167
Binary 10110110 10110001 10100111
Octal 266 261 247

Shades and tints

Shades of #B6B1A7

#B6B1A7
(182,177,167)
#A6A198
(166,161,152)
#969189
(150,145,137)
#86817A
(134,129,122)
#76716B
(118,113,107)
#66615C
(102,97,92)
#56514D
(86,81,77)
#46413E
(70,65,62)
#36312F
(54,49,47)
#262120
(38,33,32)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #B6B1A7

#B6B1A7
(182,177,167)
#BCB8AF
(188,184,175)
#C2BFB7
(194,191,183)
#C8C6BF
(200,198,191)
#CECDC7
(206,205,199)
#D4D4CF
(212,212,207)
#DADBD7
(218,219,215)
#E0E2DF
(224,226,223)
#E6E9E7
(230,233,231)
#ECF0EF
(236,240,239)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B1A7; }

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

This text font color is #B6B1A7.

Background Color

.myBgColor { background-color: #B6B1A7; }

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

This div background color is #B6B1A7.

Border color

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

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

This div border color is #B6B1A7.

Opacity

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

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

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

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

This text has shadow with #B6B1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B1A7.

Preview

Color preview on black background

This text has color #B6B1A7 on black background.


Color preview on white background

This text has color #B6B1A7 on white background.


Black color preview on #B6B1A7 background

This text has black color on #B6B1A7 background.


White color preview on #B6B1A7 background

This text has white color on #B6B1A7 background.


Related colors

Complementary color

Complementary color for #hex is #494E58.


I love getcolorcode.com

Triadic colors

1 #A7B6B1 and #B1A7B6 with #B6B1A7 are triadic colors.

2 #A7B1B6 and #B1B6A7 with #B6B1A7 are triadic colors.