COLOR #B1B7B8

HEX: #B1B7B8
RGB: (177,183,184)

Color info

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

RGB color model

#B1B7B8 color RGB value is (177,183,184).

  • red value is 177;
  • green value is 183;
  • blue value is 184.
RGB:
(177,183,184)
(69%,72%,72%)

RGB channels and saturation

R 177 of 255 = 69%
G 183 of 255 = 72%
B 184 of 255 = 72%

177
183
184

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

Portions of RGB colors in percentages

R + G + B =
177 + 183 + 184 = 544 (100%)
R 177 of 544 ~ 32.54%
G 183 of 544 ~ 33.64%
B 184 of 544 ~ 33.82%

%32.54
%33.64
%33.82

CMYK color model

#B1B7B8 color CMYK value is (4,1,0,28).

  • cyan value is 3.80%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(4,1,0,28)
C4M1Y0K28 
(4%,1%,0%,28%)
(0.04/0.01/0.00/0.28)	

CMYK percentages

%3.8
%0.54
%0
%27.84

Codes

Color #B1B7B8 in popluar color models

B1B7B8
RGB177183184
HSL189°4.70%70.78%
HSB/HSV189°3.80%72.16%
CMYK3.80%0.54%0.00%
27.84%

Color #B1B7B8 in popluar number systems.

HEXB1B7B8
Decimal177183184
Binary101100011011011110111000
Octal261267270

Shades and tints

Shades of #B1B7B8

#B1B7B8
(177,183,184)
#A1A7A8
(161,167,168)
#919798
(145,151,152)
#818788
(129,135,136)
#717778
(113,119,120)
#616768
(97,103,104)
#515758
(81,87,88)
#414748
(65,71,72)
#313738
(49,55,56)
#212728
(33,39,40)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #B1B7B8

#B1B7B8
(177,183,184)
#B8BDBE
(184,189,190)
#BFC3C4
(191,195,196)
#C6C9CA
(198,201,202)
#CDCFD0
(205,207,208)
#D4D5D6
(212,213,214)
#DBDBDC
(219,219,220)
#E2E1E2
(226,225,226)
#E9E7E8
(233,231,232)
#F0EDEE
(240,237,238)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B7B8 color. Also use rgb(177,183,184) instead hex code.

Text Font Color

.myTextColor { color: #B1B7B8; }

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

This text font color is #B1B7B8.


Background Color

.myBgColor { background-color: #B1B7B8; }

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

This div background color is #B1B7B8.


Border color

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

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

This div border color is #B1B7B8.


Opacity

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

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

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

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

This text has shadow with #B1B7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B7B8 on black background.


Color preview on white background

This text has color #B1B7B8 on white background.



Black color preview on #B1B7B8 background

This text has black color on #B1B7B8 background.


White color preview on #B1B7B8 background

This text has white color on #B1B7B8 background.