COLOR #86D5AA

HEX: #86D5AA
RGB: (134,213,170)

Color info

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

RGB color model

#86D5AA color RGB value is (134,213,170).

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

RGB channels and saturation

R 134 of 255 = 53%
G 213 of 255 = 84%
B 170 of 255 = 67%

134
213
170

R + G + B ~ 68%. #86D5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 213 + 170 = 517 (100%)
R 134 of 517 ~ 25.92%
G 213 of 517 ~ 41.2%
B 170 of 517 ~ 32.88%

%25.92
%41.2
%32.88

CMYK color model

#86D5AA color CMYK value is (37,0,20,16).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 16.47%
CMYK:
(37,0,20,16)
C37M0Y20K16 
(37%,0%,20%,16%)
(0.37/0.00/0.20/0.16)	

CMYK percentages

%37.09
%0
%20.19
%16.47

Codes

Color #86D5AA in popluar color models

86D5AA
RGB134213170
HSL147°48.47%68.04%
HSB/HSV147°37.09%83.53%
CMYK37.09%0.00%20.19%
16.47%

Color #86D5AA in popluar number systems.

HEX86D5AA
Decimal134213170
Binary100001101101010110101010
Octal206325252

Shades and tints

Shades of #86D5AA

#86D5AA
(134,213,170)
#7AC29B
(122,194,155)
#6EAF8C
(110,175,140)
#629C7D
(98,156,125)
#56896E
(86,137,110)
#4A765F
(74,118,95)
#3E6350
(62,99,80)
#325041
(50,80,65)
#263D32
(38,61,50)
#1A2A23
(26,42,35)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #86D5AA

#86D5AA
(134,213,170)
#91D8B1
(145,216,177)
#9CDBB8
(156,219,184)
#A7DEBF
(167,222,191)
#B2E1C6
(178,225,198)
#BDE4CD
(189,228,205)
#C8E7D4
(200,231,212)
#D3EADB
(211,234,219)
#DEEDE2
(222,237,226)
#E9F0E9
(233,240,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86D5AA; }

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

This text font color is #86D5AA.


Background Color

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

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

This div background color is #86D5AA.


Border color

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

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

This div border color is #86D5AA.


Opacity

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

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

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

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

This text has shadow with #86D5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D5AA on black background.


Color preview on white background

This text has color #86D5AA on white background.



Black color preview on #86D5AA background

This text has black color on #86D5AA background.


White color preview on #86D5AA background

This text has white color on #86D5AA background.