COLOR #86C387

HEX: #86C387 RGB: (134,195,135)

Color info

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

RGB color model

#86C387 color RGB value is (134,195,135).

RGB: (134,195,135) (53%, 76%, 53%)

RGB channels and saturation

R 134 of 255 = 53%
G 195 of 255 = 76%
B 135 of 255 = 53%

134
195
135

R + G + B ~ 61%. #86C387 is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 195 + 135 = 464 (100%)
R 134 of 464 ~ 28.88%
G 195 of 464 ~ 42.03%
B 135 of 464 ~ 29.09'%

%28.88
%42.03
%29.09

CMYK color model

#86C387 color CMYK value is (31,0,31,24).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 23.53%
CMYK: (31,0,31,24) C31M0Y31K24 (31%,0%,31%,24%) (0.31/0.00/0.31/0.24) 

CMYK percentages

%31.28
%0
%30.77
%23.53

Codes

Color #86C387 in popluar color models

86 C3 87
RGB 134 195 135
HSL 121° 33.70% 64.51%
HSB/HSV 121° 31.28% 76.47%
CMYK 31.28% 0.00% 30.77%
23.53%

Color #86C387 in popluar number systems.

HEX 86 C3 87
Decimal 134 195 135
Binary 10000110 11000011 10000111
Octal 206 303 207

Shades and tints

Shades of #86C387

#86C387
(134,195,135)
#7AB27B
(122,178,123)
#6EA16F
(110,161,111)
#629063
(98,144,99)
#567F57
(86,127,87)
#4A6E4B
(74,110,75)
#3E5D3F
(62,93,63)
#324C33
(50,76,51)
#263B27
(38,59,39)
#1A2A1B
(26,42,27)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #86C387

#86C387
(134,195,135)
#91C891
(145,200,145)
#9CCD9B
(156,205,155)
#A7D2A5
(167,210,165)
#B2D7AF
(178,215,175)
#BDDCB9
(189,220,185)
#C8E1C3
(200,225,195)
#D3E6CD
(211,230,205)
#DEEBD7
(222,235,215)
#E9F0E1
(233,240,225)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C387; }

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

This text font color is #86C387.

Background Color

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

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

This div background color is #86C387.

Border color

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

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

This div border color is #86C387.

Opacity

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

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

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

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

This text has shadow with #86C387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86C387.

Preview

Color preview on black background

This text has color #86C387 on black background.


Color preview on white background

This text has color #86C387 on white background.


Black color preview on #86C387 background

This text has black color on #86C387 background.


White color preview on #86C387 background

This text has white color on #86C387 background.


Related colors

Complementary color

Complementary color for #hex is #793C78.


I love getcolorcode.com

Triadic colors

1 #8786C3 and #C38786 with #86C387 are triadic colors.

2 #87C386 and #C38687 with #86C387 are triadic colors.