COLOR #86D3A6

HEX: #86D3A6
RGB: (134,211,166)

Color info

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

RGB color model

#86D3A6 color RGB value is (134,211,166).

  • red value is 134;
  • green value is 211;
  • blue value is 166.
RGB:
(134,211,166)
(53%,83%,65%)

RGB channels and saturation

R 134 of 255 = 53%
G 211 of 255 = 83%
B 166 of 255 = 65%

134
211
166

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

Portions of RGB colors in percentages

R + G + B =
134 + 211 + 166 = 511 (100%)
R 134 of 511 ~ 26.22%
G 211 of 511 ~ 41.29%
B 166 of 511 ~ 32.49%

%26.22
%41.29
%32.49

CMYK color model

#86D3A6 color CMYK value is (36,0,21,17).

  • cyan value is 36.49%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 17.25%
CMYK:
(36,0,21,17)
C36M0Y21K17 
(36%,0%,21%,17%)
(0.36/0.00/0.21/0.17)	

CMYK percentages

%36.49
%0
%21.33
%17.25

Codes

Color #86D3A6 in popluar color models

86D3A6
RGB134211166
HSL145°46.67%67.65%
HSB/HSV145°36.49%82.75%
CMYK36.49%0.00%21.33%
17.25%

Color #86D3A6 in popluar number systems.

HEX86D3A6
Decimal134211166
Binary100001101101001110100110
Octal206323246

Shades and tints

Shades of #86D3A6

#86D3A6
(134,211,166)
#7AC097
(122,192,151)
#6EAD88
(110,173,136)
#629A79
(98,154,121)
#56876A
(86,135,106)
#4A745B
(74,116,91)
#3E614C
(62,97,76)
#324E3D
(50,78,61)
#263B2E
(38,59,46)
#1A281F
(26,40,31)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #86D3A6

#86D3A6
(134,211,166)
#91D7AE
(145,215,174)
#9CDBB6
(156,219,182)
#A7DFBE
(167,223,190)
#B2E3C6
(178,227,198)
#BDE7CE
(189,231,206)
#C8EBD6
(200,235,214)
#D3EFDE
(211,239,222)
#DEF3E6
(222,243,230)
#E9F7EE
(233,247,238)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86D3A6 color. Also use rgb(134,211,166) instead hex code.

Text Font Color

.myTextColor { color: #86D3A6; }

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

This text font color is #86D3A6.


Background Color

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

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

This div background color is #86D3A6.


Border color

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

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

This div border color is #86D3A6.


Opacity

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

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

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

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

This text has shadow with #86D3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D3A6 on black background.


Color preview on white background

This text has color #86D3A6 on white background.



Black color preview on #86D3A6 background

This text has black color on #86D3A6 background.


White color preview on #86D3A6 background

This text has white color on #86D3A6 background.