COLOR #B1BCA6

HEX: #B1BCA6
RGB: (177,188,166)

Color info

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

RGB color model

#B1BCA6 color RGB value is (177,188,166).

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

RGB channels and saturation

R 177 of 255 = 69%
G 188 of 255 = 74%
B 166 of 255 = 65%

177
188
166

R + G + B ~ 69%. #B1BCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 166 = 531 (100%)
R 177 of 531 ~ 33.33%
G 188 of 531 ~ 35.4%
B 166 of 531 ~ 31.26%

%33.33
%35.4
%31.26

CMYK color model

#B1BCA6 color CMYK value is (6,0,12,26).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(6,0,12,26)
C6M0Y12K26 
(6%,0%,12%,26%)
(0.06/0.00/0.12/0.26)	

CMYK percentages

%5.85
%0
%11.7
%26.27

Codes

Color #B1BCA6 in popluar color models

B1BCA6
RGB177188166
HSL90°14.10%69.41%
HSB/HSV90°11.70%73.73%
CMYK5.85%0.00%11.70%
26.27%

Color #B1BCA6 in popluar number systems.

HEXB1BCA6
Decimal177188166
Binary101100011011110010100110
Octal261274246

Shades and tints

Shades of #B1BCA6

#B1BCA6
(177,188,166)
#A1AB97
(161,171,151)
#919A88
(145,154,136)
#818979
(129,137,121)
#71786A
(113,120,106)
#61675B
(97,103,91)
#51564C
(81,86,76)
#41453D
(65,69,61)
#31342E
(49,52,46)
#21231F
(33,35,31)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #B1BCA6

#B1BCA6
(177,188,166)
#B8C2AE
(184,194,174)
#BFC8B6
(191,200,182)
#C6CEBE
(198,206,190)
#CDD4C6
(205,212,198)
#D4DACE
(212,218,206)
#DBE0D6
(219,224,214)
#E2E6DE
(226,230,222)
#E9ECE6
(233,236,230)
#F0F2EE
(240,242,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BCA6; }

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

This text font color is #B1BCA6.


Background Color

.myBgColor { background-color: #B1BCA6; }

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

This div background color is #B1BCA6.


Border color

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

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

This div border color is #B1BCA6.


Opacity

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

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

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

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

This text has shadow with #B1BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BCA6 on black background.


Color preview on white background

This text has color #B1BCA6 on white background.



Black color preview on #B1BCA6 background

This text has black color on #B1BCA6 background.


White color preview on #B1BCA6 background

This text has white color on #B1BCA6 background.