COLOR #B1B4BF

HEX: #B1B4BF
RGB: (177,180,191)

Color info

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

RGB color model

#B1B4BF color RGB value is (177,180,191).

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

RGB channels and saturation

R 177 of 255 = 69%
G 180 of 255 = 71%
B 191 of 255 = 75%

177
180
191

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

Portions of RGB colors in percentages

R + G + B =
177 + 180 + 191 = 548 (100%)
R 177 of 548 ~ 32.3%
G 180 of 548 ~ 32.85%
B 191 of 548 ~ 34.85%

%32.3
%32.85
%34.85

CMYK color model

#B1B4BF color CMYK value is (7,6,0,25).

  • cyan value is 7.33%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,6,0,25)
C7M6Y0K25 
(7%,6%,0%,25%)
(0.07/0.06/0.00/0.25)	

CMYK percentages

%7.33
%5.76
%0
%25.1

Codes

Color #B1B4BF in popluar color models

B1B4BF
RGB177180191
HSL227°9.86%72.16%
HSB/HSV227°7.33%74.90%
CMYK7.33%5.76%0.00%
25.10%

Color #B1B4BF in popluar number systems.

HEXB1B4BF
Decimal177180191
Binary101100011011010010111111
Octal261264277

Shades and tints

Shades of #B1B4BF

#B1B4BF
(177,180,191)
#A1A4AE
(161,164,174)
#91949D
(145,148,157)
#81848C
(129,132,140)
#71747B
(113,116,123)
#61646A
(97,100,106)
#515459
(81,84,89)
#414448
(65,68,72)
#313437
(49,52,55)
#212426
(33,36,38)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1B4BF

#B1B4BF
(177,180,191)
#B8BAC4
(184,186,196)
#BFC0C9
(191,192,201)
#C6C6CE
(198,198,206)
#CDCCD3
(205,204,211)
#D4D2D8
(212,210,216)
#DBD8DD
(219,216,221)
#E2DEE2
(226,222,226)
#E9E4E7
(233,228,231)
#F0EAEC
(240,234,236)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B4BF; }

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

This text font color is #B1B4BF.


Background Color

.myBgColor { background-color: #B1B4BF; }

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

This div background color is #B1B4BF.


Border color

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

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

This div border color is #B1B4BF.


Opacity

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

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

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

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

This text has shadow with #B1B4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B4BF on black background.


Color preview on white background

This text has color #B1B4BF on white background.



Black color preview on #B1B4BF background

This text has black color on #B1B4BF background.


White color preview on #B1B4BF background

This text has white color on #B1B4BF background.