COLOR #688B81

HEX: #688B81 RGB: (104,139,129)

Color info

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

RGB color model

#688B81 color RGB value is (104,139,129).

RGB: (104,139,129) (41%, 55%, 51%)

RGB channels and saturation

R 104 of 255 = 41%
G 139 of 255 = 55%
B 129 of 255 = 51%

104
139
129

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

Portions of RGB colors in percentages

R + G + B = 104 + 139 + 129 = 372 (100%)
R 104 of 372 ~ 27.96%
G 139 of 372 ~ 37.37%
B 129 of 372 ~ 34.68'%

%27.96
%37.37
%34.68

CMYK color model

#688B81 color CMYK value is (25,0,7,45).

  • cyan value is 25.18%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 45.49%

CMYK: (25,0,7,45)
C25M0Y7K45 (25%, 0%, 7%, 45%)
(0.25 / 0.00 / 0.07 / 0.45)

CMYK percentages

%25.18
%0
%7.19
%45.49

Codes

Color #688B81 in popluar color models

68 8B 81
RGB 104 139 129
HSL 163° 14.40% 47.65%
HSB/HSV 163° 25.18% 54.51%
CMYK 25.18% 0.00% 7.19%
45.49%

Color #688B81 in popluar number systems.

HEX 68 8B 81
Decimal 104 139 129
Binary 1101000 10001011 10000001
Octal 150 213 201

Shades and tints

Shades of #688B81

#688B81
(104,139,129)
#5F7F76
(95,127,118)
#56736B
(86,115,107)
#4D6760
(77,103,96)
#445B55
(68,91,85)
#3B4F4A
(59,79,74)
#32433F
(50,67,63)
#293734
(41,55,52)
#202B29
(32,43,41)
#171F1E
(23,31,30)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #688B81

#688B81
(104,139,129)
#75958C
(117,149,140)
#829F97
(130,159,151)
#8FA9A2
(143,169,162)
#9CB3AD
(156,179,173)
#A9BDB8
(169,189,184)
#B6C7C3
(182,199,195)
#C3D1CE
(195,209,206)
#D0DBD9
(208,219,217)
#DDE5E4
(221,229,228)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688B81 color. Also use rgb(104,139,129) instead hex code.

Text Font Color

.myTextColor { color: #688B81; }

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

This text font color is #688B81.

Background Color

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

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

This div background color is #688B81.

Border color

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

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

This div border color is #688B81.

Opacity

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

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

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

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

This text has shadow with #688B81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688B81.

Preview

Color preview on black background

This text has color #688B81 on black background.


Color preview on white background

This text has color #688B81 on white background.


Black color preview on #688B81 background

This text has black color on #688B81 background.


White color preview on #688B81 background

This text has white color on #688B81 background.


Related colors

Complementary color

Complementary color for #hex is #97747E.


I love getcolorcode.com

Triadic colors

1 #81688B and #8B8168 with #688B81 are triadic colors.

2 #818B68 and #8B6881 with #688B81 are triadic colors.