COLOR #687C85

HEX: #687C85
RGB: (104,124,133)

Color info

#687C85 contains red, green and blue colors in about the same proportion. Web safe color of #687C85 is #666699 (or #669).

RGB color model

#687C85 color RGB value is (104,124,133).

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

RGB channels and saturation

R 104 of 255 = 41%
G 124 of 255 = 49%
B 133 of 255 = 52%

104
124
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 124 + 133 = 361 (100%)
R 104 of 361 ~ 28.81%
G 124 of 361 ~ 34.35%
B 133 of 361 ~ 36.84%

%28.81
%34.35
%36.84

CMYK color model

#687C85 color CMYK value is (22,7,0,48).

  • cyan value is 21.80%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(22,7,0,48)
C22M7Y0K48 
(22%,7%,0%,48%)
(0.22/0.07/0.00/0.48)	

CMYK percentages

%21.8
%6.77
%0
%47.84

Codes

Color #687C85 in popluar color models

687C85
RGB104124133
HSL199°12.24%46.47%
HSB/HSV199°21.80%52.16%
CMYK21.80%6.77%0.00%
47.84%

Color #687C85 in popluar number systems.

HEX687C85
Decimal104124133
Binary1101000111110010000101
Octal150174205

Shades and tints

Shades of #687C85

#687C85
(104,124,133)
#5F7179
(95,113,121)
#56666D
(86,102,109)
#4D5B61
(77,91,97)
#445055
(68,80,85)
#3B4549
(59,69,73)
#323A3D
(50,58,61)
#292F31
(41,47,49)
#202425
(32,36,37)
#171919
(23,25,25)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #687C85

#687C85
(104,124,133)
#758790
(117,135,144)
#82929B
(130,146,155)
#8F9DA6
(143,157,166)
#9CA8B1
(156,168,177)
#A9B3BC
(169,179,188)
#B6BEC7
(182,190,199)
#C3C9D2
(195,201,210)
#D0D4DD
(208,212,221)
#DDDFE8
(221,223,232)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687C85; }

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

This text font color is #687C85.


Background Color

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

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

This div background color is #687C85.


Border color

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

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

This div border color is #687C85.


Opacity

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

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

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

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

This text has shadow with #687C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C85 on black background.


Color preview on white background

This text has color #687C85 on white background.



Black color preview on #687C85 background

This text has black color on #687C85 background.


White color preview on #687C85 background

This text has white color on #687C85 background.