COLOR #B1BCB5

HEX: #B1BCB5
RGB: (177,188,181)

Color info

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

RGB color model

#B1BCB5 color RGB value is (177,188,181).

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

RGB channels and saturation

R 177 of 255 = 69%
G 188 of 255 = 74%
B 181 of 255 = 71%

177
188
181

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

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 181 = 546 (100%)
R 177 of 546 ~ 32.42%
G 188 of 546 ~ 34.43%
B 181 of 546 ~ 33.15%

%32.42
%34.43
%33.15

CMYK color model

#B1BCB5 color CMYK value is (6,0,4,26).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK:
(6,0,4,26)
C6M0Y4K26 
(6%,0%,4%,26%)
(0.06/0.00/0.04/0.26)	

CMYK percentages

%5.85
%0
%3.72
%26.27

Codes

Color #B1BCB5 in popluar color models

B1BCB5
RGB177188181
HSL142°7.59%71.57%
HSB/HSV142°5.85%73.73%
CMYK5.85%0.00%3.72%
26.27%

Color #B1BCB5 in popluar number systems.

HEXB1BCB5
Decimal177188181
Binary101100011011110010110101
Octal261274265

Shades and tints

Shades of #B1BCB5

#B1BCB5
(177,188,181)
#A1ABA5
(161,171,165)
#919A95
(145,154,149)
#818985
(129,137,133)
#717875
(113,120,117)
#616765
(97,103,101)
#515655
(81,86,85)
#414545
(65,69,69)
#313435
(49,52,53)
#212325
(33,35,37)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #B1BCB5

#B1BCB5
(177,188,181)
#B8C2BB
(184,194,187)
#BFC8C1
(191,200,193)
#C6CEC7
(198,206,199)
#CDD4CD
(205,212,205)
#D4DAD3
(212,218,211)
#DBE0D9
(219,224,217)
#E2E6DF
(226,230,223)
#E9ECE5
(233,236,229)
#F0F2EB
(240,242,235)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BCB5; }

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

This text font color is #B1BCB5.


Background Color

.myBgColor { background-color: #B1BCB5; }

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

This div background color is #B1BCB5.


Border color

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

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

This div border color is #B1BCB5.


Opacity

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

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

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

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

This text has shadow with #B1BCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BCB5 on black background.


Color preview on white background

This text has color #B1BCB5 on white background.



Black color preview on #B1BCB5 background

This text has black color on #B1BCB5 background.


White color preview on #B1BCB5 background

This text has white color on #B1BCB5 background.