COLOR #86E6D1

HEX: #86E6D1
RGB: (134,230,209)

Color info

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

RGB color model

#86E6D1 color RGB value is (134,230,209).

  • red value is 134;
  • green value is 230;
  • blue value is 209.
RGB:
(134,230,209)
(53%,90%,82%)

RGB channels and saturation

R 134 of 255 = 53%
G 230 of 255 = 90%
B 209 of 255 = 82%

134
230
209

R + G + B ~ 75%. #86E6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 230 + 209 = 573 (100%)
R 134 of 573 ~ 23.39%
G 230 of 573 ~ 40.14%
B 209 of 573 ~ 36.47%

%23.39
%40.14
%36.47

CMYK color model

#86E6D1 color CMYK value is (42,0,9,10).

  • cyan value is 41.74%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 9.80%
CMYK:
(42,0,9,10)
C42M0Y9K10 
(42%,0%,9%,10%)
(0.42/0.00/0.09/0.10)	

CMYK percentages

%41.74
%0
%9.13
%9.8

Codes

Color #86E6D1 in popluar color models

86E6D1
RGB134230209
HSL167°65.75%71.37%
HSB/HSV167°41.74%90.20%
CMYK41.74%0.00%9.13%
9.80%

Color #86E6D1 in popluar number systems.

HEX86E6D1
Decimal134230209
Binary100001101110011011010001
Octal206346321

Shades and tints

Shades of #86E6D1

#86E6D1
(134,230,209)
#7AD2BE
(122,210,190)
#6EBEAB
(110,190,171)
#62AA98
(98,170,152)
#569685
(86,150,133)
#4A8272
(74,130,114)
#3E6E5F
(62,110,95)
#325A4C
(50,90,76)
#264639
(38,70,57)
#1A3226
(26,50,38)
#0E1E13
(14,30,19)
#000000
(0,0,0)

Tints of #86E6D1

#86E6D1
(134,230,209)
#91E8D5
(145,232,213)
#9CEAD9
(156,234,217)
#A7ECDD
(167,236,221)
#B2EEE1
(178,238,225)
#BDF0E5
(189,240,229)
#C8F2E9
(200,242,233)
#D3F4ED
(211,244,237)
#DEF6F1
(222,246,241)
#E9F8F5
(233,248,245)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86E6D1 color. Also use rgb(134,230,209) instead hex code.

Text Font Color

.myTextColor { color: #86E6D1; }

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

This text font color is #86E6D1.


Background Color

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

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

This div background color is #86E6D1.


Border color

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

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

This div border color is #86E6D1.


Opacity

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

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

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

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

This text has shadow with #86E6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86E6D1 on black background.


Color preview on white background

This text has color #86E6D1 on white background.



Black color preview on #86E6D1 background

This text has black color on #86E6D1 background.


White color preview on #86E6D1 background

This text has white color on #86E6D1 background.