COLOR #B6B1AF

HEX: #B6B1AF RGB: (182,177,175)

Color info

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

RGB color model

#B6B1AF color RGB value is (182,177,175).

RGB: (182,177,175) (71%, 69%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 175 of 255 = 69%

182
177
175

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

Portions of RGB colors in percentages

R + G + B = 182 + 177 + 175 = 534 (100%)
R 182 of 534 ~ 34.08%
G 177 of 534 ~ 33.15%
B 175 of 534 ~ 32.77'%

%34.08
%33.15
%32.77

CMYK color model

#B6B1AF color CMYK value is (0,3,4,29).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 3.85%
  • key color value is 28.63%

CMYK: (0,3,4,29)
C0M3Y4K29 (0%, 3%, 4%, 29%)
(0.00 / 0.03 / 0.04 / 0.29)

CMYK percentages

%0
%2.75
%3.85
%28.63

Codes

Color #B6B1AF in popluar color models

B6 B1 AF
RGB 182 177 175
HSL 17° 4.58% 70.00%
HSB/HSV 17° 3.85% 71.37%
CMYK 0.00% 2.75% 3.85%
28.63%

Color #B6B1AF in popluar number systems.

HEX B6 B1 AF
Decimal 182 177 175
Binary 10110110 10110001 10101111
Octal 266 261 257

Shades and tints

Shades of #B6B1AF

#B6B1AF
(182,177,175)
#A6A1A0
(166,161,160)
#969191
(150,145,145)
#868182
(134,129,130)
#767173
(118,113,115)
#666164
(102,97,100)
#565155
(86,81,85)
#464146
(70,65,70)
#363137
(54,49,55)
#262128
(38,33,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #B6B1AF

#B6B1AF
(182,177,175)
#BCB8B6
(188,184,182)
#C2BFBD
(194,191,189)
#C8C6C4
(200,198,196)
#CECDCB
(206,205,203)
#D4D4D2
(212,212,210)
#DADBD9
(218,219,217)
#E0E2E0
(224,226,224)
#E6E9E7
(230,233,231)
#ECF0EE
(236,240,238)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B1AF; }

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

This text font color is #B6B1AF.

Background Color

.myBgColor { background-color: #B6B1AF; }

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

This div background color is #B6B1AF.

Border color

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

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

This div border color is #B6B1AF.

Opacity

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

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

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

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

This text has shadow with #B6B1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B1AF.

Preview

Color preview on black background

This text has color #B6B1AF on black background.


Color preview on white background

This text has color #B6B1AF on white background.


Black color preview on #B6B1AF background

This text has black color on #B6B1AF background.


White color preview on #B6B1AF background

This text has white color on #B6B1AF background.


Related colors

Complementary color

Complementary color for #hex is #494E50.


I love getcolorcode.com

Triadic colors

1 #AFB6B1 and #B1AFB6 with #B6B1AF are triadic colors.

2 #AFB1B6 and #B1B6AF with #B6B1AF are triadic colors.