COLOR #B1B3B5

HEX: #B1B3B5
RGB: (177,179,181)

Color info

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

RGB color model

#B1B3B5 color RGB value is (177,179,181).

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

RGB channels and saturation

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

177
179
181

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

Portions of RGB colors in percentages

R + G + B =
177 + 179 + 181 = 537 (100%)
R 177 of 537 ~ 32.96%
G 179 of 537 ~ 33.33%
B 181 of 537 ~ 33.71%

%32.96
%33.33
%33.71

CMYK color model

#B1B3B5 color CMYK value is (2,1,0,29).

  • cyan value is 2.21%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(2,1,0,29)
C2M1Y0K29 
(2%,1%,0%,29%)
(0.02/0.01/0.00/0.29)	

CMYK percentages

%2.21
%1.1
%0
%29.02

Codes

Color #B1B3B5 in popluar color models

B1B3B5
RGB177179181
HSL210°2.63%70.20%
HSB/HSV210°2.21%70.98%
CMYK2.21%1.10%0.00%
29.02%

Color #B1B3B5 in popluar number systems.

HEXB1B3B5
Decimal177179181
Binary101100011011001110110101
Octal261263265

Shades and tints

Shades of #B1B3B5

#B1B3B5
(177,179,181)
#A1A3A5
(161,163,165)
#919395
(145,147,149)
#818385
(129,131,133)
#717375
(113,115,117)
#616365
(97,99,101)
#515355
(81,83,85)
#414345
(65,67,69)
#313335
(49,51,53)
#212325
(33,35,37)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #B1B3B5

#B1B3B5
(177,179,181)
#B8B9BB
(184,185,187)
#BFBFC1
(191,191,193)
#C6C5C7
(198,197,199)
#CDCBCD
(205,203,205)
#D4D1D3
(212,209,211)
#DBD7D9
(219,215,217)
#E2DDDF
(226,221,223)
#E9E3E5
(233,227,229)
#F0E9EB
(240,233,235)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B3B5; }

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

This text font color is #B1B3B5.


Background Color

.myBgColor { background-color: #B1B3B5; }

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

This div background color is #B1B3B5.


Border color

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

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

This div border color is #B1B3B5.


Opacity

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

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

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

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

This text has shadow with #B1B3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B3B5 on black background.


Color preview on white background

This text has color #B1B3B5 on white background.



Black color preview on #B1B3B5 background

This text has black color on #B1B3B5 background.


White color preview on #B1B3B5 background

This text has white color on #B1B3B5 background.