COLOR #B1B6AF

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

Color info

#B1B6AF contains red, green and blue colors in about the same proportion. Web safe color of #B1B6AF is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

177
182
175

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

Portions of RGB colors in percentages

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

%33.15
%34.08
%32.77

CMYK color model

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

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 28.63%
CMYK: (3,0,4,29) C3M0Y4K29 (3%,0%,4%,29%) (0.03/0.00/0.04/0.29) 

CMYK percentages

%2.75
%0
%3.85
%28.63

Codes

Color #B1B6AF in popluar color models

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

Color #B1B6AF in popluar number systems.

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

Shades and tints

Shades of #B1B6AF

#B1B6AF
(177,182,175)
#A1A6A0
(161,166,160)
#919691
(145,150,145)
#818682
(129,134,130)
#717673
(113,118,115)
#616664
(97,102,100)
#515655
(81,86,85)
#414646
(65,70,70)
#313637
(49,54,55)
#212628
(33,38,40)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #B1B6AF

#B1B6AF
(177,182,175)
#B8BCB6
(184,188,182)
#BFC2BD
(191,194,189)
#C6C8C4
(198,200,196)
#CDCECB
(205,206,203)
#D4D4D2
(212,212,210)
#DBDAD9
(219,218,217)
#E2E0E0
(226,224,224)
#E9E6E7
(233,230,231)
#F0ECEE
(240,236,238)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B6AF; }

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

This text font color is #B1B6AF.

Background Color

.myBgColor { background-color: #B1B6AF; }

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

This div background color is #B1B6AF.

Border color

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

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

This div border color is #B1B6AF.

Opacity

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

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

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

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

This text has shadow with #B1B6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B6AF.

Preview

Color preview on black background

This text has color #B1B6AF on black background.


Color preview on white background

This text has color #B1B6AF on white background.


Black color preview on #B1B6AF background

This text has black color on #B1B6AF background.


White color preview on #B1B6AF background

This text has white color on #B1B6AF background.


Related colors

Complementary color

Complementary color for #hex is #4E4950.


I love getcolorcode.com

Triadic colors

1 #AFB1B6 and #B6AFB1 with #B1B6AF are triadic colors.

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