COLOR #B0C98C

HEX: #B0C98C
RGB: (176,201,140)

Color info

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

RGB color model

#B0C98C color RGB value is (176,201,140).

  • red value is 176;
  • green value is 201;
  • blue value is 140.
RGB:
(176,201,140)
(69%,79%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 140 of 255 = 55%

176
201
140

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

Portions of RGB colors in percentages

R + G + B =
176 + 201 + 140 = 517 (100%)
R 176 of 517 ~ 34.04%
G 201 of 517 ~ 38.88%
B 140 of 517 ~ 27.08%

%34.04
%38.88
%27.08

CMYK color model

#B0C98C color CMYK value is (12,0,30,21).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 30.35%
  • key color value is 21.18%
CMYK:
(12,0,30,21)
C12M0Y30K21 
(12%,0%,30%,21%)
(0.12/0.00/0.30/0.21)	

CMYK percentages

%12.44
%0
%30.35
%21.18

Codes

Color #B0C98C in popluar color models

B0C98C
RGB176201140
HSL85°36.09%66.86%
HSB/HSV85°30.35%78.82%
CMYK12.44%0.00%30.35%
21.18%

Color #B0C98C in popluar number systems.

HEXB0C98C
Decimal176201140
Binary101100001100100110001100
Octal260311214

Shades and tints

Shades of #B0C98C

#B0C98C
(176,201,140)
#A0B780
(160,183,128)
#90A574
(144,165,116)
#809368
(128,147,104)
#70815C
(112,129,92)
#606F50
(96,111,80)
#505D44
(80,93,68)
#404B38
(64,75,56)
#30392C
(48,57,44)
#202720
(32,39,32)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #B0C98C

#B0C98C
(176,201,140)
#B7CD96
(183,205,150)
#BED1A0
(190,209,160)
#C5D5AA
(197,213,170)
#CCD9B4
(204,217,180)
#D3DDBE
(211,221,190)
#DAE1C8
(218,225,200)
#E1E5D2
(225,229,210)
#E8E9DC
(232,233,220)
#EFEDE6
(239,237,230)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C98C color. Also use rgb(176,201,140) instead hex code.

Text Font Color

.myTextColor { color: #B0C98C; }

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

This text font color is #B0C98C.


Background Color

.myBgColor { background-color: #B0C98C; }

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

This div background color is #B0C98C.


Border color

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

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

This div border color is #B0C98C.


Opacity

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

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

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

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

This text has shadow with #B0C98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C98C on black background.


Color preview on white background

This text has color #B0C98C on white background.



Black color preview on #B0C98C background

This text has black color on #B0C98C background.


White color preview on #B0C98C background

This text has white color on #B0C98C background.