COLOR #8686C5

HEX: #8686C5
RGB: (134,134,197)

Color info

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

RGB color model

#8686C5 color RGB value is (134,134,197).

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

RGB channels and saturation

R 134 of 255 = 53%
G 134 of 255 = 53%
B 197 of 255 = 77%

134
134
197

R + G + B ~ 61%. #8686C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 134 + 197 = 465 (100%)
R 134 of 465 ~ 28.82%
G 134 of 465 ~ 28.82%
B 197 of 465 ~ 42.37%

%28.82
%28.82
%42.37

CMYK color model

#8686C5 color CMYK value is (32,32,0,23).

  • cyan value is 31.98%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(32,32,0,23)
C32M32Y0K23 
(32%,32%,0%,23%)
(0.32/0.32/0.00/0.23)	

CMYK percentages

%31.98
%31.98
%0
%22.75

Codes

Color #8686C5 in popluar color models

8686C5
RGB134134197
HSL240°35.20%64.90%
HSB/HSV240°31.98%77.25%
CMYK31.98%31.98%0.00%
22.75%

Color #8686C5 in popluar number systems.

HEX8686C5
Decimal134134197
Binary100001101000011011000101
Octal206206305

Shades and tints

Shades of #8686C5

#8686C5
(134,134,197)
#7A7AB4
(122,122,180)
#6E6EA3
(110,110,163)
#626292
(98,98,146)
#565681
(86,86,129)
#4A4A70
(74,74,112)
#3E3E5F
(62,62,95)
#32324E
(50,50,78)
#26263D
(38,38,61)
#1A1A2C
(26,26,44)
#0E0E1B
(14,14,27)
#000000
(0,0,0)

Tints of #8686C5

#8686C5
(134,134,197)
#9191CA
(145,145,202)
#9C9CCF
(156,156,207)
#A7A7D4
(167,167,212)
#B2B2D9
(178,178,217)
#BDBDDE
(189,189,222)
#C8C8E3
(200,200,227)
#D3D3E8
(211,211,232)
#DEDEED
(222,222,237)
#E9E9F2
(233,233,242)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8686C5; }

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

This text font color is #8686C5.


Background Color

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

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

This div background color is #8686C5.


Border color

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

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

This div border color is #8686C5.


Opacity

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

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

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

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

This text has shadow with #8686C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8686C5 on black background.


Color preview on white background

This text has color #8686C5 on white background.



Black color preview on #8686C5 background

This text has black color on #8686C5 background.


White color preview on #8686C5 background

This text has white color on #8686C5 background.