COLOR #B1B1BE

HEX: #B1B1BE RGB: (177,177,190)

Color info

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

RGB color model

#B1B1BE color RGB value is (177,177,190).

RGB: (177,177,190) (69%, 69%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 177 of 255 = 69%
B 190 of 255 = 75%

177
177
190

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

Portions of RGB colors in percentages

R + G + B = 177 + 177 + 190 = 544 (100%)
R 177 of 544 ~ 32.54%
G 177 of 544 ~ 32.54%
B 190 of 544 ~ 34.93'%

%32.54
%32.54
%34.93

CMYK color model

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

  • cyan value is 6.84%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (7,7,0,25)
C7M7Y0K25 (7%, 7%, 0%, 25%)
(0.07 / 0.07 / 0.00 / 0.25)

CMYK percentages

%6.84
%6.84
%0
%25.49

Codes

Color #B1B1BE in popluar color models

B1 B1 BE
RGB 177 177 190
HSL 240° 9.09% 71.96%
HSB/HSV 240° 6.84% 74.51%
CMYK 6.84% 6.84% 0.00%
25.49%

Color #B1B1BE in popluar number systems.

HEX B1 B1 BE
Decimal 177 177 190
Binary 10110001 10110001 10111110
Octal 261 261 276

Shades and tints

Shades of #B1B1BE

#B1B1BE
(177,177,190)
#A1A1AD
(161,161,173)
#91919C
(145,145,156)
#81818B
(129,129,139)
#71717A
(113,113,122)
#616169
(97,97,105)
#515158
(81,81,88)
#414147
(65,65,71)
#313136
(49,49,54)
#212125
(33,33,37)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #B1B1BE

#B1B1BE
(177,177,190)
#B8B8C3
(184,184,195)
#BFBFC8
(191,191,200)
#C6C6CD
(198,198,205)
#CDCDD2
(205,205,210)
#D4D4D7
(212,212,215)
#DBDBDC
(219,219,220)
#E2E2E1
(226,226,225)
#E9E9E6
(233,233,230)
#F0F0EB
(240,240,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B1BE; }

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

This text font color is #B1B1BE.

Background Color

.myBgColor { background-color: #B1B1BE; }

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

This div background color is #B1B1BE.

Border color

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

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

This div border color is #B1B1BE.

Opacity

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

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

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

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

This text has shadow with #B1B1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B1BE.

Preview

Color preview on black background

This text has color #B1B1BE on black background.


Color preview on white background

This text has color #B1B1BE on white background.


Black color preview on #B1B1BE background

This text has black color on #B1B1BE background.


White color preview on #B1B1BE background

This text has white color on #B1B1BE background.


Related colors

Complementary color

Complementary color for #hex is #4E4E41.


I love getcolorcode.com