COLOR #8687BF

HEX: #8687BF
RGB: (134,135,191)

Color info

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

RGB color model

#8687BF color RGB value is (134,135,191).

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

RGB channels and saturation

R 134 of 255 = 53%
G 135 of 255 = 53%
B 191 of 255 = 75%

134
135
191

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

Portions of RGB colors in percentages

R + G + B =
134 + 135 + 191 = 460 (100%)
R 134 of 460 ~ 29.13%
G 135 of 460 ~ 29.35%
B 191 of 460 ~ 41.52%

%29.13
%29.35
%41.52

CMYK color model

#8687BF color CMYK value is (30,29,0,25).

  • cyan value is 29.84%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(30,29,0,25)
C30M29Y0K25 
(30%,29%,0%,25%)
(0.30/0.29/0.00/0.25)	

CMYK percentages

%29.84
%29.32
%0
%25.1

Codes

Color #8687BF in popluar color models

8687BF
RGB134135191
HSL239°30.81%63.73%
HSB/HSV239°29.84%74.90%
CMYK29.84%29.32%0.00%
25.10%

Color #8687BF in popluar number systems.

HEX8687BF
Decimal134135191
Binary100001101000011110111111
Octal206207277

Shades and tints

Shades of #8687BF

#8687BF
(134,135,191)
#7A7BAE
(122,123,174)
#6E6F9D
(110,111,157)
#62638C
(98,99,140)
#56577B
(86,87,123)
#4A4B6A
(74,75,106)
#3E3F59
(62,63,89)
#323348
(50,51,72)
#262737
(38,39,55)
#1A1B26
(26,27,38)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #8687BF

#8687BF
(134,135,191)
#9191C4
(145,145,196)
#9C9BC9
(156,155,201)
#A7A5CE
(167,165,206)
#B2AFD3
(178,175,211)
#BDB9D8
(189,185,216)
#C8C3DD
(200,195,221)
#D3CDE2
(211,205,226)
#DED7E7
(222,215,231)
#E9E1EC
(233,225,236)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8687BF; }

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

This text font color is #8687BF.


Background Color

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

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

This div background color is #8687BF.


Border color

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

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

This div border color is #8687BF.


Opacity

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

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

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

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

This text has shadow with #8687BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8687BF on black background.


Color preview on white background

This text has color #8687BF on white background.



Black color preview on #8687BF background

This text has black color on #8687BF background.


White color preview on #8687BF background

This text has white color on #8687BF background.