COLOR #86EA7E

HEX: #86EA7E
RGB: (134,234,126)

Color info

#86EA7E contains mainly green color. Web safe color of #86EA7E is #99FF66 (or #9F6).

RGB color model

#86EA7E color RGB value is (134,234,126).

  • red value is 134;
  • green value is 234;
  • blue value is 126.
RGB:
(134,234,126)
(53%,92%,49%)

RGB channels and saturation

R 134 of 255 = 53%
G 234 of 255 = 92%
B 126 of 255 = 49%

134
234
126

R + G + B ~ 65%. #86EA7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 234 + 126 = 494 (100%)
R 134 of 494 ~ 27.13%
G 234 of 494 ~ 47.37%
B 126 of 494 ~ 25.51%

%27.13
%47.37
%25.51

CMYK color model

#86EA7E color CMYK value is (43,0,46,8).

  • cyan value is 42.74%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 8.24%
CMYK:
(43,0,46,8)
C43M0Y46K8 
(43%,0%,46%,8%)
(0.43/0.00/0.46/0.08)	

CMYK percentages

%42.74
%0
%46.15
%8.24

Codes

Color #86EA7E in popluar color models

86EA7E
RGB134234126
HSL116°72.00%70.59%
HSB/HSV116°46.15%91.76%
CMYK42.74%0.00%46.15%
8.24%

Color #86EA7E in popluar number systems.

HEX86EA7E
Decimal134234126
Binary10000110111010101111110
Octal206352176

Shades and tints

Shades of #86EA7E

#86EA7E
(134,234,126)
#7AD573
(122,213,115)
#6EC068
(110,192,104)
#62AB5D
(98,171,93)
#569652
(86,150,82)
#4A8147
(74,129,71)
#3E6C3C
(62,108,60)
#325731
(50,87,49)
#264226
(38,66,38)
#1A2D1B
(26,45,27)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #86EA7E

#86EA7E
(134,234,126)
#91EB89
(145,235,137)
#9CEC94
(156,236,148)
#A7ED9F
(167,237,159)
#B2EEAA
(178,238,170)
#BDEFB5
(189,239,181)
#C8F0C0
(200,240,192)
#D3F1CB
(211,241,203)
#DEF2D6
(222,242,214)
#E9F3E1
(233,243,225)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86EA7E color. Also use rgb(134,234,126) instead hex code.

Text Font Color

.myTextColor { color: #86EA7E; }

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

This text font color is #86EA7E.


Background Color

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

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

This div background color is #86EA7E.


Border color

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

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

This div border color is #86EA7E.


Opacity

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

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

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

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

This text has shadow with #86EA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86EA7E on black background.


Color preview on white background

This text has color #86EA7E on white background.



Black color preview on #86EA7E background

This text has black color on #86EA7E background.


White color preview on #86EA7E background

This text has white color on #86EA7E background.