COLOR #687786

HEX: #687786
RGB: (104,119,134)

Color info

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

RGB color model

#687786 color RGB value is (104,119,134).

  • red value is 104;
  • green value is 119;
  • blue value is 134.
RGB:
(104,119,134)
(41%,47%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 119 of 255 = 47%
B 134 of 255 = 53%

104
119
134

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

Portions of RGB colors in percentages

R + G + B =
104 + 119 + 134 = 357 (100%)
R 104 of 357 ~ 29.13%
G 119 of 357 ~ 33.33%
B 134 of 357 ~ 37.54%

%29.13
%33.33
%37.54

CMYK color model

#687786 color CMYK value is (22,11,0,47).

  • cyan value is 22.39%
  • magenta value is 11.19%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,11,0,47)
C22M11Y0K47 
(22%,11%,0%,47%)
(0.22/0.11/0.00/0.47)	

CMYK percentages

%22.39
%11.19
%0
%47.45

Codes

Color #687786 in popluar color models

687786
RGB104119134
HSL210°12.61%46.67%
HSB/HSV210°22.39%52.55%
CMYK22.39%11.19%0.00%
47.45%

Color #687786 in popluar number systems.

HEX687786
Decimal104119134
Binary1101000111011110000110
Octal150167206

Shades and tints

Shades of #687786

#687786
(104,119,134)
#5F6D7A
(95,109,122)
#56636E
(86,99,110)
#4D5962
(77,89,98)
#444F56
(68,79,86)
#3B454A
(59,69,74)
#323B3E
(50,59,62)
#293132
(41,49,50)
#202726
(32,39,38)
#171D1A
(23,29,26)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #687786

#687786
(104,119,134)
#758391
(117,131,145)
#828F9C
(130,143,156)
#8F9BA7
(143,155,167)
#9CA7B2
(156,167,178)
#A9B3BD
(169,179,189)
#B6BFC8
(182,191,200)
#C3CBD3
(195,203,211)
#D0D7DE
(208,215,222)
#DDE3E9
(221,227,233)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687786 color. Also use rgb(104,119,134) instead hex code.

Text Font Color

.myTextColor { color: #687786; }

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

This text font color is #687786.


Background Color

.myBgColor { background-color: #687786; }

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

This div background color is #687786.


Border color

.myBorderColor { border: 1px solid #687786; }

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

This div border color is #687786.


Opacity

.myOpacity80 { color: #687786; opacity: 0.8; }

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

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

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

This text has shadow with #687786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687786 on black background.


Color preview on white background

This text has color #687786 on white background.



Black color preview on #687786 background

This text has black color on #687786 background.


White color preview on #687786 background

This text has white color on #687786 background.