COLOR #86AAD1

HEX: #86AAD1
RGB: (134,170,209)

Color info

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

RGB color model

#86AAD1 color RGB value is (134,170,209).

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

RGB channels and saturation

R 134 of 255 = 53%
G 170 of 255 = 67%
B 209 of 255 = 82%

134
170
209

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

Portions of RGB colors in percentages

R + G + B =
134 + 170 + 209 = 513 (100%)
R 134 of 513 ~ 26.12%
G 170 of 513 ~ 33.14%
B 209 of 513 ~ 40.74%

%26.12
%33.14
%40.74

CMYK color model

#86AAD1 color CMYK value is (36,19,0,18).

  • cyan value is 35.89%
  • magenta value is 18.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(36,19,0,18)
C36M19Y0K18 
(36%,19%,0%,18%)
(0.36/0.19/0.00/0.18)	

CMYK percentages

%35.89
%18.66
%0
%18.04

Codes

Color #86AAD1 in popluar color models

86AAD1
RGB134170209
HSL211°44.91%67.25%
HSB/HSV211°35.89%81.96%
CMYK35.89%18.66%0.00%
18.04%

Color #86AAD1 in popluar number systems.

HEX86AAD1
Decimal134170209
Binary100001101010101011010001
Octal206252321

Shades and tints

Shades of #86AAD1

#86AAD1
(134,170,209)
#7A9BBE
(122,155,190)
#6E8CAB
(110,140,171)
#627D98
(98,125,152)
#566E85
(86,110,133)
#4A5F72
(74,95,114)
#3E505F
(62,80,95)
#32414C
(50,65,76)
#263239
(38,50,57)
#1A2326
(26,35,38)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #86AAD1

#86AAD1
(134,170,209)
#91B1D5
(145,177,213)
#9CB8D9
(156,184,217)
#A7BFDD
(167,191,221)
#B2C6E1
(178,198,225)
#BDCDE5
(189,205,229)
#C8D4E9
(200,212,233)
#D3DBED
(211,219,237)
#DEE2F1
(222,226,241)
#E9E9F5
(233,233,245)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86AAD1; }

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

This text font color is #86AAD1.


Background Color

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

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

This div background color is #86AAD1.


Border color

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

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

This div border color is #86AAD1.


Opacity

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

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

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

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

This text has shadow with #86AAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86AAD1 on black background.


Color preview on white background

This text has color #86AAD1 on white background.



Black color preview on #86AAD1 background

This text has black color on #86AAD1 background.


White color preview on #86AAD1 background

This text has white color on #86AAD1 background.