COLOR #686871

HEX: #686871
RGB: (104,104,113)

Color info

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

RGB color model

#686871 color RGB value is (104,104,113).

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

RGB channels and saturation

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

104
104
113

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

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 113 = 321 (100%)
R 104 of 321 ~ 32.4%
G 104 of 321 ~ 32.4%
B 113 of 321 ~ 35.2%

%32.4
%32.4
%35.2

CMYK color model

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

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

CMYK percentages

%7.96
%7.96
%0
%55.69

Codes

Color #686871 in popluar color models

686871
RGB104104113
HSL240°4.15%42.55%
HSB/HSV240°7.96%44.31%
CMYK7.96%7.96%0.00%
55.69%

Color #686871 in popluar number systems.

HEX686871
Decimal104104113
Binary110100011010001110001
Octal150150161

Shades and tints

Shades of #686871

#686871
(104,104,113)
#5F5F67
(95,95,103)
#56565D
(86,86,93)
#4D4D53
(77,77,83)
#444449
(68,68,73)
#3B3B3F
(59,59,63)
#323235
(50,50,53)
#29292B
(41,41,43)
#202021
(32,32,33)
#171717
(23,23,23)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #686871

#686871
(104,104,113)
#75757D
(117,117,125)
#828289
(130,130,137)
#8F8F95
(143,143,149)
#9C9CA1
(156,156,161)
#A9A9AD
(169,169,173)
#B6B6B9
(182,182,185)
#C3C3C5
(195,195,197)
#D0D0D1
(208,208,209)
#DDDDDD
(221,221,221)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686871; }

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

This text font color is #686871.


Background Color

.myBgColor { background-color: #686871; }

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

This div background color is #686871.


Border color

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

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

This div border color is #686871.


Opacity

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

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

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

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

This text has shadow with #686871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686871 on black background.


Color preview on white background

This text has color #686871 on white background.



Black color preview on #686871 background

This text has black color on #686871 background.


White color preview on #686871 background

This text has white color on #686871 background.