COLOR #86A6DF

HEX: #86A6DF
RGB: (134,166,223)

Color info

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

RGB color model

#86A6DF color RGB value is (134,166,223).

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

RGB channels and saturation

R 134 of 255 = 53%
G 166 of 255 = 65%
B 223 of 255 = 87%

134
166
223

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

Portions of RGB colors in percentages

R + G + B =
134 + 166 + 223 = 523 (100%)
R 134 of 523 ~ 25.62%
G 166 of 523 ~ 31.74%
B 223 of 523 ~ 42.64%

%25.62
%31.74
%42.64

CMYK color model

#86A6DF color CMYK value is (40,26,0,13).

  • cyan value is 39.91%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(40,26,0,13)
C40M26Y0K13 
(40%,26%,0%,13%)
(0.40/0.26/0.00/0.13)	

CMYK percentages

%39.91
%25.56
%0
%12.55

Codes

Color #86A6DF in popluar color models

86A6DF
RGB134166223
HSL218°58.17%70.00%
HSB/HSV218°39.91%87.45%
CMYK39.91%25.56%0.00%
12.55%

Color #86A6DF in popluar number systems.

HEX86A6DF
Decimal134166223
Binary100001101010011011011111
Octal206246337

Shades and tints

Shades of #86A6DF

#86A6DF
(134,166,223)
#7A97CB
(122,151,203)
#6E88B7
(110,136,183)
#6279A3
(98,121,163)
#566A8F
(86,106,143)
#4A5B7B
(74,91,123)
#3E4C67
(62,76,103)
#323D53
(50,61,83)
#262E3F
(38,46,63)
#1A1F2B
(26,31,43)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #86A6DF

#86A6DF
(134,166,223)
#91AEE1
(145,174,225)
#9CB6E3
(156,182,227)
#A7BEE5
(167,190,229)
#B2C6E7
(178,198,231)
#BDCEE9
(189,206,233)
#C8D6EB
(200,214,235)
#D3DEED
(211,222,237)
#DEE6EF
(222,230,239)
#E9EEF1
(233,238,241)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86A6DF; }

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

This text font color is #86A6DF.


Background Color

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

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

This div background color is #86A6DF.


Border color

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

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

This div border color is #86A6DF.


Opacity

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

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

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

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

This text has shadow with #86A6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A6DF on black background.


Color preview on white background

This text has color #86A6DF on white background.



Black color preview on #86A6DF background

This text has black color on #86A6DF background.


White color preview on #86A6DF background

This text has white color on #86A6DF background.