COLOR #689D85

HEX: #689D85
RGB: (104,157,133)

Color info

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

RGB color model

#689D85 color RGB value is (104,157,133).

  • red value is 104;
  • green value is 157;
  • blue value is 133.
RGB:
(104,157,133)
(41%,62%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 157 of 255 = 62%
B 133 of 255 = 52%

104
157
133

R + G + B ~ 52%. #689D85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 157 + 133 = 394 (100%)
R 104 of 394 ~ 26.4%
G 157 of 394 ~ 39.85%
B 133 of 394 ~ 33.76%

%26.4
%39.85
%33.76

CMYK color model

#689D85 color CMYK value is (34,0,15,38).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 38.43%
CMYK:
(34,0,15,38)
C34M0Y15K38 
(34%,0%,15%,38%)
(0.34/0.00/0.15/0.38)	

CMYK percentages

%33.76
%0
%15.29
%38.43

Codes

Color #689D85 in popluar color models

689D85
RGB104157133
HSL153°21.29%51.18%
HSB/HSV153°33.76%61.57%
CMYK33.76%0.00%15.29%
38.43%

Color #689D85 in popluar number systems.

HEX689D85
Decimal104157133
Binary11010001001110110000101
Octal150235205

Shades and tints

Shades of #689D85

#689D85
(104,157,133)
#5F8F79
(95,143,121)
#56816D
(86,129,109)
#4D7361
(77,115,97)
#446555
(68,101,85)
#3B5749
(59,87,73)
#32493D
(50,73,61)
#293B31
(41,59,49)
#202D25
(32,45,37)
#171F19
(23,31,25)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #689D85

#689D85
(104,157,133)
#75A590
(117,165,144)
#82AD9B
(130,173,155)
#8FB5A6
(143,181,166)
#9CBDB1
(156,189,177)
#A9C5BC
(169,197,188)
#B6CDC7
(182,205,199)
#C3D5D2
(195,213,210)
#D0DDDD
(208,221,221)
#DDE5E8
(221,229,232)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689D85 color. Also use rgb(104,157,133) instead hex code.

Text Font Color

.myTextColor { color: #689D85; }

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

This text font color is #689D85.


Background Color

.myBgColor { background-color: #689D85; }

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

This div background color is #689D85.


Border color

.myBorderColor { border: 1px solid #689D85; }

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

This div border color is #689D85.


Opacity

.myOpacity80 { color: #689D85; opacity: 0.8; }

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

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

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

This text has shadow with #689D85 color.

.textShadow {text-shadow: 3px 3px 1px #689D85, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689D85 on black background.


Color preview on white background

This text has color #689D85 on white background.



Black color preview on #689D85 background

This text has black color on #689D85 background.


White color preview on #689D85 background

This text has white color on #689D85 background.