COLOR #B1BCA7

HEX: #B1BCA7
RGB: (177,188,167)

Color info

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

RGB color model

#B1BCA7 color RGB value is (177,188,167).

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

RGB channels and saturation

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

177
188
167

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

Portions of RGB colors in percentages

R + G + B =
177 + 188 + 167 = 532 (100%)
R 177 of 532 ~ 33.27%
G 188 of 532 ~ 35.34%
B 167 of 532 ~ 31.39%

%33.27
%35.34
%31.39

CMYK color model

#B1BCA7 color CMYK value is (6,0,11,26).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(6,0,11,26)
C6M0Y11K26 
(6%,0%,11%,26%)
(0.06/0.00/0.11/0.26)	

CMYK percentages

%5.85
%0
%11.17
%26.27

Codes

Color #B1BCA7 in popluar color models

B1BCA7
RGB177188167
HSL91°13.55%69.61%
HSB/HSV91°11.17%73.73%
CMYK5.85%0.00%11.17%
26.27%

Color #B1BCA7 in popluar number systems.

HEXB1BCA7
Decimal177188167
Binary101100011011110010100111
Octal261274247

Shades and tints

Shades of #B1BCA7

#B1BCA7
(177,188,167)
#A1AB98
(161,171,152)
#919A89
(145,154,137)
#81897A
(129,137,122)
#71786B
(113,120,107)
#61675C
(97,103,92)
#51564D
(81,86,77)
#41453E
(65,69,62)
#31342F
(49,52,47)
#212320
(33,35,32)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #B1BCA7

#B1BCA7
(177,188,167)
#B8C2AF
(184,194,175)
#BFC8B7
(191,200,183)
#C6CEBF
(198,206,191)
#CDD4C7
(205,212,199)
#D4DACF
(212,218,207)
#DBE0D7
(219,224,215)
#E2E6DF
(226,230,223)
#E9ECE7
(233,236,231)
#F0F2EF
(240,242,239)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BCA7; }

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

This text font color is #B1BCA7.


Background Color

.myBgColor { background-color: #B1BCA7; }

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

This div background color is #B1BCA7.


Border color

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

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

This div border color is #B1BCA7.


Opacity

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

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

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

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

This text has shadow with #B1BCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BCA7 on black background.


Color preview on white background

This text has color #B1BCA7 on white background.



Black color preview on #B1BCA7 background

This text has black color on #B1BCA7 background.


White color preview on #B1BCA7 background

This text has white color on #B1BCA7 background.