COLOR #B1B8B8

HEX: #B1B8B8 RGB: (177,184,184)

Color info

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

RGB color model

#B1B8B8 color RGB value is (177,184,184).

RGB: (177,184,184) (69%, 72%, 72%)

RGB channels and saturation

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

177
184
184

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

Portions of RGB colors in percentages

R + G + B = 177 + 184 + 184 = 545 (100%)
R 177 of 545 ~ 32.48%
G 184 of 545 ~ 33.76%
B 184 of 545 ~ 33.76'%

%32.48
%33.76
%33.76

CMYK color model

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

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (4,0,0,28)
C4M0Y0K28 (4%, 0%, 0%, 28%)
(0.04 / 0.00 / 0.00 / 0.28)

CMYK percentages

%3.8
%0
%0
%27.84

Codes

Color #B1B8B8 in popluar color models

B1 B8 B8
RGB 177 184 184
HSL 180° 4.70% 70.78%
HSB/HSV 180° 3.80% 72.16%
CMYK 3.80% 0.00% 0.00%
27.84%

Color #B1B8B8 in popluar number systems.

HEX B1 B8 B8
Decimal 177 184 184
Binary 10110001 10111000 10111000
Octal 261 270 270

Shades and tints

Shades of #B1B8B8

#B1B8B8
(177,184,184)
#A1A8A8
(161,168,168)
#919898
(145,152,152)
#818888
(129,136,136)
#717878
(113,120,120)
#616868
(97,104,104)
#515858
(81,88,88)
#414848
(65,72,72)
#313838
(49,56,56)
#212828
(33,40,40)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #B1B8B8

#B1B8B8
(177,184,184)
#B8BEBE
(184,190,190)
#BFC4C4
(191,196,196)
#C6CACA
(198,202,202)
#CDD0D0
(205,208,208)
#D4D6D6
(212,214,214)
#DBDCDC
(219,220,220)
#E2E2E2
(226,226,226)
#E9E8E8
(233,232,232)
#F0EEEE
(240,238,238)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B8B8; }

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

This text font color is #B1B8B8.

Background Color

.myBgColor { background-color: #B1B8B8; }

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

This div background color is #B1B8B8.

Border color

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

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

This div border color is #B1B8B8.

Opacity

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

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

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

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

This text has shadow with #B1B8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B8B8.

Preview

Color preview on black background

This text has color #B1B8B8 on black background.


Color preview on white background

This text has color #B1B8B8 on white background.


Black color preview on #B1B8B8 background

This text has black color on #B1B8B8 background.


White color preview on #B1B8B8 background

This text has white color on #B1B8B8 background.


Related colors

Complementary color

Complementary color for #hex is #4E4747.


I love getcolorcode.com