COLOR #B1B6BB

HEX: #B1B6BB
RGB: (177,182,187)

Color info

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

RGB color model

#B1B6BB color RGB value is (177,182,187).

  • red value is 177;
  • green value is 182;
  • blue value is 187.
RGB:
(177,182,187)
(69%,71%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 182 of 255 = 71%
B 187 of 255 = 73%

177
182
187

R + G + B ~ 71%. #B1B6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 182 + 187 = 546 (100%)
R 177 of 546 ~ 32.42%
G 182 of 546 ~ 33.33%
B 187 of 546 ~ 34.25%

%32.42
%33.33
%34.25

CMYK color model

#B1B6BB color CMYK value is (5,3,0,27).

  • cyan value is 5.35%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,3,0,27)
C5M3Y0K27 
(5%,3%,0%,27%)
(0.05/0.03/0.00/0.27)	

CMYK percentages

%5.35
%2.67
%0
%26.67

Codes

Color #B1B6BB in popluar color models

B1B6BB
RGB177182187
HSL210°6.85%71.37%
HSB/HSV210°5.35%73.33%
CMYK5.35%2.67%0.00%
26.67%

Color #B1B6BB in popluar number systems.

HEXB1B6BB
Decimal177182187
Binary101100011011011010111011
Octal261266273

Shades and tints

Shades of #B1B6BB

#B1B6BB
(177,182,187)
#A1A6AA
(161,166,170)
#919699
(145,150,153)
#818688
(129,134,136)
#717677
(113,118,119)
#616666
(97,102,102)
#515655
(81,86,85)
#414644
(65,70,68)
#313633
(49,54,51)
#212622
(33,38,34)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #B1B6BB

#B1B6BB
(177,182,187)
#B8BCC1
(184,188,193)
#BFC2C7
(191,194,199)
#C6C8CD
(198,200,205)
#CDCED3
(205,206,211)
#D4D4D9
(212,212,217)
#DBDADF
(219,218,223)
#E2E0E5
(226,224,229)
#E9E6EB
(233,230,235)
#F0ECF1
(240,236,241)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B6BB; }

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

This text font color is #B1B6BB.


Background Color

.myBgColor { background-color: #B1B6BB; }

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

This div background color is #B1B6BB.


Border color

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

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

This div border color is #B1B6BB.


Opacity

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

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

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

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

This text has shadow with #B1B6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B6BB on black background.


Color preview on white background

This text has color #B1B6BB on white background.



Black color preview on #B1B6BB background

This text has black color on #B1B6BB background.


White color preview on #B1B6BB background

This text has white color on #B1B6BB background.