COLOR #86A3CC

HEX: #86A3CC
RGB: (134,163,204)

Color info

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

RGB color model

#86A3CC color RGB value is (134,163,204).

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

RGB channels and saturation

R 134 of 255 = 53%
G 163 of 255 = 64%
B 204 of 255 = 80%

134
163
204

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

Portions of RGB colors in percentages

R + G + B =
134 + 163 + 204 = 501 (100%)
R 134 of 501 ~ 26.75%
G 163 of 501 ~ 32.53%
B 204 of 501 ~ 40.72%

%26.75
%32.53
%40.72

CMYK color model

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

  • cyan value is 34.31%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(34,20,0,20)
C34M20Y0K20 
(34%,20%,0%,20%)
(0.34/0.20/0.00/0.20)	

CMYK percentages

%34.31
%20.1
%0
%20

Codes

Color #86A3CC in popluar color models

86A3CC
RGB134163204
HSL215°40.70%66.27%
HSB/HSV215°34.31%80.00%
CMYK34.31%20.10%0.00%
20.00%

Color #86A3CC in popluar number systems.

HEX86A3CC
Decimal134163204
Binary100001101010001111001100
Octal206243314

Shades and tints

Shades of #86A3CC

#86A3CC
(134,163,204)
#7A95BA
(122,149,186)
#6E87A8
(110,135,168)
#627996
(98,121,150)
#566B84
(86,107,132)
#4A5D72
(74,93,114)
#3E4F60
(62,79,96)
#32414E
(50,65,78)
#26333C
(38,51,60)
#1A252A
(26,37,42)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #86A3CC

#86A3CC
(134,163,204)
#91ABD0
(145,171,208)
#9CB3D4
(156,179,212)
#A7BBD8
(167,187,216)
#B2C3DC
(178,195,220)
#BDCBE0
(189,203,224)
#C8D3E4
(200,211,228)
#D3DBE8
(211,219,232)
#DEE3EC
(222,227,236)
#E9EBF0
(233,235,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86A3CC; }

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

This text font color is #86A3CC.


Background Color

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

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

This div background color is #86A3CC.


Border color

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

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

This div border color is #86A3CC.


Opacity

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

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

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

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

This text has shadow with #86A3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A3CC on black background.


Color preview on white background

This text has color #86A3CC on white background.



Black color preview on #86A3CC background

This text has black color on #86A3CC background.


White color preview on #86A3CC background

This text has white color on #86A3CC background.