COLOR #688989

HEX: #688989 RGB: (104,137,137)

Color info

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

RGB color model

#688989 color RGB value is (104,137,137).

RGB: (104,137,137) (41%, 54%, 54%)

RGB channels and saturation

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

104
137
137

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

Portions of RGB colors in percentages

R + G + B = 104 + 137 + 137 = 378 (100%)
R 104 of 378 ~ 27.51%
G 137 of 378 ~ 36.24%
B 137 of 378 ~ 36.24'%

%27.51
%36.24
%36.24

CMYK color model

#688989 color CMYK value is (24,0,0,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (24,0,0,46)
C24M0Y0K46 (24%, 0%, 0%, 46%)
(0.24 / 0.00 / 0.00 / 0.46)

CMYK percentages

%24.09
%0
%0
%46.27

Codes

Color #688989 in popluar color models

68 89 89
RGB 104 137 137
HSL 180° 13.69% 47.25%
HSB/HSV 180° 24.09% 53.73%
CMYK 24.09% 0.00% 0.00%
46.27%

Color #688989 in popluar number systems.

HEX 68 89 89
Decimal 104 137 137
Binary 1101000 10001001 10001001
Octal 150 211 211

Shades and tints

Shades of #688989

#688989
(104,137,137)
#5F7D7D
(95,125,125)
#567171
(86,113,113)
#4D6565
(77,101,101)
#445959
(68,89,89)
#3B4D4D
(59,77,77)
#324141
(50,65,65)
#293535
(41,53,53)
#202929
(32,41,41)
#171D1D
(23,29,29)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #688989

#688989
(104,137,137)
#759393
(117,147,147)
#829D9D
(130,157,157)
#8FA7A7
(143,167,167)
#9CB1B1
(156,177,177)
#A9BBBB
(169,187,187)
#B6C5C5
(182,197,197)
#C3CFCF
(195,207,207)
#D0D9D9
(208,217,217)
#DDE3E3
(221,227,227)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688989; }

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

This text font color is #688989.

Background Color

.myBgColor { background-color: #688989; }

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

This div background color is #688989.

Border color

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

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

This div border color is #688989.

Opacity

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

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

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

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

This text has shadow with #688989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688989.

Preview

Color preview on black background

This text has color #688989 on black background.


Color preview on white background

This text has color #688989 on white background.


Black color preview on #688989 background

This text has black color on #688989 background.


White color preview on #688989 background

This text has white color on #688989 background.


Related colors

Complementary color

Complementary color for #hex is #977676.


I love getcolorcode.com