COLOR #86B8DB

HEX: #86B8DB
RGB: (134,184,219)

Color info

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

RGB color model

#86B8DB color RGB value is (134,184,219).

  • red value is 134;
  • green value is 184;
  • blue value is 219.
RGB:
(134,184,219)
(53%,72%,86%)

RGB channels and saturation

R 134 of 255 = 53%
G 184 of 255 = 72%
B 219 of 255 = 86%

134
184
219

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

Portions of RGB colors in percentages

R + G + B =
134 + 184 + 219 = 537 (100%)
R 134 of 537 ~ 24.95%
G 184 of 537 ~ 34.26%
B 219 of 537 ~ 40.78%

%24.95
%34.26
%40.78

CMYK color model

#86B8DB color CMYK value is (39,16,0,14).

  • cyan value is 38.81%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(39,16,0,14)
C39M16Y0K14 
(39%,16%,0%,14%)
(0.39/0.16/0.00/0.14)	

CMYK percentages

%38.81
%15.98
%0
%14.12

Codes

Color #86B8DB in popluar color models

86B8DB
RGB134184219
HSL205°54.14%69.22%
HSB/HSV205°38.81%85.88%
CMYK38.81%15.98%0.00%
14.12%

Color #86B8DB in popluar number systems.

HEX86B8DB
Decimal134184219
Binary100001101011100011011011
Octal206270333

Shades and tints

Shades of #86B8DB

#86B8DB
(134,184,219)
#7AA8C8
(122,168,200)
#6E98B5
(110,152,181)
#6288A2
(98,136,162)
#56788F
(86,120,143)
#4A687C
(74,104,124)
#3E5869
(62,88,105)
#324856
(50,72,86)
#263843
(38,56,67)
#1A2830
(26,40,48)
#0E181D
(14,24,29)
#000000
(0,0,0)

Tints of #86B8DB

#86B8DB
(134,184,219)
#91BEDE
(145,190,222)
#9CC4E1
(156,196,225)
#A7CAE4
(167,202,228)
#B2D0E7
(178,208,231)
#BDD6EA
(189,214,234)
#C8DCED
(200,220,237)
#D3E2F0
(211,226,240)
#DEE8F3
(222,232,243)
#E9EEF6
(233,238,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B8DB color. Also use rgb(134,184,219) instead hex code.

Text Font Color

.myTextColor { color: #86B8DB; }

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

This text font color is #86B8DB.


Background Color

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

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

This div background color is #86B8DB.


Border color

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

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

This div border color is #86B8DB.


Opacity

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

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

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

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

This text has shadow with #86B8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B8DB on black background.


Color preview on white background

This text has color #86B8DB on white background.



Black color preview on #86B8DB background

This text has black color on #86B8DB background.


White color preview on #86B8DB background

This text has white color on #86B8DB background.