COLOR #86A5DC

HEX: #86A5DC
RGB: (134,165,220)

Color info

#86A5DC contains mainly green and blue colors. Web safe color of #86A5DC is #9999CC (or #99C).

RGB color model

#86A5DC color RGB value is (134,165,220).

  • red value is 134;
  • green value is 165;
  • blue value is 220.
RGB:
(134,165,220)
(53%,65%,86%)

RGB channels and saturation

R 134 of 255 = 53%
G 165 of 255 = 65%
B 220 of 255 = 86%

134
165
220

R + G + B ~ 68%. #86A5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 165 + 220 = 519 (100%)
R 134 of 519 ~ 25.82%
G 165 of 519 ~ 31.79%
B 220 of 519 ~ 42.39%

%25.82
%31.79
%42.39

CMYK color model

#86A5DC color CMYK value is (39,25,0,14).

  • cyan value is 39.09%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(39,25,0,14)
C39M25Y0K14 
(39%,25%,0%,14%)
(0.39/0.25/0.00/0.14)	

CMYK percentages

%39.09
%25
%0
%13.73

Codes

Color #86A5DC in popluar color models

86A5DC
RGB134165220
HSL218°55.13%69.41%
HSB/HSV218°39.09%86.27%
CMYK39.09%25.00%0.00%
13.73%

Color #86A5DC in popluar number systems.

HEX86A5DC
Decimal134165220
Binary100001101010010111011100
Octal206245334

Shades and tints

Shades of #86A5DC

#86A5DC
(134,165,220)
#7A96C8
(122,150,200)
#6E87B4
(110,135,180)
#6278A0
(98,120,160)
#56698C
(86,105,140)
#4A5A78
(74,90,120)
#3E4B64
(62,75,100)
#323C50
(50,60,80)
#262D3C
(38,45,60)
#1A1E28
(26,30,40)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #86A5DC

#86A5DC
(134,165,220)
#91ADDF
(145,173,223)
#9CB5E2
(156,181,226)
#A7BDE5
(167,189,229)
#B2C5E8
(178,197,232)
#BDCDEB
(189,205,235)
#C8D5EE
(200,213,238)
#D3DDF1
(211,221,241)
#DEE5F4
(222,229,244)
#E9EDF7
(233,237,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A5DC color. Also use rgb(134,165,220) instead hex code.

Text Font Color

.myTextColor { color: #86A5DC; }

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

This text font color is #86A5DC.


Background Color

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

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

This div background color is #86A5DC.


Border color

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

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

This div border color is #86A5DC.


Opacity

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

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

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

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

This text has shadow with #86A5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A5DC on black background.


Color preview on white background

This text has color #86A5DC on white background.



Black color preview on #86A5DC background

This text has black color on #86A5DC background.


White color preview on #86A5DC background

This text has white color on #86A5DC background.