COLOR #86C5DD

HEX: #86C5DD
RGB: (134,197,221)

Color info

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

RGB color model

#86C5DD color RGB value is (134,197,221).

  • red value is 134;
  • green value is 197;
  • blue value is 221.
RGB:
(134,197,221)
(53%,77%,87%)

RGB channels and saturation

R 134 of 255 = 53%
G 197 of 255 = 77%
B 221 of 255 = 87%

134
197
221

R + G + B ~ 72%. #86C5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 197 + 221 = 552 (100%)
R 134 of 552 ~ 24.28%
G 197 of 552 ~ 35.69%
B 221 of 552 ~ 40.04%

%24.28
%35.69
%40.04

CMYK color model

#86C5DD color CMYK value is (39,11,0,13).

  • cyan value is 39.37%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(39,11,0,13)
C39M11Y0K13 
(39%,11%,0%,13%)
(0.39/0.11/0.00/0.13)	

CMYK percentages

%39.37
%10.86
%0
%13.33

Codes

Color #86C5DD in popluar color models

86C5DD
RGB134197221
HSL197°56.13%69.61%
HSB/HSV197°39.37%86.67%
CMYK39.37%10.86%0.00%
13.33%

Color #86C5DD in popluar number systems.

HEX86C5DD
Decimal134197221
Binary100001101100010111011101
Octal206305335

Shades and tints

Shades of #86C5DD

#86C5DD
(134,197,221)
#7AB4C9
(122,180,201)
#6EA3B5
(110,163,181)
#6292A1
(98,146,161)
#56818D
(86,129,141)
#4A7079
(74,112,121)
#3E5F65
(62,95,101)
#324E51
(50,78,81)
#263D3D
(38,61,61)
#1A2C29
(26,44,41)
#0E1B15
(14,27,21)
#000000
(0,0,0)

Tints of #86C5DD

#86C5DD
(134,197,221)
#91CAE0
(145,202,224)
#9CCFE3
(156,207,227)
#A7D4E6
(167,212,230)
#B2D9E9
(178,217,233)
#BDDEEC
(189,222,236)
#C8E3EF
(200,227,239)
#D3E8F2
(211,232,242)
#DEEDF5
(222,237,245)
#E9F2F8
(233,242,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C5DD color. Also use rgb(134,197,221) instead hex code.

Text Font Color

.myTextColor { color: #86C5DD; }

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

This text font color is #86C5DD.


Background Color

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

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

This div background color is #86C5DD.


Border color

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

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

This div border color is #86C5DD.


Opacity

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

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

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

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

This text has shadow with #86C5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C5DD on black background.


Color preview on white background

This text has color #86C5DD on white background.



Black color preview on #86C5DD background

This text has black color on #86C5DD background.


White color preview on #86C5DD background

This text has white color on #86C5DD background.