COLOR #86A5BA

HEX: #86A5BA
RGB: (134,165,186)

Color info

#86A5BA contains red, green and blue colors in about the same proportion. Web safe color of #86A5BA is #9999CC (or #99C).

RGB color model

#86A5BA color RGB value is (134,165,186).

  • red value is 134;
  • green value is 165;
  • blue value is 186.
RGB:
(134,165,186)
(53%,65%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 165 of 255 = 65%
B 186 of 255 = 73%

134
165
186

R + G + B ~ 64%. #86A5BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 165 + 186 = 485 (100%)
R 134 of 485 ~ 27.63%
G 165 of 485 ~ 34.02%
B 186 of 485 ~ 38.35%

%27.63
%34.02
%38.35

CMYK color model

#86A5BA color CMYK value is (28,11,0,27).

  • cyan value is 27.96%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(28,11,0,27)
C28M11Y0K27 
(28%,11%,0%,27%)
(0.28/0.11/0.00/0.27)	

CMYK percentages

%27.96
%11.29
%0
%27.06

Codes

Color #86A5BA in popluar color models

86A5BA
RGB134165186
HSL204°27.37%62.75%
HSB/HSV204°27.96%72.94%
CMYK27.96%11.29%0.00%
27.06%

Color #86A5BA in popluar number systems.

HEX86A5BA
Decimal134165186
Binary100001101010010110111010
Octal206245272

Shades and tints

Shades of #86A5BA

#86A5BA
(134,165,186)
#7A96AA
(122,150,170)
#6E879A
(110,135,154)
#62788A
(98,120,138)
#56697A
(86,105,122)
#4A5A6A
(74,90,106)
#3E4B5A
(62,75,90)
#323C4A
(50,60,74)
#262D3A
(38,45,58)
#1A1E2A
(26,30,42)
#0E0F1A
(14,15,26)
#000000
(0,0,0)

Tints of #86A5BA

#86A5BA
(134,165,186)
#91ADC0
(145,173,192)
#9CB5C6
(156,181,198)
#A7BDCC
(167,189,204)
#B2C5D2
(178,197,210)
#BDCDD8
(189,205,216)
#C8D5DE
(200,213,222)
#D3DDE4
(211,221,228)
#DEE5EA
(222,229,234)
#E9EDF0
(233,237,240)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A5BA color. Also use rgb(134,165,186) instead hex code.

Text Font Color

.myTextColor { color: #86A5BA; }

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

This text font color is #86A5BA.


Background Color

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

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

This div background color is #86A5BA.


Border color

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

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

This div border color is #86A5BA.


Opacity

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

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

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

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

This text has shadow with #86A5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A5BA on black background.


Color preview on white background

This text has color #86A5BA on white background.



Black color preview on #86A5BA background

This text has black color on #86A5BA background.


White color preview on #86A5BA background

This text has white color on #86A5BA background.