COLOR #86C2D9

HEX: #86C2D9
RGB: (134,194,217)

Color info

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

RGB color model

#86C2D9 color RGB value is (134,194,217).

  • red value is 134;
  • green value is 194;
  • blue value is 217.
RGB:
(134,194,217)
(53%,76%,85%)

RGB channels and saturation

R 134 of 255 = 53%
G 194 of 255 = 76%
B 217 of 255 = 85%

134
194
217

R + G + B ~ 71%. #86C2D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 194 + 217 = 545 (100%)
R 134 of 545 ~ 24.59%
G 194 of 545 ~ 35.6%
B 217 of 545 ~ 39.82%

%24.59
%35.6
%39.82

CMYK color model

#86C2D9 color CMYK value is (38,11,0,15).

  • cyan value is 38.25%
  • magenta value is 10.60%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(38,11,0,15)
C38M11Y0K15 
(38%,11%,0%,15%)
(0.38/0.11/0.00/0.15)	

CMYK percentages

%38.25
%10.6
%0
%14.9

Codes

Color #86C2D9 in popluar color models

86C2D9
RGB134194217
HSL197°52.20%68.82%
HSB/HSV197°38.25%85.10%
CMYK38.25%10.60%0.00%
14.90%

Color #86C2D9 in popluar number systems.

HEX86C2D9
Decimal134194217
Binary100001101100001011011001
Octal206302331

Shades and tints

Shades of #86C2D9

#86C2D9
(134,194,217)
#7AB1C6
(122,177,198)
#6EA0B3
(110,160,179)
#628FA0
(98,143,160)
#567E8D
(86,126,141)
#4A6D7A
(74,109,122)
#3E5C67
(62,92,103)
#324B54
(50,75,84)
#263A41
(38,58,65)
#1A292E
(26,41,46)
#0E181B
(14,24,27)
#000000
(0,0,0)

Tints of #86C2D9

#86C2D9
(134,194,217)
#91C7DC
(145,199,220)
#9CCCDF
(156,204,223)
#A7D1E2
(167,209,226)
#B2D6E5
(178,214,229)
#BDDBE8
(189,219,232)
#C8E0EB
(200,224,235)
#D3E5EE
(211,229,238)
#DEEAF1
(222,234,241)
#E9EFF4
(233,239,244)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C2D9 color. Also use rgb(134,194,217) instead hex code.

Text Font Color

.myTextColor { color: #86C2D9; }

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

This text font color is #86C2D9.


Background Color

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

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

This div background color is #86C2D9.


Border color

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

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

This div border color is #86C2D9.


Opacity

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

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

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

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

This text has shadow with #86C2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C2D9 on black background.


Color preview on white background

This text has color #86C2D9 on white background.



Black color preview on #86C2D9 background

This text has black color on #86C2D9 background.


White color preview on #86C2D9 background

This text has white color on #86C2D9 background.