COLOR #B1B7BC

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

Color info

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

RGB color model

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

RGB: (177,183,188) (69%, 72%, 74%)

RGB channels and saturation

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

177
183
188

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

Portions of RGB colors in percentages

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

%32.3
%33.39
%34.31

CMYK color model

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

  • cyan value is 5.85%
  • magenta value is 2.66%
  • 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
%2.66
%0
%26.27

Codes

Color #B1B7BC in popluar color models

B1 B7 BC
RGB 177 183 188
HSL 207° 7.59% 71.57%
HSB/HSV 207° 5.85% 73.73%
CMYK 5.85% 2.66% 0.00%
26.27%

Color #B1B7BC in popluar number systems.

HEX B1 B7 BC
Decimal 177 183 188
Binary 10110001 10110111 10111100
Octal 261 267 274

Shades and tints

Shades of #B1B7BC

#B1B7BC
(177,183,188)
#A1A7AB
(161,167,171)
#91979A
(145,151,154)
#818789
(129,135,137)
#717778
(113,119,120)
#616767
(97,103,103)
#515756
(81,87,86)
#414745
(65,71,69)
#313734
(49,55,52)
#212723
(33,39,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #B1B7BC

#B1B7BC
(177,183,188)
#B8BDC2
(184,189,194)
#BFC3C8
(191,195,200)
#C6C9CE
(198,201,206)
#CDCFD4
(205,207,212)
#D4D5DA
(212,213,218)
#DBDBE0
(219,219,224)
#E2E1E6
(226,225,230)
#E9E7EC
(233,231,236)
#F0EDF2
(240,237,242)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B7BC; }

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

This text font color is #B1B7BC.

Background Color

.myBgColor { background-color: #B1B7BC; }

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

This div background color is #B1B7BC.

Border color

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

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

This div border color is #B1B7BC.

Opacity

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

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

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

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

This text has shadow with #B1B7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B7BC.

Preview

Color preview on black background

This text has color #B1B7BC on black background.


Color preview on white background

This text has color #B1B7BC on white background.


Black color preview on #B1B7BC background

This text has black color on #B1B7BC background.


White color preview on #B1B7BC background

This text has white color on #B1B7BC background.


Related colors

Complementary color

Complementary color for #hex is #4E4843.


I love getcolorcode.com

Triadic colors

1 #BCB1B7 and #B7BCB1 with #B1B7BC are triadic colors.

2 #BCB7B1 and #B7B1BC with #B1B7BC are triadic colors.