COLOR #86A4D9

HEX: #86A4D9
RGB: (134,164,217)

Color info

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

RGB color model

#86A4D9 color RGB value is (134,164,217).

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

RGB channels and saturation

R 134 of 255 = 53%
G 164 of 255 = 64%
B 217 of 255 = 85%

134
164
217

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

Portions of RGB colors in percentages

R + G + B =
134 + 164 + 217 = 515 (100%)
R 134 of 515 ~ 26.02%
G 164 of 515 ~ 31.84%
B 217 of 515 ~ 42.14%

%26.02
%31.84
%42.14

CMYK color model

#86A4D9 color CMYK value is (38,24,0,15).

  • cyan value is 38.25%
  • magenta value is 24.42%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(38,24,0,15)
C38M24Y0K15 
(38%,24%,0%,15%)
(0.38/0.24/0.00/0.15)	

CMYK percentages

%38.25
%24.42
%0
%14.9

Codes

Color #86A4D9 in popluar color models

86A4D9
RGB134164217
HSL218°52.20%68.82%
HSB/HSV218°38.25%85.10%
CMYK38.25%24.42%0.00%
14.90%

Color #86A4D9 in popluar number systems.

HEX86A4D9
Decimal134164217
Binary100001101010010011011001
Octal206244331

Shades and tints

Shades of #86A4D9

#86A4D9
(134,164,217)
#7A96C6
(122,150,198)
#6E88B3
(110,136,179)
#627AA0
(98,122,160)
#566C8D
(86,108,141)
#4A5E7A
(74,94,122)
#3E5067
(62,80,103)
#324254
(50,66,84)
#263441
(38,52,65)
#1A262E
(26,38,46)
#0E181B
(14,24,27)
#000000
(0,0,0)

Tints of #86A4D9

#86A4D9
(134,164,217)
#91ACDC
(145,172,220)
#9CB4DF
(156,180,223)
#A7BCE2
(167,188,226)
#B2C4E5
(178,196,229)
#BDCCE8
(189,204,232)
#C8D4EB
(200,212,235)
#D3DCEE
(211,220,238)
#DEE4F1
(222,228,241)
#E9ECF4
(233,236,244)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86A4D9; }

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

This text font color is #86A4D9.


Background Color

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

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

This div background color is #86A4D9.


Border color

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

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

This div border color is #86A4D9.


Opacity

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

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

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

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

This text has shadow with #86A4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A4D9 on black background.


Color preview on white background

This text has color #86A4D9 on white background.



Black color preview on #86A4D9 background

This text has black color on #86A4D9 background.


White color preview on #86A4D9 background

This text has white color on #86A4D9 background.