COLOR #86EE8B

HEX: #86EE8B
RGB: (134,238,139)

Color info

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

RGB color model

#86EE8B color RGB value is (134,238,139).

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

RGB channels and saturation

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

134
238
139

R + G + B ~ 67%. #86EE8B is quite light color.

Portions of RGB colors in percentages

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

%26.22
%46.58
%27.2

CMYK color model

#86EE8B color CMYK value is (44,0,42,7).

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

CMYK percentages

%43.7
%0
%41.6
%6.67

Codes

Color #86EE8B in popluar color models

86EE8B
RGB134238139
HSL123°75.36%72.94%
HSB/HSV123°43.70%93.33%
CMYK43.70%0.00%41.60%
6.67%

Color #86EE8B in popluar number systems.

HEX86EE8B
Decimal134238139
Binary100001101110111010001011
Octal206356213

Shades and tints

Shades of #86EE8B

#86EE8B
(134,238,139)
#7AD97F
(122,217,127)
#6EC473
(110,196,115)
#62AF67
(98,175,103)
#569A5B
(86,154,91)
#4A854F
(74,133,79)
#3E7043
(62,112,67)
#325B37
(50,91,55)
#26462B
(38,70,43)
#1A311F
(26,49,31)
#0E1C13
(14,28,19)
#000000
(0,0,0)

Tints of #86EE8B

#86EE8B
(134,238,139)
#91EF95
(145,239,149)
#9CF09F
(156,240,159)
#A7F1A9
(167,241,169)
#B2F2B3
(178,242,179)
#BDF3BD
(189,243,189)
#C8F4C7
(200,244,199)
#D3F5D1
(211,245,209)
#DEF6DB
(222,246,219)
#E9F7E5
(233,247,229)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86EE8B; }

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

This text font color is #86EE8B.


Background Color

.myBgColor { background-color: #86EE8B; }

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

This div background color is #86EE8B.


Border color

.myBorderColor { border: 1px solid #86EE8B; }

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

This div border color is #86EE8B.


Opacity

.myOpacity80 { color: #86EE8B; opacity: 0.8; }

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

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

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

This text has shadow with #86EE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86EE8B on black background.


Color preview on white background

This text has color #86EE8B on white background.



Black color preview on #86EE8B background

This text has black color on #86EE8B background.


White color preview on #86EE8B background

This text has white color on #86EE8B background.