COLOR #86D5B7

HEX: #86D5B7
RGB: (134,213,183)

Color info

#86D5B7 contains mainly green and blue colors. Web safe color of #86D5B7 is #99CCCC (or #9CC).

RGB color model

#86D5B7 color RGB value is (134,213,183).

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

RGB channels and saturation

R 134 of 255 = 53%
G 213 of 255 = 84%
B 183 of 255 = 72%

134
213
183

R + G + B ~ 70%. #86D5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 213 + 183 = 530 (100%)
R 134 of 530 ~ 25.28%
G 213 of 530 ~ 40.19%
B 183 of 530 ~ 34.53%

%25.28
%40.19
%34.53

CMYK color model

#86D5B7 color CMYK value is (37,0,14,16).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(37,0,14,16)
C37M0Y14K16 
(37%,0%,14%,16%)
(0.37/0.00/0.14/0.16)	

CMYK percentages

%37.09
%0
%14.08
%16.47

Codes

Color #86D5B7 in popluar color models

86D5B7
RGB134213183
HSL157°48.47%68.04%
HSB/HSV157°37.09%83.53%
CMYK37.09%0.00%14.08%
16.47%

Color #86D5B7 in popluar number systems.

HEX86D5B7
Decimal134213183
Binary100001101101010110110111
Octal206325267

Shades and tints

Shades of #86D5B7

#86D5B7
(134,213,183)
#7AC2A7
(122,194,167)
#6EAF97
(110,175,151)
#629C87
(98,156,135)
#568977
(86,137,119)
#4A7667
(74,118,103)
#3E6357
(62,99,87)
#325047
(50,80,71)
#263D37
(38,61,55)
#1A2A27
(26,42,39)
#0E1717
(14,23,23)
#000000
(0,0,0)

Tints of #86D5B7

#86D5B7
(134,213,183)
#91D8BD
(145,216,189)
#9CDBC3
(156,219,195)
#A7DEC9
(167,222,201)
#B2E1CF
(178,225,207)
#BDE4D5
(189,228,213)
#C8E7DB
(200,231,219)
#D3EAE1
(211,234,225)
#DEEDE7
(222,237,231)
#E9F0ED
(233,240,237)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86D5B7; }

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

This text font color is #86D5B7.


Background Color

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

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

This div background color is #86D5B7.


Border color

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

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

This div border color is #86D5B7.


Opacity

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

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

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

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

This text has shadow with #86D5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D5B7 on black background.


Color preview on white background

This text has color #86D5B7 on white background.



Black color preview on #86D5B7 background

This text has black color on #86D5B7 background.


White color preview on #86D5B7 background

This text has white color on #86D5B7 background.