COLOR #688688

HEX: #688688 RGB: (104,134,136)

Color info

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

RGB color model

#688688 color RGB value is (104,134,136).

RGB: (104,134,136) (41%, 53%, 53%)

RGB channels and saturation

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

104
134
136

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

Portions of RGB colors in percentages

R + G + B = 104 + 134 + 136 = 374 (100%)
R 104 of 374 ~ 27.81%
G 134 of 374 ~ 35.83%
B 136 of 374 ~ 36.36'%

%27.81
%35.83
%36.36

CMYK color model

#688688 color CMYK value is (24,1,0,47).

  • cyan value is 23.53%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (24,1,0,47)
C24M1Y0K47 (24%, 1%, 0%, 47%)
(0.24 / 0.01 / 0.00 / 0.47)

CMYK percentages

%23.53
%1.47
%0
%46.67

Codes

Color #688688 in popluar color models

68 86 88
RGB 104 134 136
HSL 184° 13.33% 47.06%
HSB/HSV 184° 23.53% 53.33%
CMYK 23.53% 1.47% 0.00%
46.67%

Color #688688 in popluar number systems.

HEX 68 86 88
Decimal 104 134 136
Binary 1101000 10000110 10001000
Octal 150 206 210

Shades and tints

Shades of #688688

#688688
(104,134,136)
#5F7A7C
(95,122,124)
#566E70
(86,110,112)
#4D6264
(77,98,100)
#445658
(68,86,88)
#3B4A4C
(59,74,76)
#323E40
(50,62,64)
#293234
(41,50,52)
#202628
(32,38,40)
#171A1C
(23,26,28)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #688688

#688688
(104,134,136)
#759192
(117,145,146)
#829C9C
(130,156,156)
#8FA7A6
(143,167,166)
#9CB2B0
(156,178,176)
#A9BDBA
(169,189,186)
#B6C8C4
(182,200,196)
#C3D3CE
(195,211,206)
#D0DED8
(208,222,216)
#DDE9E2
(221,233,226)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688688; }

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

This text font color is #688688.

Background Color

.myBgColor { background-color: #688688; }

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

This div background color is #688688.

Border color

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

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

This div border color is #688688.

Opacity

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

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

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

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

This text has shadow with #688688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688688.

Preview

Color preview on black background

This text has color #688688 on black background.


Color preview on white background

This text has color #688688 on white background.


Black color preview on #688688 background

This text has black color on #688688 background.


White color preview on #688688 background

This text has white color on #688688 background.


Related colors

Complementary color

Complementary color for #hex is #977977.


I love getcolorcode.com

Triadic colors

1 #886886 and #868868 with #688688 are triadic colors.

2 #888668 and #866888 with #688688 are triadic colors.