COLOR #B1BC9F

HEX: #B1BC9F
RGB: (177,188,159)

Color info

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

RGB color model

#B1BC9F color RGB value is (177,188,159).

  • red value is 177;
  • green value is 188;
  • blue value is 159.
RGB:
(177,188,159)
(69%,74%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 188 of 255 = 74%
B 159 of 255 = 62%

177
188
159

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

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 159 = 524 (100%)
R 177 of 524 ~ 33.78%
G 188 of 524 ~ 35.88%
B 159 of 524 ~ 30.34%

%33.78
%35.88
%30.34

CMYK color model

#B1BC9F color CMYK value is (6,0,15,26).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 26.27%
CMYK:
(6,0,15,26)
C6M0Y15K26 
(6%,0%,15%,26%)
(0.06/0.00/0.15/0.26)	

CMYK percentages

%5.85
%0
%15.43
%26.27

Codes

Color #B1BC9F in popluar color models

B1BC9F
RGB177188159
HSL83°17.79%68.04%
HSB/HSV83°15.43%73.73%
CMYK5.85%0.00%15.43%
26.27%

Color #B1BC9F in popluar number systems.

HEXB1BC9F
Decimal177188159
Binary101100011011110010011111
Octal261274237

Shades and tints

Shades of #B1BC9F

#B1BC9F
(177,188,159)
#A1AB91
(161,171,145)
#919A83
(145,154,131)
#818975
(129,137,117)
#717867
(113,120,103)
#616759
(97,103,89)
#51564B
(81,86,75)
#41453D
(65,69,61)
#31342F
(49,52,47)
#212321
(33,35,33)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #B1BC9F

#B1BC9F
(177,188,159)
#B8C2A7
(184,194,167)
#BFC8AF
(191,200,175)
#C6CEB7
(198,206,183)
#CDD4BF
(205,212,191)
#D4DAC7
(212,218,199)
#DBE0CF
(219,224,207)
#E2E6D7
(226,230,215)
#E9ECDF
(233,236,223)
#F0F2E7
(240,242,231)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BC9F; }

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

This text font color is #B1BC9F.


Background Color

.myBgColor { background-color: #B1BC9F; }

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

This div background color is #B1BC9F.


Border color

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

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

This div border color is #B1BC9F.


Opacity

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

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

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

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

This text has shadow with #B1BC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BC9F on black background.


Color preview on white background

This text has color #B1BC9F on white background.



Black color preview on #B1BC9F background

This text has black color on #B1BC9F background.


White color preview on #B1BC9F background

This text has white color on #B1BC9F background.