COLOR #686C7F

HEX: #686C7F
RGB: (104,108,127)

Color info

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

RGB color model

#686C7F color RGB value is (104,108,127).

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

RGB channels and saturation

R 104 of 255 = 41%
G 108 of 255 = 42%
B 127 of 255 = 50%

104
108
127

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

Portions of RGB colors in percentages

R + G + B =
104 + 108 + 127 = 339 (100%)
R 104 of 339 ~ 30.68%
G 108 of 339 ~ 31.86%
B 127 of 339 ~ 37.46%

%30.68
%31.86
%37.46

CMYK color model

#686C7F color CMYK value is (18,15,0,50).

  • cyan value is 18.11%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(18,15,0,50)
C18M15Y0K50 
(18%,15%,0%,50%)
(0.18/0.15/0.00/0.50)	

CMYK percentages

%18.11
%14.96
%0
%50.2

Codes

Color #686C7F in popluar color models

686C7F
RGB104108127
HSL230°9.96%45.29%
HSB/HSV230°18.11%49.80%
CMYK18.11%14.96%0.00%
50.20%

Color #686C7F in popluar number systems.

HEX686C7F
Decimal104108127
Binary110100011011001111111
Octal150154177

Shades and tints

Shades of #686C7F

#686C7F
(104,108,127)
#5F6374
(95,99,116)
#565A69
(86,90,105)
#4D515E
(77,81,94)
#444853
(68,72,83)
#3B3F48
(59,63,72)
#32363D
(50,54,61)
#292D32
(41,45,50)
#202427
(32,36,39)
#171B1C
(23,27,28)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #686C7F

#686C7F
(104,108,127)
#75798A
(117,121,138)
#828695
(130,134,149)
#8F93A0
(143,147,160)
#9CA0AB
(156,160,171)
#A9ADB6
(169,173,182)
#B6BAC1
(182,186,193)
#C3C7CC
(195,199,204)
#D0D4D7
(208,212,215)
#DDE1E2
(221,225,226)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686C7F; }

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

This text font color is #686C7F.


Background Color

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

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

This div background color is #686C7F.


Border color

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

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

This div border color is #686C7F.


Opacity

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

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

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

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

This text has shadow with #686C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686C7F on black background.


Color preview on white background

This text has color #686C7F on white background.



Black color preview on #686C7F background

This text has black color on #686C7F background.


White color preview on #686C7F background

This text has white color on #686C7F background.