COLOR #86D7A9

HEX: #86D7A9
RGB: (134,215,169)

Color info

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

RGB color model

#86D7A9 color RGB value is (134,215,169).

  • red value is 134;
  • green value is 215;
  • blue value is 169.
RGB:
(134,215,169)
(53%,84%,66%)

RGB channels and saturation

R 134 of 255 = 53%
G 215 of 255 = 84%
B 169 of 255 = 66%

134
215
169

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

Portions of RGB colors in percentages

R + G + B =
134 + 215 + 169 = 518 (100%)
R 134 of 518 ~ 25.87%
G 215 of 518 ~ 41.51%
B 169 of 518 ~ 32.63%

%25.87
%41.51
%32.63

CMYK color model

#86D7A9 color CMYK value is (38,0,21,16).

  • cyan value is 37.67%
  • magenta value is 0.00%
  • yellow value is 21.40%
  • key color value is 15.69%
CMYK:
(38,0,21,16)
C38M0Y21K16 
(38%,0%,21%,16%)
(0.38/0.00/0.21/0.16)	

CMYK percentages

%37.67
%0
%21.4
%15.69

Codes

Color #86D7A9 in popluar color models

86D7A9
RGB134215169
HSL146°50.31%68.43%
HSB/HSV146°37.67%84.31%
CMYK37.67%0.00%21.40%
15.69%

Color #86D7A9 in popluar number systems.

HEX86D7A9
Decimal134215169
Binary100001101101011110101001
Octal206327251

Shades and tints

Shades of #86D7A9

#86D7A9
(134,215,169)
#7AC49A
(122,196,154)
#6EB18B
(110,177,139)
#629E7C
(98,158,124)
#568B6D
(86,139,109)
#4A785E
(74,120,94)
#3E654F
(62,101,79)
#325240
(50,82,64)
#263F31
(38,63,49)
#1A2C22
(26,44,34)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #86D7A9

#86D7A9
(134,215,169)
#91DAB0
(145,218,176)
#9CDDB7
(156,221,183)
#A7E0BE
(167,224,190)
#B2E3C5
(178,227,197)
#BDE6CC
(189,230,204)
#C8E9D3
(200,233,211)
#D3ECDA
(211,236,218)
#DEEFE1
(222,239,225)
#E9F2E8
(233,242,232)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86D7A9 color. Also use rgb(134,215,169) instead hex code.

Text Font Color

.myTextColor { color: #86D7A9; }

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

This text font color is #86D7A9.


Background Color

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

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

This div background color is #86D7A9.


Border color

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

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

This div border color is #86D7A9.


Opacity

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

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

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

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

This text has shadow with #86D7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D7A9 on black background.


Color preview on white background

This text has color #86D7A9 on white background.



Black color preview on #86D7A9 background

This text has black color on #86D7A9 background.


White color preview on #86D7A9 background

This text has white color on #86D7A9 background.