COLOR #B1B5BB

HEX: #B1B5BB
RGB: (177,181,187)

Color info

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

RGB color model

#B1B5BB color RGB value is (177,181,187).

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

RGB channels and saturation

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

177
181
187

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

Portions of RGB colors in percentages

R + G + B =
177 + 181 + 187 = 545 (100%)
R 177 of 545 ~ 32.48%
G 181 of 545 ~ 33.21%
B 187 of 545 ~ 34.31%

%32.48
%33.21
%34.31

CMYK color model

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

  • cyan value is 5.35%
  • magenta value is 3.21%
  • 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
%3.21
%0
%26.67

Codes

Color #B1B5BB in popluar color models

B1B5BB
RGB177181187
HSL216°6.85%71.37%
HSB/HSV216°5.35%73.33%
CMYK5.35%3.21%0.00%
26.67%

Color #B1B5BB in popluar number systems.

HEXB1B5BB
Decimal177181187
Binary101100011011010110111011
Octal261265273

Shades and tints

Shades of #B1B5BB

#B1B5BB
(177,181,187)
#A1A5AA
(161,165,170)
#919599
(145,149,153)
#818588
(129,133,136)
#717577
(113,117,119)
#616566
(97,101,102)
#515555
(81,85,85)
#414544
(65,69,68)
#313533
(49,53,51)
#212522
(33,37,34)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #B1B5BB

#B1B5BB
(177,181,187)
#B8BBC1
(184,187,193)
#BFC1C7
(191,193,199)
#C6C7CD
(198,199,205)
#CDCDD3
(205,205,211)
#D4D3D9
(212,211,217)
#DBD9DF
(219,217,223)
#E2DFE5
(226,223,229)
#E9E5EB
(233,229,235)
#F0EBF1
(240,235,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B5BB; }

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

This text font color is #B1B5BB.


Background Color

.myBgColor { background-color: #B1B5BB; }

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

This div background color is #B1B5BB.


Border color

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

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

This div border color is #B1B5BB.


Opacity

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

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

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

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

This text has shadow with #B1B5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B5BB on black background.


Color preview on white background

This text has color #B1B5BB on white background.



Black color preview on #B1B5BB background

This text has black color on #B1B5BB background.


White color preview on #B1B5BB background

This text has white color on #B1B5BB background.