COLOR #86C367

HEX: #86C367
RGB: (134,195,103)

Color info

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

RGB color model

#86C367 color RGB value is (134,195,103).

  • red value is 134;
  • green value is 195;
  • blue value is 103.
RGB:
(134,195,103)
(53%,76%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 195 of 255 = 76%
B 103 of 255 = 40%

134
195
103

R + G + B ~ 56%. #86C367 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 195 + 103 = 432 (100%)
R 134 of 432 ~ 31.02%
G 195 of 432 ~ 45.14%
B 103 of 432 ~ 23.84%

%31.02
%45.14
%23.84

CMYK color model

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

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 47.18%
  • key color value is 23.53%
CMYK:
(31,0,47,24)
C31M0Y47K24 
(31%,0%,47%,24%)
(0.31/0.00/0.47/0.24)	

CMYK percentages

%31.28
%0
%47.18
%23.53

Codes

Color #86C367 in popluar color models

86C367
RGB134195103
HSL100°43.40%58.43%
HSB/HSV100°47.18%76.47%
CMYK31.28%0.00%47.18%
23.53%

Color #86C367 in popluar number systems.

HEX86C367
Decimal134195103
Binary10000110110000111100111
Octal206303147

Shades and tints

Shades of #86C367

#86C367
(134,195,103)
#7AB25E
(122,178,94)
#6EA155
(110,161,85)
#62904C
(98,144,76)
#567F43
(86,127,67)
#4A6E3A
(74,110,58)
#3E5D31
(62,93,49)
#324C28
(50,76,40)
#263B1F
(38,59,31)
#1A2A16
(26,42,22)
#0E190D
(14,25,13)
#000000
(0,0,0)

Tints of #86C367

#86C367
(134,195,103)
#91C874
(145,200,116)
#9CCD81
(156,205,129)
#A7D28E
(167,210,142)
#B2D79B
(178,215,155)
#BDDCA8
(189,220,168)
#C8E1B5
(200,225,181)
#D3E6C2
(211,230,194)
#DEEBCF
(222,235,207)
#E9F0DC
(233,240,220)
#F4F5E9
(244,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C367; }

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

This text font color is #86C367.


Background Color

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

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

This div background color is #86C367.


Border color

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

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

This div border color is #86C367.


Opacity

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

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

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

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

This text has shadow with #86C367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C367 on black background.


Color preview on white background

This text has color #86C367 on white background.



Black color preview on #86C367 background

This text has black color on #86C367 background.


White color preview on #86C367 background

This text has white color on #86C367 background.