COLOR #B0CC8A

HEX: #B0CC8A
RGB: (176,204,138)

Color info

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

RGB color model

#B0CC8A color RGB value is (176,204,138).

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

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 138 of 255 = 54%

176
204
138

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

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 138 = 518 (100%)
R 176 of 518 ~ 33.98%
G 204 of 518 ~ 39.38%
B 138 of 518 ~ 26.64%

%33.98
%39.38
%26.64

CMYK color model

#B0CC8A color CMYK value is (14,0,32,20).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK:
(14,0,32,20)
C14M0Y32K20 
(14%,0%,32%,20%)
(0.14/0.00/0.32/0.20)	

CMYK percentages

%13.73
%0
%32.35
%20

Codes

Color #B0CC8A in popluar color models

B0CC8A
RGB176204138
HSL85°39.29%67.06%
HSB/HSV85°32.35%80.00%
CMYK13.73%0.00%32.35%
20.00%

Color #B0CC8A in popluar number systems.

HEXB0CC8A
Decimal176204138
Binary101100001100110010001010
Octal260314212

Shades and tints

Shades of #B0CC8A

#B0CC8A
(176,204,138)
#A0BA7E
(160,186,126)
#90A872
(144,168,114)
#809666
(128,150,102)
#70845A
(112,132,90)
#60724E
(96,114,78)
#506042
(80,96,66)
#404E36
(64,78,54)
#303C2A
(48,60,42)
#202A1E
(32,42,30)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #B0CC8A

#B0CC8A
(176,204,138)
#B7D094
(183,208,148)
#BED49E
(190,212,158)
#C5D8A8
(197,216,168)
#CCDCB2
(204,220,178)
#D3E0BC
(211,224,188)
#DAE4C6
(218,228,198)
#E1E8D0
(225,232,208)
#E8ECDA
(232,236,218)
#EFF0E4
(239,240,228)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CC8A; }

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

This text font color is #B0CC8A.


Background Color

.myBgColor { background-color: #B0CC8A; }

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

This div background color is #B0CC8A.


Border color

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

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

This div border color is #B0CC8A.


Opacity

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

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

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

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

This text has shadow with #B0CC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CC8A on black background.


Color preview on white background

This text has color #B0CC8A on white background.



Black color preview on #B0CC8A background

This text has black color on #B0CC8A background.


White color preview on #B0CC8A background

This text has white color on #B0CC8A background.