COLOR #B1B7BF

HEX: #B1B7BF
RGB: (177,183,191)

Color info

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

RGB color model

#B1B7BF color RGB value is (177,183,191).

  • red value is 177;
  • green value is 183;
  • blue value is 191.
RGB:
(177,183,191)
(69%,72%,75%)

RGB channels and saturation

R 177 of 255 = 69%
G 183 of 255 = 72%
B 191 of 255 = 75%

177
183
191

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

Portions of RGB colors in percentages

R + G + B =
177 + 183 + 191 = 551 (100%)
R 177 of 551 ~ 32.12%
G 183 of 551 ~ 33.21%
B 191 of 551 ~ 34.66%

%32.12
%33.21
%34.66

CMYK color model

#B1B7BF color CMYK value is (7,4,0,25).

  • cyan value is 7.33%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,4,0,25)
C7M4Y0K25 
(7%,4%,0%,25%)
(0.07/0.04/0.00/0.25)	

CMYK percentages

%7.33
%4.19
%0
%25.1

Codes

Color #B1B7BF in popluar color models

B1B7BF
RGB177183191
HSL214°9.86%72.16%
HSB/HSV214°7.33%74.90%
CMYK7.33%4.19%0.00%
25.10%

Color #B1B7BF in popluar number systems.

HEXB1B7BF
Decimal177183191
Binary101100011011011110111111
Octal261267277

Shades and tints

Shades of #B1B7BF

#B1B7BF
(177,183,191)
#A1A7AE
(161,167,174)
#91979D
(145,151,157)
#81878C
(129,135,140)
#71777B
(113,119,123)
#61676A
(97,103,106)
#515759
(81,87,89)
#414748
(65,71,72)
#313737
(49,55,55)
#212726
(33,39,38)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #B1B7BF

#B1B7BF
(177,183,191)
#B8BDC4
(184,189,196)
#BFC3C9
(191,195,201)
#C6C9CE
(198,201,206)
#CDCFD3
(205,207,211)
#D4D5D8
(212,213,216)
#DBDBDD
(219,219,221)
#E2E1E2
(226,225,226)
#E9E7E7
(233,231,231)
#F0EDEC
(240,237,236)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B7BF; }

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

This text font color is #B1B7BF.


Background Color

.myBgColor { background-color: #B1B7BF; }

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

This div background color is #B1B7BF.


Border color

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

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

This div border color is #B1B7BF.


Opacity

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

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

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

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

This text has shadow with #B1B7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B7BF on black background.


Color preview on white background

This text has color #B1B7BF on white background.



Black color preview on #B1B7BF background

This text has black color on #B1B7BF background.


White color preview on #B1B7BF background

This text has white color on #B1B7BF background.