COLOR #86ADE2

HEX: #86ADE2
RGB: (134,173,226)

Color info

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

RGB color model

#86ADE2 color RGB value is (134,173,226).

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

RGB channels and saturation

R 134 of 255 = 53%
G 173 of 255 = 68%
B 226 of 255 = 89%

134
173
226

R + G + B ~ 70%. #86ADE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 173 + 226 = 533 (100%)
R 134 of 533 ~ 25.14%
G 173 of 533 ~ 32.46%
B 226 of 533 ~ 42.4%

%25.14
%32.46
%42.4

CMYK color model

#86ADE2 color CMYK value is (41,23,0,11).

  • cyan value is 40.71%
  • magenta value is 23.45%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(41,23,0,11)
C41M23Y0K11 
(41%,23%,0%,11%)
(0.41/0.23/0.00/0.11)	

CMYK percentages

%40.71
%23.45
%0
%11.37

Codes

Color #86ADE2 in popluar color models

86ADE2
RGB134173226
HSL215°61.33%70.59%
HSB/HSV215°40.71%88.63%
CMYK40.71%23.45%0.00%
11.37%

Color #86ADE2 in popluar number systems.

HEX86ADE2
Decimal134173226
Binary100001101010110111100010
Octal206255342

Shades and tints

Shades of #86ADE2

#86ADE2
(134,173,226)
#7A9ECE
(122,158,206)
#6E8FBA
(110,143,186)
#6280A6
(98,128,166)
#567192
(86,113,146)
#4A627E
(74,98,126)
#3E536A
(62,83,106)
#324456
(50,68,86)
#263542
(38,53,66)
#1A262E
(26,38,46)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #86ADE2

#86ADE2
(134,173,226)
#91B4E4
(145,180,228)
#9CBBE6
(156,187,230)
#A7C2E8
(167,194,232)
#B2C9EA
(178,201,234)
#BDD0EC
(189,208,236)
#C8D7EE
(200,215,238)
#D3DEF0
(211,222,240)
#DEE5F2
(222,229,242)
#E9ECF4
(233,236,244)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86ADE2; }

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

This text font color is #86ADE2.


Background Color

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

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

This div background color is #86ADE2.


Border color

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

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

This div border color is #86ADE2.


Opacity

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

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

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

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

This text has shadow with #86ADE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86ADE2 on black background.


Color preview on white background

This text has color #86ADE2 on white background.



Black color preview on #86ADE2 background

This text has black color on #86ADE2 background.


White color preview on #86ADE2 background

This text has white color on #86ADE2 background.