COLOR #687E7B

HEX: #687E7B
RGB: (104,126,123)

Color info

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

RGB color model

#687E7B color RGB value is (104,126,123).

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

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 123 of 255 = 48%

104
126
123

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

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 123 = 353 (100%)
R 104 of 353 ~ 29.46%
G 126 of 353 ~ 35.69%
B 123 of 353 ~ 34.84%

%29.46
%35.69
%34.84

CMYK color model

#687E7B color CMYK value is (17,0,2,51).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK:
(17,0,2,51)
C17M0Y2K51 
(17%,0%,2%,51%)
(0.17/0.00/0.02/0.51)	

CMYK percentages

%17.46
%0
%2.38
%50.59

Codes

Color #687E7B in popluar color models

687E7B
RGB104126123
HSL172°9.57%45.10%
HSB/HSV172°17.46%49.41%
CMYK17.46%0.00%2.38%
50.59%

Color #687E7B in popluar number systems.

HEX687E7B
Decimal104126123
Binary110100011111101111011
Octal150176173

Shades and tints

Shades of #687E7B

#687E7B
(104,126,123)
#5F7370
(95,115,112)
#566865
(86,104,101)
#4D5D5A
(77,93,90)
#44524F
(68,82,79)
#3B4744
(59,71,68)
#323C39
(50,60,57)
#29312E
(41,49,46)
#202623
(32,38,35)
#171B18
(23,27,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #687E7B

#687E7B
(104,126,123)
#758987
(117,137,135)
#829493
(130,148,147)
#8F9F9F
(143,159,159)
#9CAAAB
(156,170,171)
#A9B5B7
(169,181,183)
#B6C0C3
(182,192,195)
#C3CBCF
(195,203,207)
#D0D6DB
(208,214,219)
#DDE1E7
(221,225,231)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E7B; }

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

This text font color is #687E7B.


Background Color

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

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

This div background color is #687E7B.


Border color

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

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

This div border color is #687E7B.


Opacity

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

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

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

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

This text has shadow with #687E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E7B on black background.


Color preview on white background

This text has color #687E7B on white background.



Black color preview on #687E7B background

This text has black color on #687E7B background.


White color preview on #687E7B background

This text has white color on #687E7B background.