COLOR #686166

HEX: #686166
RGB: (104,97,102)

Color info

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

RGB color model

#686166 color RGB value is (104,97,102).

  • red value is 104;
  • green value is 97;
  • blue value is 102.
RGB:
(104,97,102)
(41%,38%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 102 of 255 = 40%

104
97
102

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 102 = 303 (100%)
R 104 of 303 ~ 34.32%
G 97 of 303 ~ 32.01%
B 102 of 303 ~ 33.66%

%34.32
%32.01
%33.66

CMYK color model

#686166 color CMYK value is (0,7,2,59).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 1.92%
  • key color value is 59.22%
CMYK:
(0,7,2,59)
C0M7Y2K59 
(0%,7%,2%,59%)
(0.00/0.07/0.02/0.59)	

CMYK percentages

%0
%6.73
%1.92
%59.22

Codes

Color #686166 in popluar color models

686166
RGB10497102
HSL317°3.48%39.41%
HSB/HSV317°6.73%40.78%
CMYK0.00%6.73%1.92%
59.22%

Color #686166 in popluar number systems.

HEX686166
Decimal10497102
Binary110100011000011100110
Octal150141146

Shades and tints

Shades of #686166

#686166
(104,97,102)
#5F595D
(95,89,93)
#565154
(86,81,84)
#4D494B
(77,73,75)
#444142
(68,65,66)
#3B3939
(59,57,57)
#323130
(50,49,48)
#292927
(41,41,39)
#20211E
(32,33,30)
#171915
(23,25,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #686166

#686166
(104,97,102)
#756F73
(117,111,115)
#827D80
(130,125,128)
#8F8B8D
(143,139,141)
#9C999A
(156,153,154)
#A9A7A7
(169,167,167)
#B6B5B4
(182,181,180)
#C3C3C1
(195,195,193)
#D0D1CE
(208,209,206)
#DDDFDB
(221,223,219)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686166 color. Also use rgb(104,97,102) instead hex code.

Text Font Color

.myTextColor { color: #686166; }

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

This text font color is #686166.


Background Color

.myBgColor { background-color: #686166; }

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

This div background color is #686166.


Border color

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

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

This div border color is #686166.


Opacity

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

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

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

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

This text has shadow with #686166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686166 on black background.


Color preview on white background

This text has color #686166 on white background.



Black color preview on #686166 background

This text has black color on #686166 background.


White color preview on #686166 background

This text has white color on #686166 background.