COLOR #B1BCB8

HEX: #B1BCB8
RGB: (177,188,184)

Color info

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

RGB color model

#B1BCB8 color RGB value is (177,188,184).

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

RGB channels and saturation

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

177
188
184

R + G + B ~ 72%. #B1BCB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 184 = 549 (100%)
R 177 of 549 ~ 32.24%
G 188 of 549 ~ 34.24%
B 184 of 549 ~ 33.52%

%32.24
%34.24
%33.52

CMYK color model

#B1BCB8 color CMYK value is (6,0,2,26).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(6,0,2,26)
C6M0Y2K26 
(6%,0%,2%,26%)
(0.06/0.00/0.02/0.26)	

CMYK percentages

%5.85
%0
%2.13
%26.27

Codes

Color #B1BCB8 in popluar color models

B1BCB8
RGB177188184
HSL158°7.59%71.57%
HSB/HSV158°5.85%73.73%
CMYK5.85%0.00%2.13%
26.27%

Color #B1BCB8 in popluar number systems.

HEXB1BCB8
Decimal177188184
Binary101100011011110010111000
Octal261274270

Shades and tints

Shades of #B1BCB8

#B1BCB8
(177,188,184)
#A1ABA8
(161,171,168)
#919A98
(145,154,152)
#818988
(129,137,136)
#717878
(113,120,120)
#616768
(97,103,104)
#515658
(81,86,88)
#414548
(65,69,72)
#313438
(49,52,56)
#212328
(33,35,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #B1BCB8

#B1BCB8
(177,188,184)
#B8C2BE
(184,194,190)
#BFC8C4
(191,200,196)
#C6CECA
(198,206,202)
#CDD4D0
(205,212,208)
#D4DAD6
(212,218,214)
#DBE0DC
(219,224,220)
#E2E6E2
(226,230,226)
#E9ECE8
(233,236,232)
#F0F2EE
(240,242,238)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BCB8; }

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

This text font color is #B1BCB8.


Background Color

.myBgColor { background-color: #B1BCB8; }

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

This div background color is #B1BCB8.


Border color

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

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

This div border color is #B1BCB8.


Opacity

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

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

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

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

This text has shadow with #B1BCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BCB8 on black background.


Color preview on white background

This text has color #B1BCB8 on white background.



Black color preview on #B1BCB8 background

This text has black color on #B1BCB8 background.


White color preview on #B1BCB8 background

This text has white color on #B1BCB8 background.