COLOR #86B6D1

HEX: #86B6D1
RGB: (134,182,209)

Color info

#86B6D1 contains mainly green and blue colors. Web safe color of #86B6D1 is #99CCCC (or #9CC).

RGB color model

#86B6D1 color RGB value is (134,182,209).

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

RGB channels and saturation

R 134 of 255 = 53%
G 182 of 255 = 71%
B 209 of 255 = 82%

134
182
209

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

Portions of RGB colors in percentages

R + G + B =
134 + 182 + 209 = 525 (100%)
R 134 of 525 ~ 25.52%
G 182 of 525 ~ 34.67%
B 209 of 525 ~ 39.81%

%25.52
%34.67
%39.81

CMYK color model

#86B6D1 color CMYK value is (36,13,0,18).

  • cyan value is 35.89%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(36,13,0,18)
C36M13Y0K18 
(36%,13%,0%,18%)
(0.36/0.13/0.00/0.18)	

CMYK percentages

%35.89
%12.92
%0
%18.04

Codes

Color #86B6D1 in popluar color models

86B6D1
RGB134182209
HSL202°44.91%67.25%
HSB/HSV202°35.89%81.96%
CMYK35.89%12.92%0.00%
18.04%

Color #86B6D1 in popluar number systems.

HEX86B6D1
Decimal134182209
Binary100001101011011011010001
Octal206266321

Shades and tints

Shades of #86B6D1

#86B6D1
(134,182,209)
#7AA6BE
(122,166,190)
#6E96AB
(110,150,171)
#628698
(98,134,152)
#567685
(86,118,133)
#4A6672
(74,102,114)
#3E565F
(62,86,95)
#32464C
(50,70,76)
#263639
(38,54,57)
#1A2626
(26,38,38)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #86B6D1

#86B6D1
(134,182,209)
#91BCD5
(145,188,213)
#9CC2D9
(156,194,217)
#A7C8DD
(167,200,221)
#B2CEE1
(178,206,225)
#BDD4E5
(189,212,229)
#C8DAE9
(200,218,233)
#D3E0ED
(211,224,237)
#DEE6F1
(222,230,241)
#E9ECF5
(233,236,245)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B6D1; }

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

This text font color is #86B6D1.


Background Color

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

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

This div background color is #86B6D1.


Border color

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

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

This div border color is #86B6D1.


Opacity

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

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

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

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

This text has shadow with #86B6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B6D1 on black background.


Color preview on white background

This text has color #86B6D1 on white background.



Black color preview on #86B6D1 background

This text has black color on #86B6D1 background.


White color preview on #86B6D1 background

This text has white color on #86B6D1 background.