COLOR #86AACD

HEX: #86AACD
RGB: (134,170,205)

Color info

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

RGB color model

#86AACD color RGB value is (134,170,205).

  • red value is 134;
  • green value is 170;
  • blue value is 205.
RGB:
(134,170,205)
(53%,67%,80%)

RGB channels and saturation

R 134 of 255 = 53%
G 170 of 255 = 67%
B 205 of 255 = 80%

134
170
205

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

Portions of RGB colors in percentages

R + G + B =
134 + 170 + 205 = 509 (100%)
R 134 of 509 ~ 26.33%
G 170 of 509 ~ 33.4%
B 205 of 509 ~ 40.28%

%26.33
%33.4
%40.28

CMYK color model

#86AACD color CMYK value is (35,17,0,20).

  • cyan value is 34.63%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(35,17,0,20)
C35M17Y0K20 
(35%,17%,0%,20%)
(0.35/0.17/0.00/0.20)	

CMYK percentages

%34.63
%17.07
%0
%19.61

Codes

Color #86AACD in popluar color models

86AACD
RGB134170205
HSL210°41.52%66.47%
HSB/HSV210°34.63%80.39%
CMYK34.63%17.07%0.00%
19.61%

Color #86AACD in popluar number systems.

HEX86AACD
Decimal134170205
Binary100001101010101011001101
Octal206252315

Shades and tints

Shades of #86AACD

#86AACD
(134,170,205)
#7A9BBB
(122,155,187)
#6E8CA9
(110,140,169)
#627D97
(98,125,151)
#566E85
(86,110,133)
#4A5F73
(74,95,115)
#3E5061
(62,80,97)
#32414F
(50,65,79)
#26323D
(38,50,61)
#1A232B
(26,35,43)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #86AACD

#86AACD
(134,170,205)
#91B1D1
(145,177,209)
#9CB8D5
(156,184,213)
#A7BFD9
(167,191,217)
#B2C6DD
(178,198,221)
#BDCDE1
(189,205,225)
#C8D4E5
(200,212,229)
#D3DBE9
(211,219,233)
#DEE2ED
(222,226,237)
#E9E9F1
(233,233,241)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86AACD color. Also use rgb(134,170,205) instead hex code.

Text Font Color

.myTextColor { color: #86AACD; }

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

This text font color is #86AACD.


Background Color

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

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

This div background color is #86AACD.


Border color

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

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

This div border color is #86AACD.


Opacity

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

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

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

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

This text has shadow with #86AACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86AACD on black background.


Color preview on white background

This text has color #86AACD on white background.



Black color preview on #86AACD background

This text has black color on #86AACD background.


White color preview on #86AACD background

This text has white color on #86AACD background.