COLOR #B1B1BD

HEX: #B1B1BD RGB: (177,177,189)

Color info

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

RGB color model

#B1B1BD color RGB value is (177,177,189).

RGB: (177,177,189) (69%, 69%, 74%)

RGB channels and saturation

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

177
177
189

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

Portions of RGB colors in percentages

R + G + B = 177 + 177 + 189 = 543 (100%)
R 177 of 543 ~ 32.6%
G 177 of 543 ~ 32.6%
B 189 of 543 ~ 34.81'%

%32.6
%32.6
%34.81

CMYK color model

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

  • cyan value is 6.35%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (6,6,0,26) C6M6Y0K26 (6%,6%,0%,26%) (0.06/0.06/0.00/0.26) 

CMYK percentages

%6.35
%6.35
%0
%25.88

Codes

Color #B1B1BD in popluar color models

B1 B1 BD
RGB 177 177 189
HSL 240° 8.33% 71.76%
HSB/HSV 240° 6.35% 74.12%
CMYK 6.35% 6.35% 0.00%
25.88%

Color #B1B1BD in popluar number systems.

HEX B1 B1 BD
Decimal 177 177 189
Binary 10110001 10110001 10111101
Octal 261 261 275

Shades and tints

Shades of #B1B1BD

#B1B1BD
(177,177,189)
#A1A1AC
(161,161,172)
#91919B
(145,145,155)
#81818A
(129,129,138)
#717179
(113,113,121)
#616168
(97,97,104)
#515157
(81,81,87)
#414146
(65,65,70)
#313135
(49,49,53)
#212124
(33,33,36)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #B1B1BD

#B1B1BD
(177,177,189)
#B8B8C3
(184,184,195)
#BFBFC9
(191,191,201)
#C6C6CF
(198,198,207)
#CDCDD5
(205,205,213)
#D4D4DB
(212,212,219)
#DBDBE1
(219,219,225)
#E2E2E7
(226,226,231)
#E9E9ED
(233,233,237)
#F0F0F3
(240,240,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B1BD; }

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

This text font color is #B1B1BD.

Background Color

.myBgColor { background-color: #B1B1BD; }

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

This div background color is #B1B1BD.

Border color

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

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

This div border color is #B1B1BD.

Opacity

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

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

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

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

This text has shadow with #B1B1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B1BD.

Preview

Color preview on black background

This text has color #B1B1BD on black background.


Color preview on white background

This text has color #B1B1BD on white background.


Black color preview on #B1B1BD background

This text has black color on #B1B1BD background.


White color preview on #B1B1BD background

This text has white color on #B1B1BD background.


Related colors

Complementary color

Complementary color for #hex is #4E4E42.


I love getcolorcode.com