COLOR #B1BBA0

HEX: #B1BBA0
RGB: (177,187,160)

Color info

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

RGB color model

#B1BBA0 color RGB value is (177,187,160).

  • red value is 177;
  • green value is 187;
  • blue value is 160.
RGB:
(177,187,160)
(69%,73%,63%)

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 160 of 255 = 63%

177
187
160

R + G + B ~ 68%. #B1BBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 160 = 524 (100%)
R 177 of 524 ~ 33.78%
G 187 of 524 ~ 35.69%
B 160 of 524 ~ 30.53%

%33.78
%35.69
%30.53

CMYK color model

#B1BBA0 color CMYK value is (5,0,14,27).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(5,0,14,27)
C5M0Y14K27 
(5%,0%,14%,27%)
(0.05/0.00/0.14/0.27)	

CMYK percentages

%5.35
%0
%14.44
%26.67

Codes

Color #B1BBA0 in popluar color models

B1BBA0
RGB177187160
HSL82°16.56%68.04%
HSB/HSV82°14.44%73.33%
CMYK5.35%0.00%14.44%
26.67%

Color #B1BBA0 in popluar number systems.

HEXB1BBA0
Decimal177187160
Binary101100011011101110100000
Octal261273240

Shades and tints

Shades of #B1BBA0

#B1BBA0
(177,187,160)
#A1AA92
(161,170,146)
#919984
(145,153,132)
#818876
(129,136,118)
#717768
(113,119,104)
#61665A
(97,102,90)
#51554C
(81,85,76)
#41443E
(65,68,62)
#313330
(49,51,48)
#212222
(33,34,34)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #B1BBA0

#B1BBA0
(177,187,160)
#B8C1A8
(184,193,168)
#BFC7B0
(191,199,176)
#C6CDB8
(198,205,184)
#CDD3C0
(205,211,192)
#D4D9C8
(212,217,200)
#DBDFD0
(219,223,208)
#E2E5D8
(226,229,216)
#E9EBE0
(233,235,224)
#F0F1E8
(240,241,232)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BBA0; }

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

This text font color is #B1BBA0.


Background Color

.myBgColor { background-color: #B1BBA0; }

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

This div background color is #B1BBA0.


Border color

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

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

This div border color is #B1BBA0.


Opacity

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

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

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

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

This text has shadow with #B1BBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BBA0 on black background.


Color preview on white background

This text has color #B1BBA0 on white background.



Black color preview on #B1BBA0 background

This text has black color on #B1BBA0 background.


White color preview on #B1BBA0 background

This text has white color on #B1BBA0 background.