COLOR #8687A1

HEX: #8687A1
RGB: (134,135,161)

Color info

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

RGB color model

#8687A1 color RGB value is (134,135,161).

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

RGB channels and saturation

R 134 of 255 = 53%
G 135 of 255 = 53%
B 161 of 255 = 63%

134
135
161

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

Portions of RGB colors in percentages

R + G + B =
134 + 135 + 161 = 430 (100%)
R 134 of 430 ~ 31.16%
G 135 of 430 ~ 31.4%
B 161 of 430 ~ 37.44%

%31.16
%31.4
%37.44

CMYK color model

#8687A1 color CMYK value is (17,16,0,37).

  • cyan value is 16.77%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(17,16,0,37)
C17M16Y0K37 
(17%,16%,0%,37%)
(0.17/0.16/0.00/0.37)	

CMYK percentages

%16.77
%16.15
%0
%36.86

Codes

Color #8687A1 in popluar color models

8687A1
RGB134135161
HSL238°12.56%57.84%
HSB/HSV238°16.77%63.14%
CMYK16.77%16.15%0.00%
36.86%

Color #8687A1 in popluar number systems.

HEX8687A1
Decimal134135161
Binary100001101000011110100001
Octal206207241

Shades and tints

Shades of #8687A1

#8687A1
(134,135,161)
#7A7B93
(122,123,147)
#6E6F85
(110,111,133)
#626377
(98,99,119)
#565769
(86,87,105)
#4A4B5B
(74,75,91)
#3E3F4D
(62,63,77)
#32333F
(50,51,63)
#262731
(38,39,49)
#1A1B23
(26,27,35)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #8687A1

#8687A1
(134,135,161)
#9191A9
(145,145,169)
#9C9BB1
(156,155,177)
#A7A5B9
(167,165,185)
#B2AFC1
(178,175,193)
#BDB9C9
(189,185,201)
#C8C3D1
(200,195,209)
#D3CDD9
(211,205,217)
#DED7E1
(222,215,225)
#E9E1E9
(233,225,233)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8687A1; }

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

This text font color is #8687A1.


Background Color

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

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

This div background color is #8687A1.


Border color

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

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

This div border color is #8687A1.


Opacity

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

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

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

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

This text has shadow with #8687A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8687A1 on black background.


Color preview on white background

This text has color #8687A1 on white background.



Black color preview on #8687A1 background

This text has black color on #8687A1 background.


White color preview on #8687A1 background

This text has white color on #8687A1 background.