COLOR #86A2C6

HEX: #86A2C6
RGB: (134,162,198)

Color info

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

RGB color model

#86A2C6 color RGB value is (134,162,198).

  • red value is 134;
  • green value is 162;
  • blue value is 198.
RGB:
(134,162,198)
(53%,64%,78%)

RGB channels and saturation

R 134 of 255 = 53%
G 162 of 255 = 64%
B 198 of 255 = 78%

134
162
198

R + G + B ~ 65%. #86A2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 162 + 198 = 494 (100%)
R 134 of 494 ~ 27.13%
G 162 of 494 ~ 32.79%
B 198 of 494 ~ 40.08%

%27.13
%32.79
%40.08

CMYK color model

#86A2C6 color CMYK value is (32,18,0,22).

  • cyan value is 32.32%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(32,18,0,22)
C32M18Y0K22 
(32%,18%,0%,22%)
(0.32/0.18/0.00/0.22)	

CMYK percentages

%32.32
%18.18
%0
%22.35

Codes

Color #86A2C6 in popluar color models

86A2C6
RGB134162198
HSL214°35.96%65.10%
HSB/HSV214°32.32%77.65%
CMYK32.32%18.18%0.00%
22.35%

Color #86A2C6 in popluar number systems.

HEX86A2C6
Decimal134162198
Binary100001101010001011000110
Octal206242306

Shades and tints

Shades of #86A2C6

#86A2C6
(134,162,198)
#7A94B4
(122,148,180)
#6E86A2
(110,134,162)
#627890
(98,120,144)
#566A7E
(86,106,126)
#4A5C6C
(74,92,108)
#3E4E5A
(62,78,90)
#324048
(50,64,72)
#263236
(38,50,54)
#1A2424
(26,36,36)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #86A2C6

#86A2C6
(134,162,198)
#91AACB
(145,170,203)
#9CB2D0
(156,178,208)
#A7BAD5
(167,186,213)
#B2C2DA
(178,194,218)
#BDCADF
(189,202,223)
#C8D2E4
(200,210,228)
#D3DAE9
(211,218,233)
#DEE2EE
(222,226,238)
#E9EAF3
(233,234,243)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A2C6 color. Also use rgb(134,162,198) instead hex code.

Text Font Color

.myTextColor { color: #86A2C6; }

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

This text font color is #86A2C6.


Background Color

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

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

This div background color is #86A2C6.


Border color

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

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

This div border color is #86A2C6.


Opacity

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

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

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

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

This text has shadow with #86A2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A2C6 on black background.


Color preview on white background

This text has color #86A2C6 on white background.



Black color preview on #86A2C6 background

This text has black color on #86A2C6 background.


White color preview on #86A2C6 background

This text has white color on #86A2C6 background.