COLOR #86A6D2

HEX: #86A6D2
RGB: (134,166,210)

Color info

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

RGB color model

#86A6D2 color RGB value is (134,166,210).

  • red value is 134;
  • green value is 166;
  • blue value is 210.
RGB:
(134,166,210)
(53%,65%,82%)

RGB channels and saturation

R 134 of 255 = 53%
G 166 of 255 = 65%
B 210 of 255 = 82%

134
166
210

R + G + B ~ 67%. #86A6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 166 + 210 = 510 (100%)
R 134 of 510 ~ 26.27%
G 166 of 510 ~ 32.55%
B 210 of 510 ~ 41.18%

%26.27
%32.55
%41.18

CMYK color model

#86A6D2 color CMYK value is (36,21,0,18).

  • cyan value is 36.19%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(36,21,0,18)
C36M21Y0K18 
(36%,21%,0%,18%)
(0.36/0.21/0.00/0.18)	

CMYK percentages

%36.19
%20.95
%0
%17.65

Codes

Color #86A6D2 in popluar color models

86A6D2
RGB134166210
HSL215°45.78%67.45%
HSB/HSV215°36.19%82.35%
CMYK36.19%20.95%0.00%
17.65%

Color #86A6D2 in popluar number systems.

HEX86A6D2
Decimal134166210
Binary100001101010011011010010
Octal206246322

Shades and tints

Shades of #86A6D2

#86A6D2
(134,166,210)
#7A97BF
(122,151,191)
#6E88AC
(110,136,172)
#627999
(98,121,153)
#566A86
(86,106,134)
#4A5B73
(74,91,115)
#3E4C60
(62,76,96)
#323D4D
(50,61,77)
#262E3A
(38,46,58)
#1A1F27
(26,31,39)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #86A6D2

#86A6D2
(134,166,210)
#91AED6
(145,174,214)
#9CB6DA
(156,182,218)
#A7BEDE
(167,190,222)
#B2C6E2
(178,198,226)
#BDCEE6
(189,206,230)
#C8D6EA
(200,214,234)
#D3DEEE
(211,222,238)
#DEE6F2
(222,230,242)
#E9EEF6
(233,238,246)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A6D2 color. Also use rgb(134,166,210) instead hex code.

Text Font Color

.myTextColor { color: #86A6D2; }

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

This text font color is #86A6D2.


Background Color

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

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

This div background color is #86A6D2.


Border color

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

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

This div border color is #86A6D2.


Opacity

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

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

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

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

This text has shadow with #86A6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A6D2 on black background.


Color preview on white background

This text has color #86A6D2 on white background.



Black color preview on #86A6D2 background

This text has black color on #86A6D2 background.


White color preview on #86A6D2 background

This text has white color on #86A6D2 background.