COLOR #B0E881

HEX: #B0E881
RGB: (176,232,129)

Color info

#B0E881 contains mainly red and green colors. Web safe color of #B0E881 is #99FF99 (or #9F9).

RGB color model

#B0E881 color RGB value is (176,232,129).

  • red value is 176;
  • green value is 232;
  • blue value is 129.
RGB:
(176,232,129)
(69%,91%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 232 of 255 = 91%
B 129 of 255 = 51%

176
232
129

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

Portions of RGB colors in percentages

R + G + B =
176 + 232 + 129 = 537 (100%)
R 176 of 537 ~ 32.77%
G 232 of 537 ~ 43.2%
B 129 of 537 ~ 24.02%

%32.77
%43.2
%24.02

CMYK color model

#B0E881 color CMYK value is (24,0,44,9).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 44.40%
  • key color value is 9.02%
CMYK:
(24,0,44,9)
C24M0Y44K9 
(24%,0%,44%,9%)
(0.24/0.00/0.44/0.09)	

CMYK percentages

%24.14
%0
%44.4
%9.02

Codes

Color #B0E881 in popluar color models

B0E881
RGB176232129
HSL93°69.13%70.78%
HSB/HSV93°44.40%90.98%
CMYK24.14%0.00%44.40%
9.02%

Color #B0E881 in popluar number systems.

HEXB0E881
Decimal176232129
Binary101100001110100010000001
Octal260350201

Shades and tints

Shades of #B0E881

#B0E881
(176,232,129)
#A0D376
(160,211,118)
#90BE6B
(144,190,107)
#80A960
(128,169,96)
#709455
(112,148,85)
#607F4A
(96,127,74)
#506A3F
(80,106,63)
#405534
(64,85,52)
#304029
(48,64,41)
#202B1E
(32,43,30)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #B0E881

#B0E881
(176,232,129)
#B7EA8C
(183,234,140)
#BEEC97
(190,236,151)
#C5EEA2
(197,238,162)
#CCF0AD
(204,240,173)
#D3F2B8
(211,242,184)
#DAF4C3
(218,244,195)
#E1F6CE
(225,246,206)
#E8F8D9
(232,248,217)
#EFFAE4
(239,250,228)
#F6FCEF
(246,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E881 color. Also use rgb(176,232,129) instead hex code.

Text Font Color

.myTextColor { color: #B0E881; }

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

This text font color is #B0E881.


Background Color

.myBgColor { background-color: #B0E881; }

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

This div background color is #B0E881.


Border color

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

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

This div border color is #B0E881.


Opacity

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

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

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

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

This text has shadow with #B0E881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E881 on black background.


Color preview on white background

This text has color #B0E881 on white background.



Black color preview on #B0E881 background

This text has black color on #B0E881 background.


White color preview on #B0E881 background

This text has white color on #B0E881 background.