COLOR #8BEE86

HEX: #8BEE86
RGB: (139,238,134)

Color info

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

RGB color model

#8BEE86 color RGB value is (139,238,134).

  • red value is 139;
  • green value is 238;
  • blue value is 134.
RGB:
(139,238,134)
(55%,93%,53%)

RGB channels and saturation

R 139 of 255 = 55%
G 238 of 255 = 93%
B 134 of 255 = 53%

139
238
134

R + G + B ~ 67%. #8BEE86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 238 + 134 = 511 (100%)
R 139 of 511 ~ 27.2%
G 238 of 511 ~ 46.58%
B 134 of 511 ~ 26.22%

%27.2
%46.58
%26.22

CMYK color model

#8BEE86 color CMYK value is (42,0,44,7).

  • cyan value is 41.60%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 6.67%
CMYK:
(42,0,44,7)
C42M0Y44K7 
(42%,0%,44%,7%)
(0.42/0.00/0.44/0.07)	

CMYK percentages

%41.6
%0
%43.7
%6.67

Codes

Color #8BEE86 in popluar color models

8BEE86
RGB139238134
HSL117°75.36%72.94%
HSB/HSV117°43.70%93.33%
CMYK41.60%0.00%43.70%
6.67%

Color #8BEE86 in popluar number systems.

HEX8BEE86
Decimal139238134
Binary100010111110111010000110
Octal213356206

Shades and tints

Shades of #8BEE86

#8BEE86
(139,238,134)
#7FD97A
(127,217,122)
#73C46E
(115,196,110)
#67AF62
(103,175,98)
#5B9A56
(91,154,86)
#4F854A
(79,133,74)
#43703E
(67,112,62)
#375B32
(55,91,50)
#2B4626
(43,70,38)
#1F311A
(31,49,26)
#131C0E
(19,28,14)
#000000
(0,0,0)

Tints of #8BEE86

#8BEE86
(139,238,134)
#95EF91
(149,239,145)
#9FF09C
(159,240,156)
#A9F1A7
(169,241,167)
#B3F2B2
(179,242,178)
#BDF3BD
(189,243,189)
#C7F4C8
(199,244,200)
#D1F5D3
(209,245,211)
#DBF6DE
(219,246,222)
#E5F7E9
(229,247,233)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BEE86 color. Also use rgb(139,238,134) instead hex code.

Text Font Color

.myTextColor { color: #8BEE86; }

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

This text font color is #8BEE86.


Background Color

.myBgColor { background-color: #8BEE86; }

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

This div background color is #8BEE86.


Border color

.myBorderColor { border: 1px solid #8BEE86; }

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

This div border color is #8BEE86.


Opacity

.myOpacity80 { color: #8BEE86; opacity: 0.8; }

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

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

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

This text has shadow with #8BEE86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BEE86 on black background.


Color preview on white background

This text has color #8BEE86 on white background.



Black color preview on #8BEE86 background

This text has black color on #8BEE86 background.


White color preview on #8BEE86 background

This text has white color on #8BEE86 background.