COLOR #686971

HEX: #686971
RGB: (104,105,113)

Color info

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

RGB color model

#686971 color RGB value is (104,105,113).

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

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 113 of 255 = 44%

104
105
113

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

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 113 = 322 (100%)
R 104 of 322 ~ 32.3%
G 105 of 322 ~ 32.61%
B 113 of 322 ~ 35.09%

%32.3
%32.61
%35.09

CMYK color model

#686971 color CMYK value is (8,7,0,56).

  • cyan value is 7.96%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(8,7,0,56)
C8M7Y0K56 
(8%,7%,0%,56%)
(0.08/0.07/0.00/0.56)	

CMYK percentages

%7.96
%7.08
%0
%55.69

Codes

Color #686971 in popluar color models

686971
RGB104105113
HSL233°4.15%42.55%
HSB/HSV233°7.96%44.31%
CMYK7.96%7.08%0.00%
55.69%

Color #686971 in popluar number systems.

HEX686971
Decimal104105113
Binary110100011010011110001
Octal150151161

Shades and tints

Shades of #686971

#686971
(104,105,113)
#5F6067
(95,96,103)
#56575D
(86,87,93)
#4D4E53
(77,78,83)
#444549
(68,69,73)
#3B3C3F
(59,60,63)
#323335
(50,51,53)
#292A2B
(41,42,43)
#202121
(32,33,33)
#171817
(23,24,23)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #686971

#686971
(104,105,113)
#75767D
(117,118,125)
#828389
(130,131,137)
#8F9095
(143,144,149)
#9C9DA1
(156,157,161)
#A9AAAD
(169,170,173)
#B6B7B9
(182,183,185)
#C3C4C5
(195,196,197)
#D0D1D1
(208,209,209)
#DDDEDD
(221,222,221)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686971; }

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

This text font color is #686971.


Background Color

.myBgColor { background-color: #686971; }

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

This div background color is #686971.


Border color

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

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

This div border color is #686971.


Opacity

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

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

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

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

This text has shadow with #686971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686971 on black background.


Color preview on white background

This text has color #686971 on white background.



Black color preview on #686971 background

This text has black color on #686971 background.


White color preview on #686971 background

This text has white color on #686971 background.