COLOR #B1BBB0

HEX: #B1BBB0 RGB: (177,187,176)

Color info

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

RGB color model

#B1BBB0 color RGB value is (177,187,176).

RGB: (177,187,176) (69%, 73%, 69%)

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 176 of 255 = 69%

177
187
176

R + G + B ~ 70%. #B1BBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 187 + 176 = 540 (100%)
R 177 of 540 ~ 32.78%
G 187 of 540 ~ 34.63%
B 176 of 540 ~ 32.59'%

%32.78
%34.63
%32.59

CMYK color model

#B1BBB0 color CMYK value is (5,0,6,27).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 26.67%

CMYK: (5,0,6,27)
C5M0Y6K27 (5%, 0%, 6%, 27%)
(0.05 / 0.00 / 0.06 / 0.27)

CMYK percentages

%5.35
%0
%5.88
%26.67

Codes

Color #B1BBB0 in popluar color models

B1 BB B0
RGB 177 187 176
HSL 115° 7.48% 71.18%
HSB/HSV 115° 5.88% 73.33%
CMYK 5.35% 0.00% 5.88%
26.67%

Color #B1BBB0 in popluar number systems.

HEX B1 BB B0
Decimal 177 187 176
Binary 10110001 10111011 10110000
Octal 261 273 260

Shades and tints

Shades of #B1BBB0

#B1BBB0
(177,187,176)
#A1AAA0
(161,170,160)
#919990
(145,153,144)
#818880
(129,136,128)
#717770
(113,119,112)
#616660
(97,102,96)
#515550
(81,85,80)
#414440
(65,68,64)
#313330
(49,51,48)
#212220
(33,34,32)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #B1BBB0

#B1BBB0
(177,187,176)
#B8C1B7
(184,193,183)
#BFC7BE
(191,199,190)
#C6CDC5
(198,205,197)
#CDD3CC
(205,211,204)
#D4D9D3
(212,217,211)
#DBDFDA
(219,223,218)
#E2E5E1
(226,229,225)
#E9EBE8
(233,235,232)
#F0F1EF
(240,241,239)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BBB0; }

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

This text font color is #B1BBB0.

Background Color

.myBgColor { background-color: #B1BBB0; }

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

This div background color is #B1BBB0.

Border color

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

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

This div border color is #B1BBB0.

Opacity

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

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

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

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

This text has shadow with #B1BBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BBB0.

Preview

Color preview on black background

This text has color #B1BBB0 on black background.


Color preview on white background

This text has color #B1BBB0 on white background.


Black color preview on #B1BBB0 background

This text has black color on #B1BBB0 background.


White color preview on #B1BBB0 background

This text has white color on #B1BBB0 background.


Related colors

Complementary color

Complementary color for #hex is #4E444F.


I love getcolorcode.com

Triadic colors

1 #B0B1BB and #BBB0B1 with #B1BBB0 are triadic colors.

2 #B0BBB1 and #BBB1B0 with #B1BBB0 are triadic colors.