COLOR #86ADDA

HEX: #86ADDA
RGB: (134,173,218)

Color info

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

RGB color model

#86ADDA color RGB value is (134,173,218).

  • red value is 134;
  • green value is 173;
  • blue value is 218.
RGB:
(134,173,218)
(53%,68%,85%)

RGB channels and saturation

R 134 of 255 = 53%
G 173 of 255 = 68%
B 218 of 255 = 85%

134
173
218

R + G + B ~ 69%. #86ADDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 173 + 218 = 525 (100%)
R 134 of 525 ~ 25.52%
G 173 of 525 ~ 32.95%
B 218 of 525 ~ 41.52%

%25.52
%32.95
%41.52

CMYK color model

#86ADDA color CMYK value is (39,21,0,15).

  • cyan value is 38.53%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(39,21,0,15)
C39M21Y0K15 
(39%,21%,0%,15%)
(0.39/0.21/0.00/0.15)	

CMYK percentages

%38.53
%20.64
%0
%14.51

Codes

Color #86ADDA in popluar color models

86ADDA
RGB134173218
HSL212°53.16%69.02%
HSB/HSV212°38.53%85.49%
CMYK38.53%20.64%0.00%
14.51%

Color #86ADDA in popluar number systems.

HEX86ADDA
Decimal134173218
Binary100001101010110111011010
Octal206255332

Shades and tints

Shades of #86ADDA

#86ADDA
(134,173,218)
#7A9EC7
(122,158,199)
#6E8FB4
(110,143,180)
#6280A1
(98,128,161)
#56718E
(86,113,142)
#4A627B
(74,98,123)
#3E5368
(62,83,104)
#324455
(50,68,85)
#263542
(38,53,66)
#1A262F
(26,38,47)
#0E171C
(14,23,28)
#000000
(0,0,0)

Tints of #86ADDA

#86ADDA
(134,173,218)
#91B4DD
(145,180,221)
#9CBBE0
(156,187,224)
#A7C2E3
(167,194,227)
#B2C9E6
(178,201,230)
#BDD0E9
(189,208,233)
#C8D7EC
(200,215,236)
#D3DEEF
(211,222,239)
#DEE5F2
(222,229,242)
#E9ECF5
(233,236,245)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86ADDA color. Also use rgb(134,173,218) instead hex code.

Text Font Color

.myTextColor { color: #86ADDA; }

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

This text font color is #86ADDA.


Background Color

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

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

This div background color is #86ADDA.


Border color

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

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

This div border color is #86ADDA.


Opacity

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

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

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

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

This text has shadow with #86ADDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86ADDA on black background.


Color preview on white background

This text has color #86ADDA on white background.



Black color preview on #86ADDA background

This text has black color on #86ADDA background.


White color preview on #86ADDA background

This text has white color on #86ADDA background.