COLOR #86C784

HEX: #86C784
RGB: (134,199,132)

Color info

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

RGB color model

#86C784 color RGB value is (134,199,132).

  • red value is 134;
  • green value is 199;
  • blue value is 132.
RGB:
(134,199,132)
(53%,78%,52%)

RGB channels and saturation

R 134 of 255 = 53%
G 199 of 255 = 78%
B 132 of 255 = 52%

134
199
132

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

Portions of RGB colors in percentages

R + G + B =
134 + 199 + 132 = 465 (100%)
R 134 of 465 ~ 28.82%
G 199 of 465 ~ 42.8%
B 132 of 465 ~ 28.39%

%28.82
%42.8
%28.39

CMYK color model

#86C784 color CMYK value is (33,0,34,22).

  • cyan value is 32.66%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 21.96%
CMYK:
(33,0,34,22)
C33M0Y34K22 
(33%,0%,34%,22%)
(0.33/0.00/0.34/0.22)	

CMYK percentages

%32.66
%0
%33.67
%21.96

Codes

Color #86C784 in popluar color models

86C784
RGB134199132
HSL118°37.43%64.90%
HSB/HSV118°33.67%78.04%
CMYK32.66%0.00%33.67%
21.96%

Color #86C784 in popluar number systems.

HEX86C784
Decimal134199132
Binary100001101100011110000100
Octal206307204

Shades and tints

Shades of #86C784

#86C784
(134,199,132)
#7AB578
(122,181,120)
#6EA36C
(110,163,108)
#629160
(98,145,96)
#567F54
(86,127,84)
#4A6D48
(74,109,72)
#3E5B3C
(62,91,60)
#324930
(50,73,48)
#263724
(38,55,36)
#1A2518
(26,37,24)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #86C784

#86C784
(134,199,132)
#91CC8F
(145,204,143)
#9CD19A
(156,209,154)
#A7D6A5
(167,214,165)
#B2DBB0
(178,219,176)
#BDE0BB
(189,224,187)
#C8E5C6
(200,229,198)
#D3EAD1
(211,234,209)
#DEEFDC
(222,239,220)
#E9F4E7
(233,244,231)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C784 color. Also use rgb(134,199,132) instead hex code.

Text Font Color

.myTextColor { color: #86C784; }

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

This text font color is #86C784.


Background Color

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

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

This div background color is #86C784.


Border color

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

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

This div border color is #86C784.


Opacity

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

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

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

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

This text has shadow with #86C784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C784 on black background.


Color preview on white background

This text has color #86C784 on white background.



Black color preview on #86C784 background

This text has black color on #86C784 background.


White color preview on #86C784 background

This text has white color on #86C784 background.