COLOR #8686B5

HEX: #8686B5
RGB: (134,134,181)

Color info

#8686B5 contains red, green and blue colors in about the same proportion. Web safe color of #8686B5 is #9999CC (or #99C).

RGB color model

#8686B5 color RGB value is (134,134,181).

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

RGB channels and saturation

R 134 of 255 = 53%
G 134 of 255 = 53%
B 181 of 255 = 71%

134
134
181

R + G + B ~ 59%. #8686B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 134 + 181 = 449 (100%)
R 134 of 449 ~ 29.84%
G 134 of 449 ~ 29.84%
B 181 of 449 ~ 40.31%

%29.84
%29.84
%40.31

CMYK color model

#8686B5 color CMYK value is (26,26,0,29).

  • cyan value is 25.97%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(26,26,0,29)
C26M26Y0K29 
(26%,26%,0%,29%)
(0.26/0.26/0.00/0.29)	

CMYK percentages

%25.97
%25.97
%0
%29.02

Codes

Color #8686B5 in popluar color models

8686B5
RGB134134181
HSL240°24.10%61.76%
HSB/HSV240°25.97%70.98%
CMYK25.97%25.97%0.00%
29.02%

Color #8686B5 in popluar number systems.

HEX8686B5
Decimal134134181
Binary100001101000011010110101
Octal206206265

Shades and tints

Shades of #8686B5

#8686B5
(134,134,181)
#7A7AA5
(122,122,165)
#6E6E95
(110,110,149)
#626285
(98,98,133)
#565675
(86,86,117)
#4A4A65
(74,74,101)
#3E3E55
(62,62,85)
#323245
(50,50,69)
#262635
(38,38,53)
#1A1A25
(26,26,37)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #8686B5

#8686B5
(134,134,181)
#9191BB
(145,145,187)
#9C9CC1
(156,156,193)
#A7A7C7
(167,167,199)
#B2B2CD
(178,178,205)
#BDBDD3
(189,189,211)
#C8C8D9
(200,200,217)
#D3D3DF
(211,211,223)
#DEDEE5
(222,222,229)
#E9E9EB
(233,233,235)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8686B5; }

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

This text font color is #8686B5.


Background Color

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

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

This div background color is #8686B5.


Border color

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

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

This div border color is #8686B5.


Opacity

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

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

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

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

This text has shadow with #8686B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8686B5 on black background.


Color preview on white background

This text has color #8686B5 on white background.



Black color preview on #8686B5 background

This text has black color on #8686B5 background.


White color preview on #8686B5 background

This text has white color on #8686B5 background.