COLOR #686171

HEX: #686171
RGB: (104,97,113)

Color info

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

RGB color model

#686171 color RGB value is (104,97,113).

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

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 113 of 255 = 44%

104
97
113

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 113 = 314 (100%)
R 104 of 314 ~ 33.12%
G 97 of 314 ~ 30.89%
B 113 of 314 ~ 35.99%

%33.12
%30.89
%35.99

CMYK color model

#686171 color CMYK value is (8,14,0,56).

  • cyan value is 7.96%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(8,14,0,56)
C8M14Y0K56 
(8%,14%,0%,56%)
(0.08/0.14/0.00/0.56)	

CMYK percentages

%7.96
%14.16
%0
%55.69

Codes

Color #686171 in popluar color models

686171
RGB10497113
HSL266°7.62%41.18%
HSB/HSV266°14.16%44.31%
CMYK7.96%14.16%0.00%
55.69%

Color #686171 in popluar number systems.

HEX686171
Decimal10497113
Binary110100011000011110001
Octal150141161

Shades and tints

Shades of #686171

#686171
(104,97,113)
#5F5967
(95,89,103)
#56515D
(86,81,93)
#4D4953
(77,73,83)
#444149
(68,65,73)
#3B393F
(59,57,63)
#323135
(50,49,53)
#29292B
(41,41,43)
#202121
(32,33,33)
#171917
(23,25,23)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #686171

#686171
(104,97,113)
#756F7D
(117,111,125)
#827D89
(130,125,137)
#8F8B95
(143,139,149)
#9C99A1
(156,153,161)
#A9A7AD
(169,167,173)
#B6B5B9
(182,181,185)
#C3C3C5
(195,195,197)
#D0D1D1
(208,209,209)
#DDDFDD
(221,223,221)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686171; }

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

This text font color is #686171.


Background Color

.myBgColor { background-color: #686171; }

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

This div background color is #686171.


Border color

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

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

This div border color is #686171.


Opacity

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

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

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

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

This text has shadow with #686171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686171 on black background.


Color preview on white background

This text has color #686171 on white background.



Black color preview on #686171 background

This text has black color on #686171 background.


White color preview on #686171 background

This text has white color on #686171 background.