COLOR #B1B6BC

HEX: #B1B6BC RGB: (177,182,188)

Color info

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

RGB color model

#B1B6BC color RGB value is (177,182,188).

RGB: (177,182,188) (69%, 71%, 74%)

RGB channels and saturation

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

177
182
188

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

Portions of RGB colors in percentages

R + G + B = 177 + 182 + 188 = 547 (100%)
R 177 of 547 ~ 32.36%
G 182 of 547 ~ 33.27%
B 188 of 547 ~ 34.37'%

%32.36
%33.27
%34.37

CMYK color model

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

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

CMYK percentages

%5.85
%3.19
%0
%26.27

Codes

Color #B1B6BC in popluar color models

B1 B6 BC
RGB 177 182 188
HSL 213° 7.59% 71.57%
HSB/HSV 213° 5.85% 73.73%
CMYK 5.85% 3.19% 0.00%
26.27%

Color #B1B6BC in popluar number systems.

HEX B1 B6 BC
Decimal 177 182 188
Binary 10110001 10110110 10111100
Octal 261 266 274

Shades and tints

Shades of #B1B6BC

#B1B6BC
(177,182,188)
#A1A6AB
(161,166,171)
#91969A
(145,150,154)
#818689
(129,134,137)
#717678
(113,118,120)
#616667
(97,102,103)
#515656
(81,86,86)
#414645
(65,70,69)
#313634
(49,54,52)
#212623
(33,38,35)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #B1B6BC

#B1B6BC
(177,182,188)
#B8BCC2
(184,188,194)
#BFC2C8
(191,194,200)
#C6C8CE
(198,200,206)
#CDCED4
(205,206,212)
#D4D4DA
(212,212,218)
#DBDAE0
(219,218,224)
#E2E0E6
(226,224,230)
#E9E6EC
(233,230,236)
#F0ECF2
(240,236,242)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B6BC; }

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

This text font color is #B1B6BC.

Background Color

.myBgColor { background-color: #B1B6BC; }

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

This div background color is #B1B6BC.

Border color

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

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

This div border color is #B1B6BC.

Opacity

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

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

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

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

This text has shadow with #B1B6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B6BC.

Preview

Color preview on black background

This text has color #B1B6BC on black background.


Color preview on white background

This text has color #B1B6BC on white background.


Black color preview on #B1B6BC background

This text has black color on #B1B6BC background.


White color preview on #B1B6BC background

This text has white color on #B1B6BC background.


Related colors

Complementary color

Complementary color for #hex is #4E4943.


I love getcolorcode.com

Triadic colors

1 #BCB1B6 and #B6BCB1 with #B1B6BC are triadic colors.

2 #BCB6B1 and #B6B1BC with #B1B6BC are triadic colors.