COLOR #B1BCBF

HEX: #B1BCBF
RGB: (177,188,191)

Color info

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

RGB color model

#B1BCBF color RGB value is (177,188,191).

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

RGB channels and saturation

R 177 of 255 = 69%
G 188 of 255 = 74%
B 191 of 255 = 75%

177
188
191

R + G + B ~ 73%. #B1BCBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 191 = 556 (100%)
R 177 of 556 ~ 31.83%
G 188 of 556 ~ 33.81%
B 191 of 556 ~ 34.35%

%31.83
%33.81
%34.35

CMYK color model

#B1BCBF color CMYK value is (7,2,0,25).

  • cyan value is 7.33%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,2,0,25)
C7M2Y0K25 
(7%,2%,0%,25%)
(0.07/0.02/0.00/0.25)	

CMYK percentages

%7.33
%1.57
%0
%25.1

Codes

Color #B1BCBF in popluar color models

B1BCBF
RGB177188191
HSL193°9.86%72.16%
HSB/HSV193°7.33%74.90%
CMYK7.33%1.57%0.00%
25.10%

Color #B1BCBF in popluar number systems.

HEXB1BCBF
Decimal177188191
Binary101100011011110010111111
Octal261274277

Shades and tints

Shades of #B1BCBF

#B1BCBF
(177,188,191)
#A1ABAE
(161,171,174)
#919A9D
(145,154,157)
#81898C
(129,137,140)
#71787B
(113,120,123)
#61676A
(97,103,106)
#515659
(81,86,89)
#414548
(65,69,72)
#313437
(49,52,55)
#212326
(33,35,38)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #B1BCBF

#B1BCBF
(177,188,191)
#B8C2C4
(184,194,196)
#BFC8C9
(191,200,201)
#C6CECE
(198,206,206)
#CDD4D3
(205,212,211)
#D4DAD8
(212,218,216)
#DBE0DD
(219,224,221)
#E2E6E2
(226,230,226)
#E9ECE7
(233,236,231)
#F0F2EC
(240,242,236)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BCBF; }

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

This text font color is #B1BCBF.


Background Color

.myBgColor { background-color: #B1BCBF; }

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

This div background color is #B1BCBF.


Border color

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

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

This div border color is #B1BCBF.


Opacity

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

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

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

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

This text has shadow with #B1BCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BCBF on black background.


Color preview on white background

This text has color #B1BCBF on white background.



Black color preview on #B1BCBF background

This text has black color on #B1BCBF background.


White color preview on #B1BCBF background

This text has white color on #B1BCBF background.