COLOR #86A7CC

HEX: #86A7CC
RGB: (134,167,204)

Color info

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

RGB color model

#86A7CC color RGB value is (134,167,204).

  • red value is 134;
  • green value is 167;
  • blue value is 204.
RGB:
(134,167,204)
(53%,65%,80%)

RGB channels and saturation

R 134 of 255 = 53%
G 167 of 255 = 65%
B 204 of 255 = 80%

134
167
204

R + G + B ~ 66%. #86A7CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 167 + 204 = 505 (100%)
R 134 of 505 ~ 26.53%
G 167 of 505 ~ 33.07%
B 204 of 505 ~ 40.4%

%26.53
%33.07
%40.4

CMYK color model

#86A7CC color CMYK value is (34,18,0,20).

  • cyan value is 34.31%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(34,18,0,20)
C34M18Y0K20 
(34%,18%,0%,20%)
(0.34/0.18/0.00/0.20)	

CMYK percentages

%34.31
%18.14
%0
%20

Codes

Color #86A7CC in popluar color models

86A7CC
RGB134167204
HSL212°40.70%66.27%
HSB/HSV212°34.31%80.00%
CMYK34.31%18.14%0.00%
20.00%

Color #86A7CC in popluar number systems.

HEX86A7CC
Decimal134167204
Binary100001101010011111001100
Octal206247314

Shades and tints

Shades of #86A7CC

#86A7CC
(134,167,204)
#7A98BA
(122,152,186)
#6E89A8
(110,137,168)
#627A96
(98,122,150)
#566B84
(86,107,132)
#4A5C72
(74,92,114)
#3E4D60
(62,77,96)
#323E4E
(50,62,78)
#262F3C
(38,47,60)
#1A202A
(26,32,42)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #86A7CC

#86A7CC
(134,167,204)
#91AFD0
(145,175,208)
#9CB7D4
(156,183,212)
#A7BFD8
(167,191,216)
#B2C7DC
(178,199,220)
#BDCFE0
(189,207,224)
#C8D7E4
(200,215,228)
#D3DFE8
(211,223,232)
#DEE7EC
(222,231,236)
#E9EFF0
(233,239,240)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A7CC color. Also use rgb(134,167,204) instead hex code.

Text Font Color

.myTextColor { color: #86A7CC; }

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

This text font color is #86A7CC.


Background Color

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

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

This div background color is #86A7CC.


Border color

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

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

This div border color is #86A7CC.


Opacity

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

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

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

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

This text has shadow with #86A7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A7CC on black background.


Color preview on white background

This text has color #86A7CC on white background.



Black color preview on #86A7CC background

This text has black color on #86A7CC background.


White color preview on #86A7CC background

This text has white color on #86A7CC background.