COLOR #86E5DE

HEX: #86E5DE
RGB: (134,229,222)

Color info

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

RGB color model

#86E5DE color RGB value is (134,229,222).

  • red value is 134;
  • green value is 229;
  • blue value is 222.
RGB:
(134,229,222)
(53%,90%,87%)

RGB channels and saturation

R 134 of 255 = 53%
G 229 of 255 = 90%
B 222 of 255 = 87%

134
229
222

R + G + B ~ 77%. #86E5DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 229 + 222 = 585 (100%)
R 134 of 585 ~ 22.91%
G 229 of 585 ~ 39.15%
B 222 of 585 ~ 37.95%

%22.91
%39.15
%37.95

CMYK color model

#86E5DE color CMYK value is (41,0,3,10).

  • cyan value is 41.48%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(41,0,3,10)
C41M0Y3K10 
(41%,0%,3%,10%)
(0.41/0.00/0.03/0.10)	

CMYK percentages

%41.48
%0
%3.06
%10.2

Codes

Color #86E5DE in popluar color models

86E5DE
RGB134229222
HSL176°64.63%71.18%
HSB/HSV176°41.48%89.80%
CMYK41.48%0.00%3.06%
10.20%

Color #86E5DE in popluar number systems.

HEX86E5DE
Decimal134229222
Binary100001101110010111011110
Octal206345336

Shades and tints

Shades of #86E5DE

#86E5DE
(134,229,222)
#7AD1CA
(122,209,202)
#6EBDB6
(110,189,182)
#62A9A2
(98,169,162)
#56958E
(86,149,142)
#4A817A
(74,129,122)
#3E6D66
(62,109,102)
#325952
(50,89,82)
#26453E
(38,69,62)
#1A312A
(26,49,42)
#0E1D16
(14,29,22)
#000000
(0,0,0)

Tints of #86E5DE

#86E5DE
(134,229,222)
#91E7E1
(145,231,225)
#9CE9E4
(156,233,228)
#A7EBE7
(167,235,231)
#B2EDEA
(178,237,234)
#BDEFED
(189,239,237)
#C8F1F0
(200,241,240)
#D3F3F3
(211,243,243)
#DEF5F6
(222,245,246)
#E9F7F9
(233,247,249)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86E5DE color. Also use rgb(134,229,222) instead hex code.

Text Font Color

.myTextColor { color: #86E5DE; }

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

This text font color is #86E5DE.


Background Color

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

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

This div background color is #86E5DE.


Border color

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

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

This div border color is #86E5DE.


Opacity

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

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

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

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

This text has shadow with #86E5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86E5DE on black background.


Color preview on white background

This text has color #86E5DE on white background.



Black color preview on #86E5DE background

This text has black color on #86E5DE background.


White color preview on #86E5DE background

This text has white color on #86E5DE background.