COLOR #86B8F6

HEX: #86B8F6
RGB: (134,184,246)

Color info

#86B8F6 contains mainly blue color. Web safe color of #86B8F6 is #99CCFF (or #9CF).

RGB color model

#86B8F6 color RGB value is (134,184,246).

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

RGB channels and saturation

R 134 of 255 = 53%
G 184 of 255 = 72%
B 246 of 255 = 96%

134
184
246

R + G + B ~ 74%. #86B8F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 184 + 246 = 564 (100%)
R 134 of 564 ~ 23.76%
G 184 of 564 ~ 32.62%
B 246 of 564 ~ 43.62%

%23.76
%32.62
%43.62

CMYK color model

#86B8F6 color CMYK value is (46,25,0,4).

  • cyan value is 45.53%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(46,25,0,4)
C46M25Y0K4 
(46%,25%,0%,4%)
(0.46/0.25/0.00/0.04)	

CMYK percentages

%45.53
%25.2
%0
%3.53

Codes

Color #86B8F6 in popluar color models

86B8F6
RGB134184246
HSL213°86.15%74.51%
HSB/HSV213°45.53%96.47%
CMYK45.53%25.20%0.00%
3.53%

Color #86B8F6 in popluar number systems.

HEX86B8F6
Decimal134184246
Binary100001101011100011110110
Octal206270366

Shades and tints

Shades of #86B8F6

#86B8F6
(134,184,246)
#7AA8E0
(122,168,224)
#6E98CA
(110,152,202)
#6288B4
(98,136,180)
#56789E
(86,120,158)
#4A6888
(74,104,136)
#3E5872
(62,88,114)
#32485C
(50,72,92)
#263846
(38,56,70)
#1A2830
(26,40,48)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #86B8F6

#86B8F6
(134,184,246)
#91BEF6
(145,190,246)
#9CC4F6
(156,196,246)
#A7CAF6
(167,202,246)
#B2D0F6
(178,208,246)
#BDD6F6
(189,214,246)
#C8DCF6
(200,220,246)
#D3E2F6
(211,226,246)
#DEE8F6
(222,232,246)
#E9EEF6
(233,238,246)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B8F6; }

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

This text font color is #86B8F6.


Background Color

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

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

This div background color is #86B8F6.


Border color

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

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

This div border color is #86B8F6.


Opacity

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

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

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

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

This text has shadow with #86B8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B8F6 on black background.


Color preview on white background

This text has color #86B8F6 on white background.



Black color preview on #86B8F6 background

This text has black color on #86B8F6 background.


White color preview on #86B8F6 background

This text has white color on #86B8F6 background.