COLOR #B1BCBD

HEX: #B1BCBD
RGB: (177,188,189)

Color info

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

RGB color model

#B1BCBD color RGB value is (177,188,189).

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

RGB channels and saturation

R 177 of 255 = 69%
G 188 of 255 = 74%
B 189 of 255 = 74%

177
188
189

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

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 189 = 554 (100%)
R 177 of 554 ~ 31.95%
G 188 of 554 ~ 33.94%
B 189 of 554 ~ 34.12%

%31.95
%33.94
%34.12

CMYK color model

#B1BCBD color CMYK value is (6,1,0,26).

  • cyan value is 6.35%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(6,1,0,26)
C6M1Y0K26 
(6%,1%,0%,26%)
(0.06/0.01/0.00/0.26)	

CMYK percentages

%6.35
%0.53
%0
%25.88

Codes

Color #B1BCBD in popluar color models

B1BCBD
RGB177188189
HSL185°8.33%71.76%
HSB/HSV185°6.35%74.12%
CMYK6.35%0.53%0.00%
25.88%

Color #B1BCBD in popluar number systems.

HEXB1BCBD
Decimal177188189
Binary101100011011110010111101
Octal261274275

Shades and tints

Shades of #B1BCBD

#B1BCBD
(177,188,189)
#A1ABAC
(161,171,172)
#919A9B
(145,154,155)
#81898A
(129,137,138)
#717879
(113,120,121)
#616768
(97,103,104)
#515657
(81,86,87)
#414546
(65,69,70)
#313435
(49,52,53)
#212324
(33,35,36)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #B1BCBD

#B1BCBD
(177,188,189)
#B8C2C3
(184,194,195)
#BFC8C9
(191,200,201)
#C6CECF
(198,206,207)
#CDD4D5
(205,212,213)
#D4DADB
(212,218,219)
#DBE0E1
(219,224,225)
#E2E6E7
(226,230,231)
#E9ECED
(233,236,237)
#F0F2F3
(240,242,243)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BCBD; }

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

This text font color is #B1BCBD.


Background Color

.myBgColor { background-color: #B1BCBD; }

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

This div background color is #B1BCBD.


Border color

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

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

This div border color is #B1BCBD.


Opacity

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

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

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

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

This text has shadow with #B1BCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BCBD on black background.


Color preview on white background

This text has color #B1BCBD on white background.



Black color preview on #B1BCBD background

This text has black color on #B1BCBD background.


White color preview on #B1BCBD background

This text has white color on #B1BCBD background.