COLOR #86D5A0

HEX: #86D5A0
RGB: (134,213,160)

Color info

#86D5A0 contains mainly green and blue colors. Web safe color of #86D5A0 is #99CC99 (or #9C9).

RGB color model

#86D5A0 color RGB value is (134,213,160).

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

RGB channels and saturation

R 134 of 255 = 53%
G 213 of 255 = 84%
B 160 of 255 = 63%

134
213
160

R + G + B ~ 67%. #86D5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 213 + 160 = 507 (100%)
R 134 of 507 ~ 26.43%
G 213 of 507 ~ 42.01%
B 160 of 507 ~ 31.56%

%26.43
%42.01
%31.56

CMYK color model

#86D5A0 color CMYK value is (37,0,25,16).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 16.47%
CMYK:
(37,0,25,16)
C37M0Y25K16 
(37%,0%,25%,16%)
(0.37/0.00/0.25/0.16)	

CMYK percentages

%37.09
%0
%24.88
%16.47

Codes

Color #86D5A0 in popluar color models

86D5A0
RGB134213160
HSL140°48.47%68.04%
HSB/HSV140°37.09%83.53%
CMYK37.09%0.00%24.88%
16.47%

Color #86D5A0 in popluar number systems.

HEX86D5A0
Decimal134213160
Binary100001101101010110100000
Octal206325240

Shades and tints

Shades of #86D5A0

#86D5A0
(134,213,160)
#7AC292
(122,194,146)
#6EAF84
(110,175,132)
#629C76
(98,156,118)
#568968
(86,137,104)
#4A765A
(74,118,90)
#3E634C
(62,99,76)
#32503E
(50,80,62)
#263D30
(38,61,48)
#1A2A22
(26,42,34)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #86D5A0

#86D5A0
(134,213,160)
#91D8A8
(145,216,168)
#9CDBB0
(156,219,176)
#A7DEB8
(167,222,184)
#B2E1C0
(178,225,192)
#BDE4C8
(189,228,200)
#C8E7D0
(200,231,208)
#D3EAD8
(211,234,216)
#DEEDE0
(222,237,224)
#E9F0E8
(233,240,232)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86D5A0; }

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

This text font color is #86D5A0.


Background Color

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

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

This div background color is #86D5A0.


Border color

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

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

This div border color is #86D5A0.


Opacity

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

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

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

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

This text has shadow with #86D5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D5A0 on black background.


Color preview on white background

This text has color #86D5A0 on white background.



Black color preview on #86D5A0 background

This text has black color on #86D5A0 background.


White color preview on #86D5A0 background

This text has white color on #86D5A0 background.