COLOR #B0CC8F

HEX: #B0CC8F
RGB: (176,204,143)

Color info

#B0CC8F contains mainly red and green colors. Web safe color of #B0CC8F is #99CC99 (or #9C9).

RGB color model

#B0CC8F color RGB value is (176,204,143).

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

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 143 of 255 = 56%

176
204
143

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

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 143 = 523 (100%)
R 176 of 523 ~ 33.65%
G 204 of 523 ~ 39.01%
B 143 of 523 ~ 27.34%

%33.65
%39.01
%27.34

CMYK color model

#B0CC8F color CMYK value is (14,0,30,20).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 20.00%
CMYK:
(14,0,30,20)
C14M0Y30K20 
(14%,0%,30%,20%)
(0.14/0.00/0.30/0.20)	

CMYK percentages

%13.73
%0
%29.9
%20

Codes

Color #B0CC8F in popluar color models

B0CC8F
RGB176204143
HSL88°37.42%68.04%
HSB/HSV88°29.90%80.00%
CMYK13.73%0.00%29.90%
20.00%

Color #B0CC8F in popluar number systems.

HEXB0CC8F
Decimal176204143
Binary101100001100110010001111
Octal260314217

Shades and tints

Shades of #B0CC8F

#B0CC8F
(176,204,143)
#A0BA82
(160,186,130)
#90A875
(144,168,117)
#809668
(128,150,104)
#70845B
(112,132,91)
#60724E
(96,114,78)
#506041
(80,96,65)
#404E34
(64,78,52)
#303C27
(48,60,39)
#202A1A
(32,42,26)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #B0CC8F

#B0CC8F
(176,204,143)
#B7D099
(183,208,153)
#BED4A3
(190,212,163)
#C5D8AD
(197,216,173)
#CCDCB7
(204,220,183)
#D3E0C1
(211,224,193)
#DAE4CB
(218,228,203)
#E1E8D5
(225,232,213)
#E8ECDF
(232,236,223)
#EFF0E9
(239,240,233)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CC8F; }

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

This text font color is #B0CC8F.


Background Color

.myBgColor { background-color: #B0CC8F; }

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

This div background color is #B0CC8F.


Border color

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

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

This div border color is #B0CC8F.


Opacity

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

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

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

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

This text has shadow with #B0CC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CC8F on black background.


Color preview on white background

This text has color #B0CC8F on white background.



Black color preview on #B0CC8F background

This text has black color on #B0CC8F background.


White color preview on #B0CC8F background

This text has white color on #B0CC8F background.