COLOR #B0BC9B

HEX: #B0BC9B
RGB: (176,188,155)

Color info

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

RGB color model

#B0BC9B color RGB value is (176,188,155).

  • red value is 176;
  • green value is 188;
  • blue value is 155.
RGB:
(176,188,155)
(69%,74%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 188 of 255 = 74%
B 155 of 255 = 61%

176
188
155

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

Portions of RGB colors in percentages

R + G + B =
176 + 188 + 155 = 519 (100%)
R 176 of 519 ~ 33.91%
G 188 of 519 ~ 36.22%
B 155 of 519 ~ 29.87%

%33.91
%36.22
%29.87

CMYK color model

#B0BC9B color CMYK value is (6,0,18,26).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 17.55%
  • key color value is 26.27%
CMYK:
(6,0,18,26)
C6M0Y18K26 
(6%,0%,18%,26%)
(0.06/0.00/0.18/0.26)	

CMYK percentages

%6.38
%0
%17.55
%26.27

Codes

Color #B0BC9B in popluar color models

B0BC9B
RGB176188155
HSL82°19.76%67.25%
HSB/HSV82°17.55%73.73%
CMYK6.38%0.00%17.55%
26.27%

Color #B0BC9B in popluar number systems.

HEXB0BC9B
Decimal176188155
Binary101100001011110010011011
Octal260274233

Shades and tints

Shades of #B0BC9B

#B0BC9B
(176,188,155)
#A0AB8D
(160,171,141)
#909A7F
(144,154,127)
#808971
(128,137,113)
#707863
(112,120,99)
#606755
(96,103,85)
#505647
(80,86,71)
#404539
(64,69,57)
#30342B
(48,52,43)
#20231D
(32,35,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #B0BC9B

#B0BC9B
(176,188,155)
#B7C2A4
(183,194,164)
#BEC8AD
(190,200,173)
#C5CEB6
(197,206,182)
#CCD4BF
(204,212,191)
#D3DAC8
(211,218,200)
#DAE0D1
(218,224,209)
#E1E6DA
(225,230,218)
#E8ECE3
(232,236,227)
#EFF2EC
(239,242,236)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BC9B color. Also use rgb(176,188,155) instead hex code.

Text Font Color

.myTextColor { color: #B0BC9B; }

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

This text font color is #B0BC9B.


Background Color

.myBgColor { background-color: #B0BC9B; }

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

This div background color is #B0BC9B.


Border color

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

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

This div border color is #B0BC9B.


Opacity

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

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

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

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

This text has shadow with #B0BC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BC9B on black background.


Color preview on white background

This text has color #B0BC9B on white background.



Black color preview on #B0BC9B background

This text has black color on #B0BC9B background.


White color preview on #B0BC9B background

This text has white color on #B0BC9B background.