COLOR #86CC84

HEX: #86CC84
RGB: (134,204,132)

Color info

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

RGB color model

#86CC84 color RGB value is (134,204,132).

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

RGB channels and saturation

R 134 of 255 = 53%
G 204 of 255 = 80%
B 132 of 255 = 52%

134
204
132

R + G + B ~ 62%. #86CC84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 204 + 132 = 470 (100%)
R 134 of 470 ~ 28.51%
G 204 of 470 ~ 43.4%
B 132 of 470 ~ 28.09%

%28.51
%43.4
%28.09

CMYK color model

#86CC84 color CMYK value is (34,0,35,20).

  • cyan value is 34.31%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 20.00%
CMYK:
(34,0,35,20)
C34M0Y35K20 
(34%,0%,35%,20%)
(0.34/0.00/0.35/0.20)	

CMYK percentages

%34.31
%0
%35.29
%20

Codes

Color #86CC84 in popluar color models

86CC84
RGB134204132
HSL118°41.38%65.88%
HSB/HSV118°35.29%80.00%
CMYK34.31%0.00%35.29%
20.00%

Color #86CC84 in popluar number systems.

HEX86CC84
Decimal134204132
Binary100001101100110010000100
Octal206314204

Shades and tints

Shades of #86CC84

#86CC84
(134,204,132)
#7ABA78
(122,186,120)
#6EA86C
(110,168,108)
#629660
(98,150,96)
#568454
(86,132,84)
#4A7248
(74,114,72)
#3E603C
(62,96,60)
#324E30
(50,78,48)
#263C24
(38,60,36)
#1A2A18
(26,42,24)
#0E180C
(14,24,12)
#000000
(0,0,0)

Tints of #86CC84

#86CC84
(134,204,132)
#91D08F
(145,208,143)
#9CD49A
(156,212,154)
#A7D8A5
(167,216,165)
#B2DCB0
(178,220,176)
#BDE0BB
(189,224,187)
#C8E4C6
(200,228,198)
#D3E8D1
(211,232,209)
#DEECDC
(222,236,220)
#E9F0E7
(233,240,231)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86CC84; }

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

This text font color is #86CC84.


Background Color

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

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

This div background color is #86CC84.


Border color

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

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

This div border color is #86CC84.


Opacity

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

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

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

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

This text has shadow with #86CC84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86CC84 on black background.


Color preview on white background

This text has color #86CC84 on white background.



Black color preview on #86CC84 background

This text has black color on #86CC84 background.


White color preview on #86CC84 background

This text has white color on #86CC84 background.