COLOR #B1B7BB

HEX: #B1B7BB RGB: (177,183,187)

Color info

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

RGB color model

#B1B7BB color RGB value is (177,183,187).

RGB: (177,183,187) (69%, 72%, 73%)

RGB channels and saturation

R 177 of 255 = 69%
G 183 of 255 = 72%
B 187 of 255 = 73%

177
183
187

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

Portions of RGB colors in percentages

R + G + B = 177 + 183 + 187 = 547 (100%)
R 177 of 547 ~ 32.36%
G 183 of 547 ~ 33.46%
B 187 of 547 ~ 34.19'%

%32.36
%33.46
%34.19

CMYK color model

#B1B7BB color CMYK value is (5,2,0,27).

  • cyan value is 5.35%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (5,2,0,27)
C5M2Y0K27 (5%, 2%, 0%, 27%)
(0.05 / 0.02 / 0.00 / 0.27)

CMYK percentages

%5.35
%2.14
%0
%26.67

Codes

Color #B1B7BB in popluar color models

B1 B7 BB
RGB 177 183 187
HSL 204° 6.85% 71.37%
HSB/HSV 204° 5.35% 73.33%
CMYK 5.35% 2.14% 0.00%
26.67%

Color #B1B7BB in popluar number systems.

HEX B1 B7 BB
Decimal 177 183 187
Binary 10110001 10110111 10111011
Octal 261 267 273

Shades and tints

Shades of #B1B7BB

#B1B7BB
(177,183,187)
#A1A7AA
(161,167,170)
#919799
(145,151,153)
#818788
(129,135,136)
#717777
(113,119,119)
#616766
(97,103,102)
#515755
(81,87,85)
#414744
(65,71,68)
#313733
(49,55,51)
#212722
(33,39,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #B1B7BB

#B1B7BB
(177,183,187)
#B8BDC1
(184,189,193)
#BFC3C7
(191,195,199)
#C6C9CD
(198,201,205)
#CDCFD3
(205,207,211)
#D4D5D9
(212,213,217)
#DBDBDF
(219,219,223)
#E2E1E5
(226,225,229)
#E9E7EB
(233,231,235)
#F0EDF1
(240,237,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B7BB; }

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

This text font color is #B1B7BB.

Background Color

.myBgColor { background-color: #B1B7BB; }

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

This div background color is #B1B7BB.

Border color

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

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

This div border color is #B1B7BB.

Opacity

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

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

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

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

This text has shadow with #B1B7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B7BB.

Preview

Color preview on black background

This text has color #B1B7BB on black background.


Color preview on white background

This text has color #B1B7BB on white background.


Black color preview on #B1B7BB background

This text has black color on #B1B7BB background.


White color preview on #B1B7BB background

This text has white color on #B1B7BB background.


Related colors

Complementary color

Complementary color for #hex is #4E4844.


I love getcolorcode.com

Triadic colors

1 #BBB1B7 and #B7BBB1 with #B1B7BB are triadic colors.

2 #BBB7B1 and #B7B1BB with #B1B7BB are triadic colors.