COLOR #B0E980

HEX: #B0E980
RGB: (176,233,128)

Color info

#B0E980 contains mainly red and green colors. Web safe color of #B0E980 is #99FF66 (or #9F6).

RGB color model

#B0E980 color RGB value is (176,233,128).

  • red value is 176;
  • green value is 233;
  • blue value is 128.
RGB:
(176,233,128)
(69%,91%,50%)

RGB channels and saturation

R 176 of 255 = 69%
G 233 of 255 = 91%
B 128 of 255 = 50%

176
233
128

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

Portions of RGB colors in percentages

R + G + B =
176 + 233 + 128 = 537 (100%)
R 176 of 537 ~ 32.77%
G 233 of 537 ~ 43.39%
B 128 of 537 ~ 23.84%

%32.77
%43.39
%23.84

CMYK color model

#B0E980 color CMYK value is (24,0,45,9).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 45.06%
  • key color value is 8.63%
CMYK:
(24,0,45,9)
C24M0Y45K9 
(24%,0%,45%,9%)
(0.24/0.00/0.45/0.09)	

CMYK percentages

%24.46
%0
%45.06
%8.63

Codes

Color #B0E980 in popluar color models

B0E980
RGB176233128
HSL93°70.47%70.78%
HSB/HSV93°45.06%91.37%
CMYK24.46%0.00%45.06%
8.63%

Color #B0E980 in popluar number systems.

HEXB0E980
Decimal176233128
Binary101100001110100110000000
Octal260351200

Shades and tints

Shades of #B0E980

#B0E980
(176,233,128)
#A0D475
(160,212,117)
#90BF6A
(144,191,106)
#80AA5F
(128,170,95)
#709554
(112,149,84)
#608049
(96,128,73)
#506B3E
(80,107,62)
#405633
(64,86,51)
#304128
(48,65,40)
#202C1D
(32,44,29)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #B0E980

#B0E980
(176,233,128)
#B7EB8B
(183,235,139)
#BEED96
(190,237,150)
#C5EFA1
(197,239,161)
#CCF1AC
(204,241,172)
#D3F3B7
(211,243,183)
#DAF5C2
(218,245,194)
#E1F7CD
(225,247,205)
#E8F9D8
(232,249,216)
#EFFBE3
(239,251,227)
#F6FDEE
(246,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E980 color. Also use rgb(176,233,128) instead hex code.

Text Font Color

.myTextColor { color: #B0E980; }

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

This text font color is #B0E980.


Background Color

.myBgColor { background-color: #B0E980; }

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

This div background color is #B0E980.


Border color

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

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

This div border color is #B0E980.


Opacity

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

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

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

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

This text has shadow with #B0E980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E980 on black background.


Color preview on white background

This text has color #B0E980 on white background.



Black color preview on #B0E980 background

This text has black color on #B0E980 background.


White color preview on #B0E980 background

This text has white color on #B0E980 background.