COLOR #B1BFBD

HEX: #B1BFBD
RGB: (177,191,189)

Color info

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

RGB color model

#B1BFBD color RGB value is (177,191,189).

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

RGB channels and saturation

R 177 of 255 = 69%
G 191 of 255 = 75%
B 189 of 255 = 74%

177
191
189

R + G + B ~ 73%. #B1BFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 191 + 189 = 557 (100%)
R 177 of 557 ~ 31.78%
G 191 of 557 ~ 34.29%
B 189 of 557 ~ 33.93%

%31.78
%34.29
%33.93

CMYK color model

#B1BFBD color CMYK value is (7,0,1,25).

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(7,0,1,25)
C7M0Y1K25 
(7%,0%,1%,25%)
(0.07/0.00/0.01/0.25)	

CMYK percentages

%7.33
%0
%1.05
%25.1

Codes

Color #B1BFBD in popluar color models

B1BFBD
RGB177191189
HSL171°9.86%72.16%
HSB/HSV171°7.33%74.90%
CMYK7.33%0.00%1.05%
25.10%

Color #B1BFBD in popluar number systems.

HEXB1BFBD
Decimal177191189
Binary101100011011111110111101
Octal261277275

Shades and tints

Shades of #B1BFBD

#B1BFBD
(177,191,189)
#A1AEAC
(161,174,172)
#919D9B
(145,157,155)
#818C8A
(129,140,138)
#717B79
(113,123,121)
#616A68
(97,106,104)
#515957
(81,89,87)
#414846
(65,72,70)
#313735
(49,55,53)
#212624
(33,38,36)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1BFBD

#B1BFBD
(177,191,189)
#B8C4C3
(184,196,195)
#BFC9C9
(191,201,201)
#C6CECF
(198,206,207)
#CDD3D5
(205,211,213)
#D4D8DB
(212,216,219)
#DBDDE1
(219,221,225)
#E2E2E7
(226,226,231)
#E9E7ED
(233,231,237)
#F0ECF3
(240,236,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BFBD; }

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

This text font color is #B1BFBD.


Background Color

.myBgColor { background-color: #B1BFBD; }

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

This div background color is #B1BFBD.


Border color

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

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

This div border color is #B1BFBD.


Opacity

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

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

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

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

This text has shadow with #B1BFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BFBD on black background.


Color preview on white background

This text has color #B1BFBD on white background.



Black color preview on #B1BFBD background

This text has black color on #B1BFBD background.


White color preview on #B1BFBD background

This text has white color on #B1BFBD background.