COLOR #86E07E

HEX: #86E07E
RGB: (134,224,126)

Color info

#86E07E contains mainly green color. Web safe color of #86E07E is #99CC66 (or #9C6).

RGB color model

#86E07E color RGB value is (134,224,126).

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

RGB channels and saturation

R 134 of 255 = 53%
G 224 of 255 = 88%
B 126 of 255 = 49%

134
224
126

R + G + B ~ 63%. #86E07E is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 224 + 126 = 484 (100%)
R 134 of 484 ~ 27.69%
G 224 of 484 ~ 46.28%
B 126 of 484 ~ 26.03%

%27.69
%46.28
%26.03

CMYK color model

#86E07E color CMYK value is (40,0,44,12).

  • cyan value is 40.18%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 12.16%
CMYK:
(40,0,44,12)
C40M0Y44K12 
(40%,0%,44%,12%)
(0.40/0.00/0.44/0.12)	

CMYK percentages

%40.18
%0
%43.75
%12.16

Codes

Color #86E07E in popluar color models

86E07E
RGB134224126
HSL115°61.25%68.63%
HSB/HSV115°43.75%87.84%
CMYK40.18%0.00%43.75%
12.16%

Color #86E07E in popluar number systems.

HEX86E07E
Decimal134224126
Binary10000110111000001111110
Octal206340176

Shades and tints

Shades of #86E07E

#86E07E
(134,224,126)
#7ACC73
(122,204,115)
#6EB868
(110,184,104)
#62A45D
(98,164,93)
#569052
(86,144,82)
#4A7C47
(74,124,71)
#3E683C
(62,104,60)
#325431
(50,84,49)
#264026
(38,64,38)
#1A2C1B
(26,44,27)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #86E07E

#86E07E
(134,224,126)
#91E289
(145,226,137)
#9CE494
(156,228,148)
#A7E69F
(167,230,159)
#B2E8AA
(178,232,170)
#BDEAB5
(189,234,181)
#C8ECC0
(200,236,192)
#D3EECB
(211,238,203)
#DEF0D6
(222,240,214)
#E9F2E1
(233,242,225)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86E07E; }

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

This text font color is #86E07E.


Background Color

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

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

This div background color is #86E07E.


Border color

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

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

This div border color is #86E07E.


Opacity

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

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

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

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

This text has shadow with #86E07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86E07E on black background.


Color preview on white background

This text has color #86E07E on white background.



Black color preview on #86E07E background

This text has black color on #86E07E background.


White color preview on #86E07E background

This text has white color on #86E07E background.