COLOR #8686CB

HEX: #8686CB
RGB: (134,134,203)

Color info

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

RGB color model

#8686CB color RGB value is (134,134,203).

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

RGB channels and saturation

R 134 of 255 = 53%
G 134 of 255 = 53%
B 203 of 255 = 80%

134
134
203

R + G + B ~ 62%. #8686CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 134 + 203 = 471 (100%)
R 134 of 471 ~ 28.45%
G 134 of 471 ~ 28.45%
B 203 of 471 ~ 43.1%

%28.45
%28.45
%43.1

CMYK color model

#8686CB color CMYK value is (34,34,0,20).

  • cyan value is 33.99%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(34,34,0,20)
C34M34Y0K20 
(34%,34%,0%,20%)
(0.34/0.34/0.00/0.20)	

CMYK percentages

%33.99
%33.99
%0
%20.39

Codes

Color #8686CB in popluar color models

8686CB
RGB134134203
HSL240°39.88%66.08%
HSB/HSV240°33.99%79.61%
CMYK33.99%33.99%0.00%
20.39%

Color #8686CB in popluar number systems.

HEX8686CB
Decimal134134203
Binary100001101000011011001011
Octal206206313

Shades and tints

Shades of #8686CB

#8686CB
(134,134,203)
#7A7AB9
(122,122,185)
#6E6EA7
(110,110,167)
#626295
(98,98,149)
#565683
(86,86,131)
#4A4A71
(74,74,113)
#3E3E5F
(62,62,95)
#32324D
(50,50,77)
#26263B
(38,38,59)
#1A1A29
(26,26,41)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #8686CB

#8686CB
(134,134,203)
#9191CF
(145,145,207)
#9C9CD3
(156,156,211)
#A7A7D7
(167,167,215)
#B2B2DB
(178,178,219)
#BDBDDF
(189,189,223)
#C8C8E3
(200,200,227)
#D3D3E7
(211,211,231)
#DEDEEB
(222,222,235)
#E9E9EF
(233,233,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8686CB; }

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

This text font color is #8686CB.


Background Color

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

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

This div background color is #8686CB.


Border color

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

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

This div border color is #8686CB.


Opacity

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

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

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

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

This text has shadow with #8686CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8686CB on black background.


Color preview on white background

This text has color #8686CB on white background.



Black color preview on #8686CB background

This text has black color on #8686CB background.


White color preview on #8686CB background

This text has white color on #8686CB background.