COLOR #686878

HEX: #686878
RGB: (104,104,120)

Color info

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

RGB color model

#686878 color RGB value is (104,104,120).

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

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 120 of 255 = 47%

104
104
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 120 = 328 (100%)
R 104 of 328 ~ 31.71%
G 104 of 328 ~ 31.71%
B 120 of 328 ~ 36.59%

%31.71
%31.71
%36.59

CMYK color model

#686878 color CMYK value is (13,13,0,53).

  • cyan value is 13.33%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,13,0,53)
C13M13Y0K53 
(13%,13%,0%,53%)
(0.13/0.13/0.00/0.53)	

CMYK percentages

%13.33
%13.33
%0
%52.94

Codes

Color #686878 in popluar color models

686878
RGB104104120
HSL240°7.14%43.92%
HSB/HSV240°13.33%47.06%
CMYK13.33%13.33%0.00%
52.94%

Color #686878 in popluar number systems.

HEX686878
Decimal104104120
Binary110100011010001111000
Octal150150170

Shades and tints

Shades of #686878

#686878
(104,104,120)
#5F5F6E
(95,95,110)
#565664
(86,86,100)
#4D4D5A
(77,77,90)
#444450
(68,68,80)
#3B3B46
(59,59,70)
#32323C
(50,50,60)
#292932
(41,41,50)
#202028
(32,32,40)
#17171E
(23,23,30)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #686878

#686878
(104,104,120)
#757584
(117,117,132)
#828290
(130,130,144)
#8F8F9C
(143,143,156)
#9C9CA8
(156,156,168)
#A9A9B4
(169,169,180)
#B6B6C0
(182,182,192)
#C3C3CC
(195,195,204)
#D0D0D8
(208,208,216)
#DDDDE4
(221,221,228)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686878; }

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

This text font color is #686878.


Background Color

.myBgColor { background-color: #686878; }

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

This div background color is #686878.


Border color

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

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

This div border color is #686878.


Opacity

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

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

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

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

This text has shadow with #686878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686878 on black background.


Color preview on white background

This text has color #686878 on white background.



Black color preview on #686878 background

This text has black color on #686878 background.


White color preview on #686878 background

This text has white color on #686878 background.