COLOR #B1BB9E

HEX: #B1BB9E
RGB: (177,187,158)

Color info

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

RGB color model

#B1BB9E color RGB value is (177,187,158).

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

RGB channels and saturation

R 177 of 255 = 69%
G 187 of 255 = 73%
B 158 of 255 = 62%

177
187
158

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

Portions of RGB colors in percentages

R + G + B =
177 + 187 + 158 = 522 (100%)
R 177 of 522 ~ 33.91%
G 187 of 522 ~ 35.82%
B 158 of 522 ~ 30.27%

%33.91
%35.82
%30.27

CMYK color model

#B1BB9E color CMYK value is (5,0,16,27).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 15.51%
  • key color value is 26.67%
CMYK:
(5,0,16,27)
C5M0Y16K27 
(5%,0%,16%,27%)
(0.05/0.00/0.16/0.27)	

CMYK percentages

%5.35
%0
%15.51
%26.67

Codes

Color #B1BB9E in popluar color models

B1BB9E
RGB177187158
HSL81°17.58%67.65%
HSB/HSV81°15.51%73.33%
CMYK5.35%0.00%15.51%
26.67%

Color #B1BB9E in popluar number systems.

HEXB1BB9E
Decimal177187158
Binary101100011011101110011110
Octal261273236

Shades and tints

Shades of #B1BB9E

#B1BB9E
(177,187,158)
#A1AA90
(161,170,144)
#919982
(145,153,130)
#818874
(129,136,116)
#717766
(113,119,102)
#616658
(97,102,88)
#51554A
(81,85,74)
#41443C
(65,68,60)
#31332E
(49,51,46)
#212220
(33,34,32)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #B1BB9E

#B1BB9E
(177,187,158)
#B8C1A6
(184,193,166)
#BFC7AE
(191,199,174)
#C6CDB6
(198,205,182)
#CDD3BE
(205,211,190)
#D4D9C6
(212,217,198)
#DBDFCE
(219,223,206)
#E2E5D6
(226,229,214)
#E9EBDE
(233,235,222)
#F0F1E6
(240,241,230)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BB9E; }

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

This text font color is #B1BB9E.


Background Color

.myBgColor { background-color: #B1BB9E; }

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

This div background color is #B1BB9E.


Border color

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

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

This div border color is #B1BB9E.


Opacity

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

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

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

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

This text has shadow with #B1BB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BB9E on black background.


Color preview on white background

This text has color #B1BB9E on white background.



Black color preview on #B1BB9E background

This text has black color on #B1BB9E background.


White color preview on #B1BB9E background

This text has white color on #B1BB9E background.