COLOR #86D585

HEX: #86D585
RGB: (134,213,133)

Color info

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

RGB color model

#86D585 color RGB value is (134,213,133).

  • red value is 134;
  • green value is 213;
  • blue value is 133.
RGB:
(134,213,133)
(53%,84%,52%)

RGB channels and saturation

R 134 of 255 = 53%
G 213 of 255 = 84%
B 133 of 255 = 52%

134
213
133

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

Portions of RGB colors in percentages

R + G + B =
134 + 213 + 133 = 480 (100%)
R 134 of 480 ~ 27.92%
G 213 of 480 ~ 44.38%
B 133 of 480 ~ 27.71%

%27.92
%44.38
%27.71

CMYK color model

#86D585 color CMYK value is (37,0,38,16).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 16.47%
CMYK:
(37,0,38,16)
C37M0Y38K16 
(37%,0%,38%,16%)
(0.37/0.00/0.38/0.16)	

CMYK percentages

%37.09
%0
%37.56
%16.47

Codes

Color #86D585 in popluar color models

86D585
RGB134213133
HSL119°48.78%67.84%
HSB/HSV119°37.56%83.53%
CMYK37.09%0.00%37.56%
16.47%

Color #86D585 in popluar number systems.

HEX86D585
Decimal134213133
Binary100001101101010110000101
Octal206325205

Shades and tints

Shades of #86D585

#86D585
(134,213,133)
#7AC279
(122,194,121)
#6EAF6D
(110,175,109)
#629C61
(98,156,97)
#568955
(86,137,85)
#4A7649
(74,118,73)
#3E633D
(62,99,61)
#325031
(50,80,49)
#263D25
(38,61,37)
#1A2A19
(26,42,25)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #86D585

#86D585
(134,213,133)
#91D890
(145,216,144)
#9CDB9B
(156,219,155)
#A7DEA6
(167,222,166)
#B2E1B1
(178,225,177)
#BDE4BC
(189,228,188)
#C8E7C7
(200,231,199)
#D3EAD2
(211,234,210)
#DEEDDD
(222,237,221)
#E9F0E8
(233,240,232)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86D585 color. Also use rgb(134,213,133) instead hex code.

Text Font Color

.myTextColor { color: #86D585; }

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

This text font color is #86D585.


Background Color

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

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

This div background color is #86D585.


Border color

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

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

This div border color is #86D585.


Opacity

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

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

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

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

This text has shadow with #86D585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D585 on black background.


Color preview on white background

This text has color #86D585 on white background.



Black color preview on #86D585 background

This text has black color on #86D585 background.


White color preview on #86D585 background

This text has white color on #86D585 background.