COLOR #8687AF

HEX: #8687AF
RGB: (134,135,175)

Color info

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

RGB color model

#8687AF color RGB value is (134,135,175).

  • red value is 134;
  • green value is 135;
  • blue value is 175.
RGB:
(134,135,175)
(53%,53%,69%)

RGB channels and saturation

R 134 of 255 = 53%
G 135 of 255 = 53%
B 175 of 255 = 69%

134
135
175

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

Portions of RGB colors in percentages

R + G + B =
134 + 135 + 175 = 444 (100%)
R 134 of 444 ~ 30.18%
G 135 of 444 ~ 30.41%
B 175 of 444 ~ 39.41%

%30.18
%30.41
%39.41

CMYK color model

#8687AF color CMYK value is (23,23,0,31).

  • cyan value is 23.43%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(23,23,0,31)
C23M23Y0K31 
(23%,23%,0%,31%)
(0.23/0.23/0.00/0.31)	

CMYK percentages

%23.43
%22.86
%0
%31.37

Codes

Color #8687AF in popluar color models

8687AF
RGB134135175
HSL239°20.40%60.59%
HSB/HSV239°23.43%68.63%
CMYK23.43%22.86%0.00%
31.37%

Color #8687AF in popluar number systems.

HEX8687AF
Decimal134135175
Binary100001101000011110101111
Octal206207257

Shades and tints

Shades of #8687AF

#8687AF
(134,135,175)
#7A7BA0
(122,123,160)
#6E6F91
(110,111,145)
#626382
(98,99,130)
#565773
(86,87,115)
#4A4B64
(74,75,100)
#3E3F55
(62,63,85)
#323346
(50,51,70)
#262737
(38,39,55)
#1A1B28
(26,27,40)
#0E0F19
(14,15,25)
#000000
(0,0,0)

Tints of #8687AF

#8687AF
(134,135,175)
#9191B6
(145,145,182)
#9C9BBD
(156,155,189)
#A7A5C4
(167,165,196)
#B2AFCB
(178,175,203)
#BDB9D2
(189,185,210)
#C8C3D9
(200,195,217)
#D3CDE0
(211,205,224)
#DED7E7
(222,215,231)
#E9E1EE
(233,225,238)
#F4EBF5
(244,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8687AF; }

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

This text font color is #8687AF.


Background Color

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

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

This div background color is #8687AF.


Border color

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

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

This div border color is #8687AF.


Opacity

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

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

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

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

This text has shadow with #8687AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8687AF on black background.


Color preview on white background

This text has color #8687AF on white background.



Black color preview on #8687AF background

This text has black color on #8687AF background.


White color preview on #8687AF background

This text has white color on #8687AF background.