COLOR #8686DC

HEX: #8686DC
RGB: (134,134,220)

Color info

#8686DC contains mainly blue color. Web safe color of #8686DC is #9999CC (or #99C).

RGB color model

#8686DC color RGB value is (134,134,220).

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

RGB channels and saturation

R 134 of 255 = 53%
G 134 of 255 = 53%
B 220 of 255 = 86%

134
134
220

R + G + B ~ 64%. #8686DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 134 + 220 = 488 (100%)
R 134 of 488 ~ 27.46%
G 134 of 488 ~ 27.46%
B 220 of 488 ~ 45.08%

%27.46
%27.46
%45.08

CMYK color model

#8686DC color CMYK value is (39,39,0,14).

  • cyan value is 39.09%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(39,39,0,14)
C39M39Y0K14 
(39%,39%,0%,14%)
(0.39/0.39/0.00/0.14)	

CMYK percentages

%39.09
%39.09
%0
%13.73

Codes

Color #8686DC in popluar color models

8686DC
RGB134134220
HSL240°55.13%69.41%
HSB/HSV240°39.09%86.27%
CMYK39.09%39.09%0.00%
13.73%

Color #8686DC in popluar number systems.

HEX8686DC
Decimal134134220
Binary100001101000011011011100
Octal206206334

Shades and tints

Shades of #8686DC

#8686DC
(134,134,220)
#7A7AC8
(122,122,200)
#6E6EB4
(110,110,180)
#6262A0
(98,98,160)
#56568C
(86,86,140)
#4A4A78
(74,74,120)
#3E3E64
(62,62,100)
#323250
(50,50,80)
#26263C
(38,38,60)
#1A1A28
(26,26,40)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #8686DC

#8686DC
(134,134,220)
#9191DF
(145,145,223)
#9C9CE2
(156,156,226)
#A7A7E5
(167,167,229)
#B2B2E8
(178,178,232)
#BDBDEB
(189,189,235)
#C8C8EE
(200,200,238)
#D3D3F1
(211,211,241)
#DEDEF4
(222,222,244)
#E9E9F7
(233,233,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8686DC color. Also use rgb(134,134,220) instead hex code.

Text Font Color

.myTextColor { color: #8686DC; }

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

This text font color is #8686DC.


Background Color

.myBgColor { background-color: #8686DC; }

<div style="background-color:#8686DC">Inner text</div>

This div background color is #8686DC.


Border color

.myBorderColor { border: 1px solid #8686DC; }

<div style="border:3px solid #8686DC">Div</div>

This div border color is #8686DC.


Opacity

.myOpacity80 { color: #8686DC; opacity: 0.8; }

<p style="color:#8686DC;opacity:0.8;">80%</p>

Text with #8686DC 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 #8686DC;}

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

This text has shadow with #8686DC color.

.textShadow {text-shadow: 3px 3px 1px #8686DC, 3px 3px 1px red;}

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

This text has shadow with #8686DC primary color and red secondary color.


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

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

This text has shadow with #8686DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8686DC on black background.


Color preview on white background

This text has color #8686DC on white background.



Black color preview on #8686DC background

This text has black color on #8686DC background.


White color preview on #8686DC background

This text has white color on #8686DC background.