COLOR #8687AC

HEX: #8687AC RGB: (134,135,172)

Color info

#8687AC contains red, green and blue colors in about the same proportion. Web safe color of #8687AC is #999999 (or #999).

RGB color model

#8687AC color RGB value is (134,135,172).

RGB: (134,135,172) (53%, 53%, 67%)

RGB channels and saturation

R 134 of 255 = 53%
G 135 of 255 = 53%
B 172 of 255 = 67%

134
135
172

R + G + B ~ 58%. #8687AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 135 + 172 = 441 (100%)
R 134 of 441 ~ 30.39%
G 135 of 441 ~ 30.61%
B 172 of 441 ~ 39'%

%30.39
%30.61
%39

CMYK color model

#8687AC color CMYK value is (22,22,0,33).

  • cyan value is 22.09%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (22,22,0,33) C22M22Y0K33 (22%,22%,0%,33%) (0.22/0.22/0.00/0.33) 

CMYK percentages

%22.09
%21.51
%0
%32.55

Codes

Color #8687AC in popluar color models

86 87 AC
RGB 134 135 172
HSL 238° 18.63% 60.00%
HSB/HSV 238° 22.09% 67.45%
CMYK 22.09% 21.51% 0.00%
32.55%

Color #8687AC in popluar number systems.

HEX 86 87 AC
Decimal 134 135 172
Binary 10000110 10000111 10101100
Octal 206 207 254

Shades and tints

Shades of #8687AC

#8687AC
(134,135,172)
#7A7B9D
(122,123,157)
#6E6F8E
(110,111,142)
#62637F
(98,99,127)
#565770
(86,87,112)
#4A4B61
(74,75,97)
#3E3F52
(62,63,82)
#323343
(50,51,67)
#262734
(38,39,52)
#1A1B25
(26,27,37)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #8687AC

#8687AC
(134,135,172)
#9191B3
(145,145,179)
#9C9BBA
(156,155,186)
#A7A5C1
(167,165,193)
#B2AFC8
(178,175,200)
#BDB9CF
(189,185,207)
#C8C3D6
(200,195,214)
#D3CDDD
(211,205,221)
#DED7E4
(222,215,228)
#E9E1EB
(233,225,235)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8687AC color. Also use rgb(134,135,172) instead hex code.

Text Font Color

.myTextColor { color: #8687AC; }

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

This text font color is #8687AC.

Background Color

.myBgColor { background-color: #8687AC; }

<div style="background-color:#8687AC">Inner text</div>

This div background color is #8687AC.

Border color

.myBorderColor { border: 1px solid #8687AC; }

<div style="border:3px solid #8687AC">Div</div>

This div border color is #8687AC.

Opacity

.myOpacity80 { color: #8687AC; opacity: 0.8; }

<p style="color:#8687AC;opacity:0.8;">80%</p>

Text with #8687AC 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 #8687AC;}

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

This text has shadow with #8687AC color.


.textShadow {text-shadow: 3px 3px 1px #8687AC', 3px 3px 1px red;}

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

This text has shadow with #8687AC primary color and red secondary color.


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

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

This text has shadow with #8687AC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8687AC; -webkit-box-shadow: 1px 1px 3px 2px #8687AC; box-shadow:1px 1px 3px 2px #8687AC;">
Div content here
</div>

This div box has shadow with color #8687AC.

Preview

Color preview on black background

This text has color #8687AC on black background.


Color preview on white background

This text has color #8687AC on white background.


Black color preview on #8687AC background

This text has black color on #8687AC background.


White color preview on #8687AC background

This text has white color on #8687AC background.


Related colors

Complementary color

Complementary color for #hex is #797853.


I love getcolorcode.com

Triadic colors

1 #AC8687 and #87AC86 with #8687AC are triadic colors.

2 #AC8786 and #8786AC with #8687AC are triadic colors.