COLOR #B0CC9B

HEX: #B0CC9B
RGB: (176,204,155)

Color info

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

RGB color model

#B0CC9B color RGB value is (176,204,155).

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

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 155 of 255 = 61%

176
204
155

R + G + B ~ 70%. #B0CC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 155 = 535 (100%)
R 176 of 535 ~ 32.9%
G 204 of 535 ~ 38.13%
B 155 of 535 ~ 28.97%

%32.9
%38.13
%28.97

CMYK color model

#B0CC9B color CMYK value is (14,0,24,20).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(14,0,24,20)
C14M0Y24K20 
(14%,0%,24%,20%)
(0.14/0.00/0.24/0.20)	

CMYK percentages

%13.73
%0
%24.02
%20

Codes

Color #B0CC9B in popluar color models

B0CC9B
RGB176204155
HSL94°32.45%70.39%
HSB/HSV94°24.02%80.00%
CMYK13.73%0.00%24.02%
20.00%

Color #B0CC9B in popluar number systems.

HEXB0CC9B
Decimal176204155
Binary101100001100110010011011
Octal260314233

Shades and tints

Shades of #B0CC9B

#B0CC9B
(176,204,155)
#A0BA8D
(160,186,141)
#90A87F
(144,168,127)
#809671
(128,150,113)
#708463
(112,132,99)
#607255
(96,114,85)
#506047
(80,96,71)
#404E39
(64,78,57)
#303C2B
(48,60,43)
#202A1D
(32,42,29)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #B0CC9B

#B0CC9B
(176,204,155)
#B7D0A4
(183,208,164)
#BED4AD
(190,212,173)
#C5D8B6
(197,216,182)
#CCDCBF
(204,220,191)
#D3E0C8
(211,224,200)
#DAE4D1
(218,228,209)
#E1E8DA
(225,232,218)
#E8ECE3
(232,236,227)
#EFF0EC
(239,240,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CC9B; }

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

This text font color is #B0CC9B.


Background Color

.myBgColor { background-color: #B0CC9B; }

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

This div background color is #B0CC9B.


Border color

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

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

This div border color is #B0CC9B.


Opacity

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

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

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

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

This text has shadow with #B0CC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CC9B on black background.


Color preview on white background

This text has color #B0CC9B on white background.



Black color preview on #B0CC9B background

This text has black color on #B0CC9B background.


White color preview on #B0CC9B background

This text has white color on #B0CC9B background.