COLOR #86D5CE

HEX: #86D5CE
RGB: (134,213,206)

Color info

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

RGB color model

#86D5CE color RGB value is (134,213,206).

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

RGB channels and saturation

R 134 of 255 = 53%
G 213 of 255 = 84%
B 206 of 255 = 81%

134
213
206

R + G + B ~ 73%. #86D5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 213 + 206 = 553 (100%)
R 134 of 553 ~ 24.23%
G 213 of 553 ~ 38.52%
B 206 of 553 ~ 37.25%

%24.23
%38.52
%37.25

CMYK color model

#86D5CE color CMYK value is (37,0,3,16).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(37,0,3,16)
C37M0Y3K16 
(37%,0%,3%,16%)
(0.37/0.00/0.03/0.16)	

CMYK percentages

%37.09
%0
%3.29
%16.47

Codes

Color #86D5CE in popluar color models

86D5CE
RGB134213206
HSL175°48.47%68.04%
HSB/HSV175°37.09%83.53%
CMYK37.09%0.00%3.29%
16.47%

Color #86D5CE in popluar number systems.

HEX86D5CE
Decimal134213206
Binary100001101101010111001110
Octal206325316

Shades and tints

Shades of #86D5CE

#86D5CE
(134,213,206)
#7AC2BC
(122,194,188)
#6EAFAA
(110,175,170)
#629C98
(98,156,152)
#568986
(86,137,134)
#4A7674
(74,118,116)
#3E6362
(62,99,98)
#325050
(50,80,80)
#263D3E
(38,61,62)
#1A2A2C
(26,42,44)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #86D5CE

#86D5CE
(134,213,206)
#91D8D2
(145,216,210)
#9CDBD6
(156,219,214)
#A7DEDA
(167,222,218)
#B2E1DE
(178,225,222)
#BDE4E2
(189,228,226)
#C8E7E6
(200,231,230)
#D3EAEA
(211,234,234)
#DEEDEE
(222,237,238)
#E9F0F2
(233,240,242)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86D5CE; }

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

This text font color is #86D5CE.


Background Color

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

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

This div background color is #86D5CE.


Border color

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

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

This div border color is #86D5CE.


Opacity

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

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

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

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

This text has shadow with #86D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D5CE on black background.


Color preview on white background

This text has color #86D5CE on white background.



Black color preview on #86D5CE background

This text has black color on #86D5CE background.


White color preview on #86D5CE background

This text has white color on #86D5CE background.