COLOR #8086CC

HEX: #8086CC
RGB: (128,134,204)

Color info

#8086CC contains mainly blue color. Web safe color of #8086CC is #6699CC (or #69C).

RGB color model

#8086CC color RGB value is (128,134,204).

  • red value is 128;
  • green value is 134;
  • blue value is 204.
RGB:
(128,134,204)
(50%,53%,80%)

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 204 of 255 = 80%

128
134
204

R + G + B ~ 61%. #8086CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 204 = 466 (100%)
R 128 of 466 ~ 27.47%
G 134 of 466 ~ 28.76%
B 204 of 466 ~ 43.78%

%27.47
%28.76
%43.78

CMYK color model

#8086CC color CMYK value is (37,34,0,20).

  • cyan value is 37.25%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(37,34,0,20)
C37M34Y0K20 
(37%,34%,0%,20%)
(0.37/0.34/0.00/0.20)	

CMYK percentages

%37.25
%34.31
%0
%20

Codes

Color #8086CC in popluar color models

8086CC
RGB128134204
HSL235°42.70%65.10%
HSB/HSV235°37.25%80.00%
CMYK37.25%34.31%0.00%
20.00%

Color #8086CC in popluar number systems.

HEX8086CC
Decimal128134204
Binary100000001000011011001100
Octal200206314

Shades and tints

Shades of #8086CC

#8086CC
(128,134,204)
#757ABA
(117,122,186)
#6A6EA8
(106,110,168)
#5F6296
(95,98,150)
#545684
(84,86,132)
#494A72
(73,74,114)
#3E3E60
(62,62,96)
#33324E
(51,50,78)
#28263C
(40,38,60)
#1D1A2A
(29,26,42)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #8086CC

#8086CC
(128,134,204)
#8B91D0
(139,145,208)
#969CD4
(150,156,212)
#A1A7D8
(161,167,216)
#ACB2DC
(172,178,220)
#B7BDE0
(183,189,224)
#C2C8E4
(194,200,228)
#CDD3E8
(205,211,232)
#D8DEEC
(216,222,236)
#E3E9F0
(227,233,240)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8086CC color. Also use rgb(128,134,204) instead hex code.

Text Font Color

.myTextColor { color: #8086CC; }

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

This text font color is #8086CC.


Background Color

.myBgColor { background-color: #8086CC; }

<div style="background-color:#8086CC">Inner text</div>

This div background color is #8086CC.


Border color

.myBorderColor { border: 1px solid #8086CC; }

<div style="border:3px solid #8086CC">Div</div>

This div border color is #8086CC.


Opacity

.myOpacity80 { color: #8086CC; opacity: 0.8; }

<p style="color:#8086CC;opacity:0.8;">80%</p>

Text with #8086CC 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 #8086CC;}

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

This text has shadow with #8086CC color.

.textShadow {text-shadow: 3px 3px 1px #8086CC, 3px 3px 1px red;}

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

This text has shadow with #8086CC primary color and red secondary color.


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

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

This text has shadow with #8086CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8086CC on black background.


Color preview on white background

This text has color #8086CC on white background.



Black color preview on #8086CC background

This text has black color on #8086CC background.


White color preview on #8086CC background

This text has white color on #8086CC background.