COLOR #688686

HEX: #688686
RGB: (104,134,134)

Color info

#688686 contains red, green and blue colors in about the same proportion. Web safe color of #688686 is #669999 (or #699).

RGB color model

#688686 color RGB value is (104,134,134).

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

RGB channels and saturation

R 104 of 255 = 41%
G 134 of 255 = 53%
B 134 of 255 = 53%

104
134
134

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

Portions of RGB colors in percentages

R + G + B =
104 + 134 + 134 = 372 (100%)
R 104 of 372 ~ 27.96%
G 134 of 372 ~ 36.02%
B 134 of 372 ~ 36.02%

%27.96
%36.02
%36.02

CMYK color model

#688686 color CMYK value is (22,0,0,47).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,0,0,47)
C22M0Y0K47 
(22%,0%,0%,47%)
(0.22/0.00/0.00/0.47)	

CMYK percentages

%22.39
%0
%0
%47.45

Codes

Color #688686 in popluar color models

688686
RGB104134134
HSL180°12.61%46.67%
HSB/HSV180°22.39%52.55%
CMYK22.39%0.00%0.00%
47.45%

Color #688686 in popluar number systems.

HEX688686
Decimal104134134
Binary11010001000011010000110
Octal150206206

Shades and tints

Shades of #688686

#688686
(104,134,134)
#5F7A7A
(95,122,122)
#566E6E
(86,110,110)
#4D6262
(77,98,98)
#445656
(68,86,86)
#3B4A4A
(59,74,74)
#323E3E
(50,62,62)
#293232
(41,50,50)
#202626
(32,38,38)
#171A1A
(23,26,26)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #688686

#688686
(104,134,134)
#759191
(117,145,145)
#829C9C
(130,156,156)
#8FA7A7
(143,167,167)
#9CB2B2
(156,178,178)
#A9BDBD
(169,189,189)
#B6C8C8
(182,200,200)
#C3D3D3
(195,211,211)
#D0DEDE
(208,222,222)
#DDE9E9
(221,233,233)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688686; }

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

This text font color is #688686.


Background Color

.myBgColor { background-color: #688686; }

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

This div background color is #688686.


Border color

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

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

This div border color is #688686.


Opacity

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

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

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

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

This text has shadow with #688686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688686 on black background.


Color preview on white background

This text has color #688686 on white background.



Black color preview on #688686 background

This text has black color on #688686 background.


White color preview on #688686 background

This text has white color on #688686 background.