COLOR #086CB5

HEX: #086CB5
RGB: (8,108,181)

Color info

#086CB5 contains mainly blue color. Web safe color of #086CB5 is #0066CC (or #06C).

RGB color model

#086CB5 color RGB value is (8,108,181).

  • red value is 8;
  • green value is 108;
  • blue value is 181.
RGB:
(8,108,181)
(3%,42%,71%)

RGB channels and saturation

R 8 of 255 = 3%
G 108 of 255 = 42%
B 181 of 255 = 71%

8
108
181

R + G + B ~ 39%. #086CB5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 108 + 181 = 297 (100%)
R 8 of 297 ~ 2.69%
G 108 of 297 ~ 36.36%
B 181 of 297 ~ 60.94%

%36.36
%60.94

CMYK color model

#086CB5 color CMYK value is (96,40,0,29).

  • cyan value is 95.58%
  • magenta value is 40.33%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(96,40,0,29)
C96M40Y0K29 
(96%,40%,0%,29%)
(0.96/0.40/0.00/0.29)	

CMYK percentages

%95.58
%40.33
%0
%29.02

Codes

Color #086CB5 in popluar color models

086CB5
RGB8108181
HSL205°91.53%37.06%
HSB/HSV205°95.58%70.98%
CMYK95.58%40.33%0.00%
29.02%

Color #086CB5 in popluar number systems.

HEX086CB5
Decimal8108181
Binary1000110110010110101
Octal10154265

Shades and tints

Shades of #086CB5

#086CB5
(8,108,181)
#0863A5
(8,99,165)
#085A95
(8,90,149)
#085185
(8,81,133)
#084875
(8,72,117)
#083F65
(8,63,101)
#083655
(8,54,85)
#082D45
(8,45,69)
#082435
(8,36,53)
#081B25
(8,27,37)
#081215
(8,18,21)
#000000
(0,0,0)

Tints of #086CB5

#086CB5
(8,108,181)
#1E79BB
(30,121,187)
#3486C1
(52,134,193)
#4A93C7
(74,147,199)
#60A0CD
(96,160,205)
#76ADD3
(118,173,211)
#8CBAD9
(140,186,217)
#A2C7DF
(162,199,223)
#B8D4E5
(184,212,229)
#CEE1EB
(206,225,235)
#E4EEF1
(228,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #086CB5 color. Also use rgb(8,108,181) instead hex code.

Text Font Color

.myTextColor { color: #086CB5; }

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

This text font color is #086CB5.


Background Color

.myBgColor { background-color: #086CB5; }

<div style="background-color:#086CB5">Inner text</div>

This div background color is #086CB5.


Border color

.myBorderColor { border: 1px solid #086CB5; }

<div style="border:3px solid #086CB5">Div</div>

This div border color is #086CB5.


Opacity

.myOpacity80 { color: #086CB5; opacity: 0.8; }

<p style="color:#086CB5;opacity:0.8;">80%</p>

Text with #086CB5 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 #086CB5;}

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

This text has shadow with #086CB5 color.

.textShadow {text-shadow: 3px 3px 1px #086CB5, 3px 3px 1px red;}

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

This text has shadow with #086CB5 primary color and red secondary color.


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

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

This text has shadow with #086CB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #086CB5 on black background.


Color preview on white background

This text has color #086CB5 on white background.



Black color preview on #086CB5 background

This text has black color on #086CB5 background.


White color preview on #086CB5 background

This text has white color on #086CB5 background.