COLOR #688D89

HEX: #688D89
RGB: (104,141,137)

Color info

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

RGB color model

#688D89 color RGB value is (104,141,137).

  • red value is 104;
  • green value is 141;
  • blue value is 137.
RGB:
(104,141,137)
(41%,55%,54%)

RGB channels and saturation

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

104
141
137

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

Portions of RGB colors in percentages

R + G + B =
104 + 141 + 137 = 382 (100%)
R 104 of 382 ~ 27.23%
G 141 of 382 ~ 36.91%
B 137 of 382 ~ 35.86%

%27.23
%36.91
%35.86

CMYK color model

#688D89 color CMYK value is (26,0,3,45).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(26,0,3,45)
C26M0Y3K45 
(26%,0%,3%,45%)
(0.26/0.00/0.03/0.45)	

CMYK percentages

%26.24
%0
%2.84
%44.71

Codes

Color #688D89 in popluar color models

688D89
RGB104141137
HSL174°15.10%48.04%
HSB/HSV174°26.24%55.29%
CMYK26.24%0.00%2.84%
44.71%

Color #688D89 in popluar number systems.

HEX688D89
Decimal104141137
Binary11010001000110110001001
Octal150215211

Shades and tints

Shades of #688D89

#688D89
(104,141,137)
#5F817D
(95,129,125)
#567571
(86,117,113)
#4D6965
(77,105,101)
#445D59
(68,93,89)
#3B514D
(59,81,77)
#324541
(50,69,65)
#293935
(41,57,53)
#202D29
(32,45,41)
#17211D
(23,33,29)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #688D89

#688D89
(104,141,137)
#759793
(117,151,147)
#82A19D
(130,161,157)
#8FABA7
(143,171,167)
#9CB5B1
(156,181,177)
#A9BFBB
(169,191,187)
#B6C9C5
(182,201,197)
#C3D3CF
(195,211,207)
#D0DDD9
(208,221,217)
#DDE7E3
(221,231,227)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688D89; }

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

This text font color is #688D89.


Background Color

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

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

This div background color is #688D89.


Border color

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

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

This div border color is #688D89.


Opacity

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

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

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

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

This text has shadow with #688D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688D89 on black background.


Color preview on white background

This text has color #688D89 on white background.



Black color preview on #688D89 background

This text has black color on #688D89 background.


White color preview on #688D89 background

This text has white color on #688D89 background.