COLOR #86B8E9

HEX: #86B8E9
RGB: (134,184,233)

Color info

#86B8E9 contains mainly green and blue colors. Web safe color of #86B8E9 is #99CCFF (or #9CF).

RGB color model

#86B8E9 color RGB value is (134,184,233).

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

RGB channels and saturation

R 134 of 255 = 53%
G 184 of 255 = 72%
B 233 of 255 = 91%

134
184
233

R + G + B ~ 72%. #86B8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 184 + 233 = 551 (100%)
R 134 of 551 ~ 24.32%
G 184 of 551 ~ 33.39%
B 233 of 551 ~ 42.29%

%24.32
%33.39
%42.29

CMYK color model

#86B8E9 color CMYK value is (42,21,0,9).

  • cyan value is 42.49%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(42,21,0,9)
C42M21Y0K9 
(42%,21%,0%,9%)
(0.42/0.21/0.00/0.09)	

CMYK percentages

%42.49
%21.03
%0
%8.63

Codes

Color #86B8E9 in popluar color models

86B8E9
RGB134184233
HSL210°69.23%71.96%
HSB/HSV210°42.49%91.37%
CMYK42.49%21.03%0.00%
8.63%

Color #86B8E9 in popluar number systems.

HEX86B8E9
Decimal134184233
Binary100001101011100011101001
Octal206270351

Shades and tints

Shades of #86B8E9

#86B8E9
(134,184,233)
#7AA8D4
(122,168,212)
#6E98BF
(110,152,191)
#6288AA
(98,136,170)
#567895
(86,120,149)
#4A6880
(74,104,128)
#3E586B
(62,88,107)
#324856
(50,72,86)
#263841
(38,56,65)
#1A282C
(26,40,44)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #86B8E9

#86B8E9
(134,184,233)
#91BEEB
(145,190,235)
#9CC4ED
(156,196,237)
#A7CAEF
(167,202,239)
#B2D0F1
(178,208,241)
#BDD6F3
(189,214,243)
#C8DCF5
(200,220,245)
#D3E2F7
(211,226,247)
#DEE8F9
(222,232,249)
#E9EEFB
(233,238,251)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B8E9; }

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

This text font color is #86B8E9.


Background Color

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

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

This div background color is #86B8E9.


Border color

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

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

This div border color is #86B8E9.


Opacity

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

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

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

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

This text has shadow with #86B8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B8E9 on black background.


Color preview on white background

This text has color #86B8E9 on white background.



Black color preview on #86B8E9 background

This text has black color on #86B8E9 background.


White color preview on #86B8E9 background

This text has white color on #86B8E9 background.