COLOR #B1B0BE

HEX: #B1B0BE
RGB: (177,176,190)

Color info

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

RGB color model

#B1B0BE color RGB value is (177,176,190).

  • red value is 177;
  • green value is 176;
  • blue value is 190.
RGB:
(177,176,190)
(69%,69%,75%)

RGB channels and saturation

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

177
176
190

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

Portions of RGB colors in percentages

R + G + B =
177 + 176 + 190 = 543 (100%)
R 177 of 543 ~ 32.6%
G 176 of 543 ~ 32.41%
B 190 of 543 ~ 34.99%

%32.6
%32.41
%34.99

CMYK color model

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

  • cyan value is 6.84%
  • magenta value is 7.37%
  • 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
%7.37
%0
%25.49

Codes

Color #B1B0BE in popluar color models

B1B0BE
RGB177176190
HSL244°9.72%71.76%
HSB/HSV244°7.37%74.51%
CMYK6.84%7.37%0.00%
25.49%

Color #B1B0BE in popluar number systems.

HEXB1B0BE
Decimal177176190
Binary101100011011000010111110
Octal261260276

Shades and tints

Shades of #B1B0BE

#B1B0BE
(177,176,190)
#A1A0AD
(161,160,173)
#91909C
(145,144,156)
#81808B
(129,128,139)
#71707A
(113,112,122)
#616069
(97,96,105)
#515058
(81,80,88)
#414047
(65,64,71)
#313036
(49,48,54)
#212025
(33,32,37)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #B1B0BE

#B1B0BE
(177,176,190)
#B8B7C3
(184,183,195)
#BFBEC8
(191,190,200)
#C6C5CD
(198,197,205)
#CDCCD2
(205,204,210)
#D4D3D7
(212,211,215)
#DBDADC
(219,218,220)
#E2E1E1
(226,225,225)
#E9E8E6
(233,232,230)
#F0EFEB
(240,239,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B0BE; }

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

This text font color is #B1B0BE.


Background Color

.myBgColor { background-color: #B1B0BE; }

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

This div background color is #B1B0BE.


Border color

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

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

This div border color is #B1B0BE.


Opacity

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

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

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

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

This text has shadow with #B1B0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B0BE on black background.


Color preview on white background

This text has color #B1B0BE on white background.



Black color preview on #B1B0BE background

This text has black color on #B1B0BE background.


White color preview on #B1B0BE background

This text has white color on #B1B0BE background.