COLOR #686D82

HEX: #686D82
RGB: (104,109,130)

Color info

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

RGB color model

#686D82 color RGB value is (104,109,130).

  • red value is 104;
  • green value is 109;
  • blue value is 130.
RGB:
(104,109,130)
(41%,43%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 109 of 255 = 43%
B 130 of 255 = 51%

104
109
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 109 + 130 = 343 (100%)
R 104 of 343 ~ 30.32%
G 109 of 343 ~ 31.78%
B 130 of 343 ~ 37.9%

%30.32
%31.78
%37.9

CMYK color model

#686D82 color CMYK value is (20,16,0,49).

  • cyan value is 20.00%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(20,16,0,49)
C20M16Y0K49 
(20%,16%,0%,49%)
(0.20/0.16/0.00/0.49)	

CMYK percentages

%20
%16.15
%0
%49.02

Codes

Color #686D82 in popluar color models

686D82
RGB104109130
HSL228°11.11%45.88%
HSB/HSV228°20.00%50.98%
CMYK20.00%16.15%0.00%
49.02%

Color #686D82 in popluar number systems.

HEX686D82
Decimal104109130
Binary1101000110110110000010
Octal150155202

Shades and tints

Shades of #686D82

#686D82
(104,109,130)
#5F6477
(95,100,119)
#565B6C
(86,91,108)
#4D5261
(77,82,97)
#444956
(68,73,86)
#3B404B
(59,64,75)
#323740
(50,55,64)
#292E35
(41,46,53)
#20252A
(32,37,42)
#171C1F
(23,28,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #686D82

#686D82
(104,109,130)
#757A8D
(117,122,141)
#828798
(130,135,152)
#8F94A3
(143,148,163)
#9CA1AE
(156,161,174)
#A9AEB9
(169,174,185)
#B6BBC4
(182,187,196)
#C3C8CF
(195,200,207)
#D0D5DA
(208,213,218)
#DDE2E5
(221,226,229)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686D82 color. Also use rgb(104,109,130) instead hex code.

Text Font Color

.myTextColor { color: #686D82; }

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

This text font color is #686D82.


Background Color

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

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

This div background color is #686D82.


Border color

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

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

This div border color is #686D82.


Opacity

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

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

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

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

This text has shadow with #686D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D82 on black background.


Color preview on white background

This text has color #686D82 on white background.



Black color preview on #686D82 background

This text has black color on #686D82 background.


White color preview on #686D82 background

This text has white color on #686D82 background.