COLOR #B6B0AF

HEX: #B6B0AF RGB: (182,176,175)

Color info

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

RGB color model

#B6B0AF color RGB value is (182,176,175).

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

RGB channels and saturation

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

182
176
175

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

Portions of RGB colors in percentages

R + G + B = 182 + 176 + 175 = 533 (100%)
R 182 of 533 ~ 34.15%
G 176 of 533 ~ 33.02%
B 175 of 533 ~ 32.83'%

%34.15
%33.02
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.30%
  • 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
%3.3
%3.85
%28.63

Codes

Color #B6B0AF in popluar color models

B6 B0 AF
RGB 182 176 175
HSL 4.58% 70.00%
HSB/HSV 3.85% 71.37%
CMYK 0.00% 3.30% 3.85%
28.63%

Color #B6B0AF in popluar number systems.

HEX B6 B0 AF
Decimal 182 176 175
Binary 10110110 10110000 10101111
Octal 266 260 257

Shades and tints

Shades of #B6B0AF

#B6B0AF
(182,176,175)
#A6A0A0
(166,160,160)
#969091
(150,144,145)
#868082
(134,128,130)
#767073
(118,112,115)
#666064
(102,96,100)
#565055
(86,80,85)
#464046
(70,64,70)
#363037
(54,48,55)
#262028
(38,32,40)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #B6B0AF

#B6B0AF
(182,176,175)
#BCB7B6
(188,183,182)
#C2BEBD
(194,190,189)
#C8C5C4
(200,197,196)
#CECCCB
(206,204,203)
#D4D3D2
(212,211,210)
#DADAD9
(218,218,217)
#E0E1E0
(224,225,224)
#E6E8E7
(230,232,231)
#ECEFEE
(236,239,238)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B0AF; }

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

This text font color is #B6B0AF.

Background Color

.myBgColor { background-color: #B6B0AF; }

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

This div background color is #B6B0AF.

Border color

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

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

This div border color is #B6B0AF.

Opacity

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

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

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

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

This text has shadow with #B6B0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B0AF.

Preview

Color preview on black background

This text has color #B6B0AF on black background.


Color preview on white background

This text has color #B6B0AF on white background.


Black color preview on #B6B0AF background

This text has black color on #B6B0AF background.


White color preview on #B6B0AF background

This text has white color on #B6B0AF background.


Related colors

Complementary color

Complementary color for #hex is #494F50.


I love getcolorcode.com

Triadic colors

1 #AFB6B0 and #B0AFB6 with #B6B0AF are triadic colors.

2 #AFB0B6 and #B0B6AF with #B6B0AF are triadic colors.