COLOR #687E80

HEX: #687E80 RGB: (104,126,128)

Color info

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

RGB color model

#687E80 color RGB value is (104,126,128).

RGB: (104,126,128) (41%, 49%, 50%)

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 128 of 255 = 50%

104
126
128

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

Portions of RGB colors in percentages

R + G + B = 104 + 126 + 128 = 358 (100%)
R 104 of 358 ~ 29.05%
G 126 of 358 ~ 35.2%
B 128 of 358 ~ 35.75'%

%29.05
%35.2
%35.75

CMYK color model

#687E80 color CMYK value is (19,2,0,50).

  • cyan value is 18.75%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (19,2,0,50)
C19M2Y0K50 (19%, 2%, 0%, 50%)
(0.19 / 0.02 / 0.00 / 0.50)

CMYK percentages

%18.75
%1.56
%0
%49.8

Codes

Color #687E80 in popluar color models

68 7E 80
RGB 104 126 128
HSL 185° 10.34% 45.49%
HSB/HSV 185° 18.75% 50.20%
CMYK 18.75% 1.56% 0.00%
49.80%

Color #687E80 in popluar number systems.

HEX 68 7E 80
Decimal 104 126 128
Binary 1101000 1111110 10000000
Octal 150 176 200

Shades and tints

Shades of #687E80

#687E80
(104,126,128)
#5F7375
(95,115,117)
#56686A
(86,104,106)
#4D5D5F
(77,93,95)
#445254
(68,82,84)
#3B4749
(59,71,73)
#323C3E
(50,60,62)
#293133
(41,49,51)
#202628
(32,38,40)
#171B1D
(23,27,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #687E80

#687E80
(104,126,128)
#75898B
(117,137,139)
#829496
(130,148,150)
#8F9FA1
(143,159,161)
#9CAAAC
(156,170,172)
#A9B5B7
(169,181,183)
#B6C0C2
(182,192,194)
#C3CBCD
(195,203,205)
#D0D6D8
(208,214,216)
#DDE1E3
(221,225,227)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E80; }

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

This text font color is #687E80.

Background Color

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

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

This div background color is #687E80.

Border color

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

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

This div border color is #687E80.

Opacity

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

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

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

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

This text has shadow with #687E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687E80.

Preview

Color preview on black background

This text has color #687E80 on black background.


Color preview on white background

This text has color #687E80 on white background.


Black color preview on #687E80 background

This text has black color on #687E80 background.


White color preview on #687E80 background

This text has white color on #687E80 background.


Related colors

Complementary color

Complementary color for #hex is #97817F.


I love getcolorcode.com

Triadic colors

1 #80687E and #7E8068 with #687E80 are triadic colors.

2 #807E68 and #7E6880 with #687E80 are triadic colors.