COLOR #86ABCE

HEX: #86ABCE RGB: (134,171,206)

Color info

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

RGB color model

#86ABCE color RGB value is (134,171,206).

RGB: (134,171,206) (53%, 67%, 81%)

RGB channels and saturation

R 134 of 255 = 53%
G 171 of 255 = 67%
B 206 of 255 = 81%

134
171
206

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

Portions of RGB colors in percentages

R + G + B = 134 + 171 + 206 = 511 (100%)
R 134 of 511 ~ 26.22%
G 171 of 511 ~ 33.46%
B 206 of 511 ~ 40.31'%

%26.22
%33.46
%40.31

CMYK color model

#86ABCE color CMYK value is (35,17,0,19).

  • cyan value is 34.95%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (35,17,0,19) C35M17Y0K19 (35%,17%,0%,19%) (0.35/0.17/0.00/0.19) 

CMYK percentages

%34.95
%16.99
%0
%19.22

Codes

Color #86ABCE in popluar color models

86 AB CE
RGB 134 171 206
HSL 209° 42.35% 66.67%
HSB/HSV 209° 34.95% 80.78%
CMYK 34.95% 16.99% 0.00%
19.22%

Color #86ABCE in popluar number systems.

HEX 86 AB CE
Decimal 134 171 206
Binary 10000110 10101011 11001110
Octal 206 253 316

Shades and tints

Shades of #86ABCE

#86ABCE
(134,171,206)
#7A9CBC
(122,156,188)
#6E8DAA
(110,141,170)
#627E98
(98,126,152)
#566F86
(86,111,134)
#4A6074
(74,96,116)
#3E5162
(62,81,98)
#324250
(50,66,80)
#26333E
(38,51,62)
#1A242C
(26,36,44)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #86ABCE

#86ABCE
(134,171,206)
#91B2D2
(145,178,210)
#9CB9D6
(156,185,214)
#A7C0DA
(167,192,218)
#B2C7DE
(178,199,222)
#BDCEE2
(189,206,226)
#C8D5E6
(200,213,230)
#D3DCEA
(211,220,234)
#DEE3EE
(222,227,238)
#E9EAF2
(233,234,242)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86ABCE color. Also use rgb(134,171,206) instead hex code.

Text Font Color

.myTextColor { color: #86ABCE; }

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

This text font color is #86ABCE.

Background Color

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

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

This div background color is #86ABCE.

Border color

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

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

This div border color is #86ABCE.

Opacity

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

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

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

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

This text has shadow with #86ABCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86ABCE.

Preview

Color preview on black background

This text has color #86ABCE on black background.


Color preview on white background

This text has color #86ABCE on white background.


Black color preview on #86ABCE background

This text has black color on #86ABCE background.


White color preview on #86ABCE background

This text has white color on #86ABCE background.


Related colors

Complementary color

Complementary color for #hex is #795431.


I love getcolorcode.com

Triadic colors

1 #CE86AB and #ABCE86 with #86ABCE are triadic colors.

2 #CEAB86 and #AB86CE with #86ABCE are triadic colors.