COLOR #86D487

HEX: #86D487
RGB: (134,212,135)

Color info

#86D487 contains mainly green color. Web safe color of #86D487 is #99CC99 (or #9C9).

RGB color model

#86D487 color RGB value is (134,212,135).

  • red value is 134;
  • green value is 212;
  • blue value is 135.
RGB:
(134,212,135)
(53%,83%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 212 of 255 = 83%
B 135 of 255 = 53%

134
212
135

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

Portions of RGB colors in percentages

R + G + B =
134 + 212 + 135 = 481 (100%)
R 134 of 481 ~ 27.86%
G 212 of 481 ~ 44.07%
B 135 of 481 ~ 28.07%

%27.86
%44.07
%28.07

CMYK color model

#86D487 color CMYK value is (37,0,36,17).

  • cyan value is 36.79%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 16.86%
CMYK:
(37,0,36,17)
C37M0Y36K17 
(37%,0%,36%,17%)
(0.37/0.00/0.36/0.17)	

CMYK percentages

%36.79
%0
%36.32
%16.86

Codes

Color #86D487 in popluar color models

86D487
RGB134212135
HSL121°47.56%67.84%
HSB/HSV121°36.79%83.14%
CMYK36.79%0.00%36.32%
16.86%

Color #86D487 in popluar number systems.

HEX86D487
Decimal134212135
Binary100001101101010010000111
Octal206324207

Shades and tints

Shades of #86D487

#86D487
(134,212,135)
#7AC17B
(122,193,123)
#6EAE6F
(110,174,111)
#629B63
(98,155,99)
#568857
(86,136,87)
#4A754B
(74,117,75)
#3E623F
(62,98,63)
#324F33
(50,79,51)
#263C27
(38,60,39)
#1A291B
(26,41,27)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #86D487

#86D487
(134,212,135)
#91D791
(145,215,145)
#9CDA9B
(156,218,155)
#A7DDA5
(167,221,165)
#B2E0AF
(178,224,175)
#BDE3B9
(189,227,185)
#C8E6C3
(200,230,195)
#D3E9CD
(211,233,205)
#DEECD7
(222,236,215)
#E9EFE1
(233,239,225)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86D487 color. Also use rgb(134,212,135) instead hex code.

Text Font Color

.myTextColor { color: #86D487; }

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

This text font color is #86D487.


Background Color

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

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

This div background color is #86D487.


Border color

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

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

This div border color is #86D487.


Opacity

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

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

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

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

This text has shadow with #86D487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D487 on black background.


Color preview on white background

This text has color #86D487 on white background.



Black color preview on #86D487 background

This text has black color on #86D487 background.


White color preview on #86D487 background

This text has white color on #86D487 background.