COLOR #B1BCB7

HEX: #B1BCB7
RGB: (177,188,183)

Color info

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

RGB color model

#B1BCB7 color RGB value is (177,188,183).

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

RGB channels and saturation

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

177
188
183

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

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 183 = 548 (100%)
R 177 of 548 ~ 32.3%
G 188 of 548 ~ 34.31%
B 183 of 548 ~ 33.39%

%32.3
%34.31
%33.39

CMYK color model

#B1BCB7 color CMYK value is (6,0,3,26).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK:
(6,0,3,26)
C6M0Y3K26 
(6%,0%,3%,26%)
(0.06/0.00/0.03/0.26)	

CMYK percentages

%5.85
%0
%2.66
%26.27

Codes

Color #B1BCB7 in popluar color models

B1BCB7
RGB177188183
HSL153°7.59%71.57%
HSB/HSV153°5.85%73.73%
CMYK5.85%0.00%2.66%
26.27%

Color #B1BCB7 in popluar number systems.

HEXB1BCB7
Decimal177188183
Binary101100011011110010110111
Octal261274267

Shades and tints

Shades of #B1BCB7

#B1BCB7
(177,188,183)
#A1ABA7
(161,171,167)
#919A97
(145,154,151)
#818987
(129,137,135)
#717877
(113,120,119)
#616767
(97,103,103)
#515657
(81,86,87)
#414547
(65,69,71)
#313437
(49,52,55)
#212327
(33,35,39)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #B1BCB7

#B1BCB7
(177,188,183)
#B8C2BD
(184,194,189)
#BFC8C3
(191,200,195)
#C6CEC9
(198,206,201)
#CDD4CF
(205,212,207)
#D4DAD5
(212,218,213)
#DBE0DB
(219,224,219)
#E2E6E1
(226,230,225)
#E9ECE7
(233,236,231)
#F0F2ED
(240,242,237)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BCB7; }

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

This text font color is #B1BCB7.


Background Color

.myBgColor { background-color: #B1BCB7; }

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

This div background color is #B1BCB7.


Border color

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

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

This div border color is #B1BCB7.


Opacity

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

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

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

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

This text has shadow with #B1BCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BCB7 on black background.


Color preview on white background

This text has color #B1BCB7 on white background.



Black color preview on #B1BCB7 background

This text has black color on #B1BCB7 background.


White color preview on #B1BCB7 background

This text has white color on #B1BCB7 background.