COLOR #B0ED86

HEX: #B0ED86
RGB: (176,237,134)

Color info

#B0ED86 contains mainly green color. Web safe color of #B0ED86 is #99FF99 (or #9F9).

RGB color model

#B0ED86 color RGB value is (176,237,134).

  • red value is 176;
  • green value is 237;
  • blue value is 134.
RGB:
(176,237,134)
(69%,93%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 237 of 255 = 93%
B 134 of 255 = 53%

176
237
134

R + G + B ~ 72%. #B0ED86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 237 + 134 = 547 (100%)
R 176 of 547 ~ 32.18%
G 237 of 547 ~ 43.33%
B 134 of 547 ~ 24.5%

%32.18
%43.33
%24.5

CMYK color model

#B0ED86 color CMYK value is (26,0,43,7).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 43.46%
  • key color value is 7.06%
CMYK:
(26,0,43,7)
C26M0Y43K7 
(26%,0%,43%,7%)
(0.26/0.00/0.43/0.07)	

CMYK percentages

%25.74
%0
%43.46
%7.06

Codes

Color #B0ED86 in popluar color models

B0ED86
RGB176237134
HSL96°74.10%72.75%
HSB/HSV96°43.46%92.94%
CMYK25.74%0.00%43.46%
7.06%

Color #B0ED86 in popluar number systems.

HEXB0ED86
Decimal176237134
Binary101100001110110110000110
Octal260355206

Shades and tints

Shades of #B0ED86

#B0ED86
(176,237,134)
#A0D87A
(160,216,122)
#90C36E
(144,195,110)
#80AE62
(128,174,98)
#709956
(112,153,86)
#60844A
(96,132,74)
#506F3E
(80,111,62)
#405A32
(64,90,50)
#304526
(48,69,38)
#20301A
(32,48,26)
#101B0E
(16,27,14)
#000000
(0,0,0)

Tints of #B0ED86

#B0ED86
(176,237,134)
#B7EE91
(183,238,145)
#BEEF9C
(190,239,156)
#C5F0A7
(197,240,167)
#CCF1B2
(204,241,178)
#D3F2BD
(211,242,189)
#DAF3C8
(218,243,200)
#E1F4D3
(225,244,211)
#E8F5DE
(232,245,222)
#EFF6E9
(239,246,233)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0ED86 color. Also use rgb(176,237,134) instead hex code.

Text Font Color

.myTextColor { color: #B0ED86; }

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

This text font color is #B0ED86.


Background Color

.myBgColor { background-color: #B0ED86; }

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

This div background color is #B0ED86.


Border color

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

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

This div border color is #B0ED86.


Opacity

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

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

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

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

This text has shadow with #B0ED86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ED86 on black background.


Color preview on white background

This text has color #B0ED86 on white background.



Black color preview on #B0ED86 background

This text has black color on #B0ED86 background.


White color preview on #B0ED86 background

This text has white color on #B0ED86 background.