COLOR #687B7F

HEX: #687B7F
RGB: (104,123,127)

Color info

#687B7F contains red, green and blue colors in about the same proportion. Web safe color of #687B7F is #666666 (or #666).

RGB color model

#687B7F color RGB value is (104,123,127).

  • red value is 104;
  • green value is 123;
  • blue value is 127.
RGB:
(104,123,127)
(41%,48%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 127 of 255 = 50%

104
123
127

R + G + B ~ 46%. #687B7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 127 = 354 (100%)
R 104 of 354 ~ 29.38%
G 123 of 354 ~ 34.75%
B 127 of 354 ~ 35.88%

%29.38
%34.75
%35.88

CMYK color model

#687B7F color CMYK value is (18,3,0,50).

  • cyan value is 18.11%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(18,3,0,50)
C18M3Y0K50 
(18%,3%,0%,50%)
(0.18/0.03/0.00/0.50)	

CMYK percentages

%18.11
%3.15
%0
%50.2

Codes

Color #687B7F in popluar color models

687B7F
RGB104123127
HSL190°9.96%45.29%
HSB/HSV190°18.11%49.80%
CMYK18.11%3.15%0.00%
50.20%

Color #687B7F in popluar number systems.

HEX687B7F
Decimal104123127
Binary110100011110111111111
Octal150173177

Shades and tints

Shades of #687B7F

#687B7F
(104,123,127)
#5F7074
(95,112,116)
#566569
(86,101,105)
#4D5A5E
(77,90,94)
#444F53
(68,79,83)
#3B4448
(59,68,72)
#32393D
(50,57,61)
#292E32
(41,46,50)
#202327
(32,35,39)
#17181C
(23,24,28)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #687B7F

#687B7F
(104,123,127)
#75878A
(117,135,138)
#829395
(130,147,149)
#8F9FA0
(143,159,160)
#9CABAB
(156,171,171)
#A9B7B6
(169,183,182)
#B6C3C1
(182,195,193)
#C3CFCC
(195,207,204)
#D0DBD7
(208,219,215)
#DDE7E2
(221,231,226)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B7F color. Also use rgb(104,123,127) instead hex code.

Text Font Color

.myTextColor { color: #687B7F; }

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

This text font color is #687B7F.


Background Color

.myBgColor { background-color: #687B7F; }

<div style="background-color:#687B7F">Inner text</div>

This div background color is #687B7F.


Border color

.myBorderColor { border: 1px solid #687B7F; }

<div style="border:3px solid #687B7F">Div</div>

This div border color is #687B7F.


Opacity

.myOpacity80 { color: #687B7F; opacity: 0.8; }

<p style="color:#687B7F;opacity:0.8;">80%</p>

Text with #687B7F 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 #687B7F;}

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

This text has shadow with #687B7F color.

.textShadow {text-shadow: 3px 3px 1px #687B7F, 3px 3px 1px red;}

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

This text has shadow with #687B7F primary color and red secondary color.


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

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

This text has shadow with #687B7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B7F on black background.


Color preview on white background

This text has color #687B7F on white background.



Black color preview on #687B7F background

This text has black color on #687B7F background.


White color preview on #687B7F background

This text has white color on #687B7F background.