COLOR #86EE7C

HEX: #86EE7C
RGB: (134,238,124)

Color info

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

RGB color model

#86EE7C color RGB value is (134,238,124).

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

RGB channels and saturation

R 134 of 255 = 53%
G 238 of 255 = 93%
B 124 of 255 = 49%

134
238
124

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

Portions of RGB colors in percentages

R + G + B =
134 + 238 + 124 = 496 (100%)
R 134 of 496 ~ 27.02%
G 238 of 496 ~ 47.98%
B 124 of 496 ~ 25%

%27.02
%47.98
%25

CMYK color model

#86EE7C color CMYK value is (44,0,48,7).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 47.90%
  • key color value is 6.67%
CMYK:
(44,0,48,7)
C44M0Y48K7 
(44%,0%,48%,7%)
(0.44/0.00/0.48/0.07)	

CMYK percentages

%43.7
%0
%47.9
%6.67

Codes

Color #86EE7C in popluar color models

86EE7C
RGB134238124
HSL115°77.03%70.98%
HSB/HSV115°47.90%93.33%
CMYK43.70%0.00%47.90%
6.67%

Color #86EE7C in popluar number systems.

HEX86EE7C
Decimal134238124
Binary10000110111011101111100
Octal206356174

Shades and tints

Shades of #86EE7C

#86EE7C
(134,238,124)
#7AD971
(122,217,113)
#6EC466
(110,196,102)
#62AF5B
(98,175,91)
#569A50
(86,154,80)
#4A8545
(74,133,69)
#3E703A
(62,112,58)
#325B2F
(50,91,47)
#264624
(38,70,36)
#1A3119
(26,49,25)
#0E1C0E
(14,28,14)
#000000
(0,0,0)

Tints of #86EE7C

#86EE7C
(134,238,124)
#91EF87
(145,239,135)
#9CF092
(156,240,146)
#A7F19D
(167,241,157)
#B2F2A8
(178,242,168)
#BDF3B3
(189,243,179)
#C8F4BE
(200,244,190)
#D3F5C9
(211,245,201)
#DEF6D4
(222,246,212)
#E9F7DF
(233,247,223)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86EE7C; }

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

This text font color is #86EE7C.


Background Color

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

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

This div background color is #86EE7C.


Border color

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

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

This div border color is #86EE7C.


Opacity

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

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

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

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

This text has shadow with #86EE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86EE7C on black background.


Color preview on white background

This text has color #86EE7C on white background.



Black color preview on #86EE7C background

This text has black color on #86EE7C background.


White color preview on #86EE7C background

This text has white color on #86EE7C background.