COLOR #687C7F

HEX: #687C7F
RGB: (104,124,127)

Color info

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

RGB color model

#687C7F color RGB value is (104,124,127).

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

RGB channels and saturation

R 104 of 255 = 41%
G 124 of 255 = 49%
B 127 of 255 = 50%

104
124
127

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

Portions of RGB colors in percentages

R + G + B =
104 + 124 + 127 = 355 (100%)
R 104 of 355 ~ 29.3%
G 124 of 355 ~ 34.93%
B 127 of 355 ~ 35.77%

%29.3
%34.93
%35.77

CMYK color model

#687C7F color CMYK value is (18,2,0,50).

  • cyan value is 18.11%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(18,2,0,50)
C18M2Y0K50 
(18%,2%,0%,50%)
(0.18/0.02/0.00/0.50)	

CMYK percentages

%18.11
%2.36
%0
%50.2

Codes

Color #687C7F in popluar color models

687C7F
RGB104124127
HSL188°9.96%45.29%
HSB/HSV188°18.11%49.80%
CMYK18.11%2.36%0.00%
50.20%

Color #687C7F in popluar number systems.

HEX687C7F
Decimal104124127
Binary110100011111001111111
Octal150174177

Shades and tints

Shades of #687C7F

#687C7F
(104,124,127)
#5F7174
(95,113,116)
#566669
(86,102,105)
#4D5B5E
(77,91,94)
#445053
(68,80,83)
#3B4548
(59,69,72)
#323A3D
(50,58,61)
#292F32
(41,47,50)
#202427
(32,36,39)
#17191C
(23,25,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #687C7F

#687C7F
(104,124,127)
#75878A
(117,135,138)
#829295
(130,146,149)
#8F9DA0
(143,157,160)
#9CA8AB
(156,168,171)
#A9B3B6
(169,179,182)
#B6BEC1
(182,190,193)
#C3C9CC
(195,201,204)
#D0D4D7
(208,212,215)
#DDDFE2
(221,223,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687C7F; }

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

This text font color is #687C7F.


Background Color

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

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

This div background color is #687C7F.


Border color

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

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

This div border color is #687C7F.


Opacity

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

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

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

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

This text has shadow with #687C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C7F on black background.


Color preview on white background

This text has color #687C7F on white background.



Black color preview on #687C7F background

This text has black color on #687C7F background.


White color preview on #687C7F background

This text has white color on #687C7F background.