COLOR #688D8A

HEX: #688D8A RGB: (104,141,138)

Color info

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

RGB color model

#688D8A color RGB value is (104,141,138).

RGB: (104,141,138) (41%, 55%, 54%)

RGB channels and saturation

R 104 of 255 = 41%
G 141 of 255 = 55%
B 138 of 255 = 54%

104
141
138

R + G + B ~ 50%. #688D8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 141 + 138 = 383 (100%)
R 104 of 383 ~ 27.15%
G 141 of 383 ~ 36.81%
B 138 of 383 ~ 36.03'%

%27.15
%36.81
%36.03

CMYK color model

#688D8A color CMYK value is (26,0,2,45).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 44.71%

CMYK: (26,0,2,45)
C26M0Y2K45 (26%, 0%, 2%, 45%)
(0.26 / 0.00 / 0.02 / 0.45)

CMYK percentages

%26.24
%0
%2.13
%44.71

Codes

Color #688D8A in popluar color models

68 8D 8A
RGB 104 141 138
HSL 175° 15.10% 48.04%
HSB/HSV 175° 26.24% 55.29%
CMYK 26.24% 0.00% 2.13%
44.71%

Color #688D8A in popluar number systems.

HEX 68 8D 8A
Decimal 104 141 138
Binary 1101000 10001101 10001010
Octal 150 215 212

Shades and tints

Shades of #688D8A

#688D8A
(104,141,138)
#5F817E
(95,129,126)
#567572
(86,117,114)
#4D6966
(77,105,102)
#445D5A
(68,93,90)
#3B514E
(59,81,78)
#324542
(50,69,66)
#293936
(41,57,54)
#202D2A
(32,45,42)
#17211E
(23,33,30)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #688D8A

#688D8A
(104,141,138)
#759794
(117,151,148)
#82A19E
(130,161,158)
#8FABA8
(143,171,168)
#9CB5B2
(156,181,178)
#A9BFBC
(169,191,188)
#B6C9C6
(182,201,198)
#C3D3D0
(195,211,208)
#D0DDDA
(208,221,218)
#DDE7E4
(221,231,228)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688D8A color. Also use rgb(104,141,138) instead hex code.

Text Font Color

.myTextColor { color: #688D8A; }

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

This text font color is #688D8A.

Background Color

.myBgColor { background-color: #688D8A; }

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

This div background color is #688D8A.

Border color

.myBorderColor { border: 1px solid #688D8A; }

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

This div border color is #688D8A.

Opacity

.myOpacity80 { color: #688D8A; opacity: 0.8; }

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

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

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

This text has shadow with #688D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688D8A.

Preview

Color preview on black background

This text has color #688D8A on black background.


Color preview on white background

This text has color #688D8A on white background.


Black color preview on #688D8A background

This text has black color on #688D8A background.


White color preview on #688D8A background

This text has white color on #688D8A background.


Related colors

Complementary color

Complementary color for #hex is #977275.


I love getcolorcode.com

Triadic colors

1 #8A688D and #8D8A68 with #688D8A are triadic colors.

2 #8A8D68 and #8D688A with #688D8A are triadic colors.