COLOR #B1B3B6

HEX: #B1B3B6
RGB: (177,179,182)

Color info

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

RGB color model

#B1B3B6 color RGB value is (177,179,182).

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

RGB channels and saturation

R 177 of 255 = 69%
G 179 of 255 = 70%
B 182 of 255 = 71%

177
179
182

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

Portions of RGB colors in percentages

R + G + B =
177 + 179 + 182 = 538 (100%)
R 177 of 538 ~ 32.9%
G 179 of 538 ~ 33.27%
B 182 of 538 ~ 33.83%

%32.9
%33.27
%33.83

CMYK color model

#B1B3B6 color CMYK value is (3,2,0,29).

  • cyan value is 2.75%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,2,0,29)
C3M2Y0K29 
(3%,2%,0%,29%)
(0.03/0.02/0.00/0.29)	

CMYK percentages

%2.75
%1.65
%0
%28.63

Codes

Color #B1B3B6 in popluar color models

B1B3B6
RGB177179182
HSL216°3.31%70.39%
HSB/HSV216°2.75%71.37%
CMYK2.75%1.65%0.00%
28.63%

Color #B1B3B6 in popluar number systems.

HEXB1B3B6
Decimal177179182
Binary101100011011001110110110
Octal261263266

Shades and tints

Shades of #B1B3B6

#B1B3B6
(177,179,182)
#A1A3A6
(161,163,166)
#919396
(145,147,150)
#818386
(129,131,134)
#717376
(113,115,118)
#616366
(97,99,102)
#515356
(81,83,86)
#414346
(65,67,70)
#313336
(49,51,54)
#212326
(33,35,38)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #B1B3B6

#B1B3B6
(177,179,182)
#B8B9BC
(184,185,188)
#BFBFC2
(191,191,194)
#C6C5C8
(198,197,200)
#CDCBCE
(205,203,206)
#D4D1D4
(212,209,212)
#DBD7DA
(219,215,218)
#E2DDE0
(226,221,224)
#E9E3E6
(233,227,230)
#F0E9EC
(240,233,236)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B3B6; }

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

This text font color is #B1B3B6.


Background Color

.myBgColor { background-color: #B1B3B6; }

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

This div background color is #B1B3B6.


Border color

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

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

This div border color is #B1B3B6.


Opacity

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

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

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

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

This text has shadow with #B1B3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B3B6 on black background.


Color preview on white background

This text has color #B1B3B6 on white background.



Black color preview on #B1B3B6 background

This text has black color on #B1B3B6 background.


White color preview on #B1B3B6 background

This text has white color on #B1B3B6 background.