COLOR #8687CF

HEX: #8687CF
RGB: (134,135,207)

Color info

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

RGB color model

#8687CF color RGB value is (134,135,207).

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

RGB channels and saturation

R 134 of 255 = 53%
G 135 of 255 = 53%
B 207 of 255 = 81%

134
135
207

R + G + B ~ 62%. #8687CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 135 + 207 = 476 (100%)
R 134 of 476 ~ 28.15%
G 135 of 476 ~ 28.36%
B 207 of 476 ~ 43.49%

%28.15
%28.36
%43.49

CMYK color model

#8687CF color CMYK value is (35,35,0,19).

  • cyan value is 35.27%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(35,35,0,19)
C35M35Y0K19 
(35%,35%,0%,19%)
(0.35/0.35/0.00/0.19)	

CMYK percentages

%35.27
%34.78
%0
%18.82

Codes

Color #8687CF in popluar color models

8687CF
RGB134135207
HSL239°43.20%66.86%
HSB/HSV239°35.27%81.18%
CMYK35.27%34.78%0.00%
18.82%

Color #8687CF in popluar number systems.

HEX8687CF
Decimal134135207
Binary100001101000011111001111
Octal206207317

Shades and tints

Shades of #8687CF

#8687CF
(134,135,207)
#7A7BBD
(122,123,189)
#6E6FAB
(110,111,171)
#626399
(98,99,153)
#565787
(86,87,135)
#4A4B75
(74,75,117)
#3E3F63
(62,63,99)
#323351
(50,51,81)
#26273F
(38,39,63)
#1A1B2D
(26,27,45)
#0E0F1B
(14,15,27)
#000000
(0,0,0)

Tints of #8687CF

#8687CF
(134,135,207)
#9191D3
(145,145,211)
#9C9BD7
(156,155,215)
#A7A5DB
(167,165,219)
#B2AFDF
(178,175,223)
#BDB9E3
(189,185,227)
#C8C3E7
(200,195,231)
#D3CDEB
(211,205,235)
#DED7EF
(222,215,239)
#E9E1F3
(233,225,243)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8687CF; }

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

This text font color is #8687CF.


Background Color

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

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

This div background color is #8687CF.


Border color

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

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

This div border color is #8687CF.


Opacity

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

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

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

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

This text has shadow with #8687CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8687CF on black background.


Color preview on white background

This text has color #8687CF on white background.



Black color preview on #8687CF background

This text has black color on #8687CF background.


White color preview on #8687CF background

This text has white color on #8687CF background.