COLOR #86ADCB

HEX: #86ADCB
RGB: (134,173,203)

Color info

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

RGB color model

#86ADCB color RGB value is (134,173,203).

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

RGB channels and saturation

R 134 of 255 = 53%
G 173 of 255 = 68%
B 203 of 255 = 80%

134
173
203

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

Portions of RGB colors in percentages

R + G + B =
134 + 173 + 203 = 510 (100%)
R 134 of 510 ~ 26.27%
G 173 of 510 ~ 33.92%
B 203 of 510 ~ 39.8%

%26.27
%33.92
%39.8

CMYK color model

#86ADCB color CMYK value is (34,15,0,20).

  • cyan value is 33.99%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(34,15,0,20)
C34M15Y0K20 
(34%,15%,0%,20%)
(0.34/0.15/0.00/0.20)	

CMYK percentages

%33.99
%14.78
%0
%20.39

Codes

Color #86ADCB in popluar color models

86ADCB
RGB134173203
HSL206°39.88%66.08%
HSB/HSV206°33.99%79.61%
CMYK33.99%14.78%0.00%
20.39%

Color #86ADCB in popluar number systems.

HEX86ADCB
Decimal134173203
Binary100001101010110111001011
Octal206255313

Shades and tints

Shades of #86ADCB

#86ADCB
(134,173,203)
#7A9EB9
(122,158,185)
#6E8FA7
(110,143,167)
#628095
(98,128,149)
#567183
(86,113,131)
#4A6271
(74,98,113)
#3E535F
(62,83,95)
#32444D
(50,68,77)
#26353B
(38,53,59)
#1A2629
(26,38,41)
#0E1717
(14,23,23)
#000000
(0,0,0)

Tints of #86ADCB

#86ADCB
(134,173,203)
#91B4CF
(145,180,207)
#9CBBD3
(156,187,211)
#A7C2D7
(167,194,215)
#B2C9DB
(178,201,219)
#BDD0DF
(189,208,223)
#C8D7E3
(200,215,227)
#D3DEE7
(211,222,231)
#DEE5EB
(222,229,235)
#E9ECEF
(233,236,239)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86ADCB; }

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

This text font color is #86ADCB.


Background Color

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

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

This div background color is #86ADCB.


Border color

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

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

This div border color is #86ADCB.


Opacity

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

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

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

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

This text has shadow with #86ADCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86ADCB on black background.


Color preview on white background

This text has color #86ADCB on white background.



Black color preview on #86ADCB background

This text has black color on #86ADCB background.


White color preview on #86ADCB background

This text has white color on #86ADCB background.