COLOR #B3BC97

HEX: #B3BC97
RGB: (179,188,151)

Color info

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

RGB color model

#B3BC97 color RGB value is (179,188,151).

  • red value is 179;
  • green value is 188;
  • blue value is 151.
RGB:
(179,188,151)
(70%,74%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 151 of 255 = 59%

179
188
151

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

Portions of RGB colors in percentages

R + G + B =
179 + 188 + 151 = 518 (100%)
R 179 of 518 ~ 34.56%
G 188 of 518 ~ 36.29%
B 151 of 518 ~ 29.15%

%34.56
%36.29
%29.15

CMYK color model

#B3BC97 color CMYK value is (5,0,20,26).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(5,0,20,26)
C5M0Y20K26 
(5%,0%,20%,26%)
(0.05/0.00/0.20/0.26)	

CMYK percentages

%4.79
%0
%19.68
%26.27

Codes

Color #B3BC97 in popluar color models

B3BC97
RGB179188151
HSL75°21.64%66.47%
HSB/HSV75°19.68%73.73%
CMYK4.79%0.00%19.68%
26.27%

Color #B3BC97 in popluar number systems.

HEXB3BC97
Decimal179188151
Binary101100111011110010010111
Octal263274227

Shades and tints

Shades of #B3BC97

#B3BC97
(179,188,151)
#A3AB8A
(163,171,138)
#939A7D
(147,154,125)
#838970
(131,137,112)
#737863
(115,120,99)
#636756
(99,103,86)
#535649
(83,86,73)
#43453C
(67,69,60)
#33342F
(51,52,47)
#232322
(35,35,34)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #B3BC97

#B3BC97
(179,188,151)
#B9C2A0
(185,194,160)
#BFC8A9
(191,200,169)
#C5CEB2
(197,206,178)
#CBD4BB
(203,212,187)
#D1DAC4
(209,218,196)
#D7E0CD
(215,224,205)
#DDE6D6
(221,230,214)
#E3ECDF
(227,236,223)
#E9F2E8
(233,242,232)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BC97 color. Also use rgb(179,188,151) instead hex code.

Text Font Color

.myTextColor { color: #B3BC97; }

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

This text font color is #B3BC97.


Background Color

.myBgColor { background-color: #B3BC97; }

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

This div background color is #B3BC97.


Border color

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

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

This div border color is #B3BC97.


Opacity

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

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

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

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

This text has shadow with #B3BC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BC97 on black background.


Color preview on white background

This text has color #B3BC97 on white background.



Black color preview on #B3BC97 background

This text has black color on #B3BC97 background.


White color preview on #B3BC97 background

This text has white color on #B3BC97 background.