COLOR #689F82

HEX: #689F82 RGB: (104,159,130)

Color info

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

RGB color model

#689F82 color RGB value is (104,159,130).

RGB: (104,159,130) (41%, 62%, 51%)

RGB channels and saturation

R 104 of 255 = 41%
G 159 of 255 = 62%
B 130 of 255 = 51%

104
159
130

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

Portions of RGB colors in percentages

R + G + B = 104 + 159 + 130 = 393 (100%)
R 104 of 393 ~ 26.46%
G 159 of 393 ~ 40.46%
B 130 of 393 ~ 33.08'%

%26.46
%40.46
%33.08

CMYK color model

#689F82 color CMYK value is (35,0,18,38).

  • cyan value is 34.59%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 37.65%

CMYK: (35,0,18,38)
C35M0Y18K38 (35%, 0%, 18%, 38%)
(0.35 / 0.00 / 0.18 / 0.38)

CMYK percentages

%34.59
%0
%18.24
%37.65

Codes

Color #689F82 in popluar color models

68 9F 82
RGB 104 159 130
HSL 148° 22.27% 51.57%
HSB/HSV 148° 34.59% 62.35%
CMYK 34.59% 0.00% 18.24%
37.65%

Color #689F82 in popluar number systems.

HEX 68 9F 82
Decimal 104 159 130
Binary 1101000 10011111 10000010
Octal 150 237 202

Shades and tints

Shades of #689F82

#689F82
(104,159,130)
#5F9177
(95,145,119)
#56836C
(86,131,108)
#4D7561
(77,117,97)
#446756
(68,103,86)
#3B594B
(59,89,75)
#324B40
(50,75,64)
#293D35
(41,61,53)
#202F2A
(32,47,42)
#17211F
(23,33,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #689F82

#689F82
(104,159,130)
#75A78D
(117,167,141)
#82AF98
(130,175,152)
#8FB7A3
(143,183,163)
#9CBFAE
(156,191,174)
#A9C7B9
(169,199,185)
#B6CFC4
(182,207,196)
#C3D7CF
(195,215,207)
#D0DFDA
(208,223,218)
#DDE7E5
(221,231,229)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689F82 color. Also use rgb(104,159,130) instead hex code.

Text Font Color

.myTextColor { color: #689F82; }

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

This text font color is #689F82.

Background Color

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

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

This div background color is #689F82.

Border color

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

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

This div border color is #689F82.

Opacity

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

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

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

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

This text has shadow with #689F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689F82.

Preview

Color preview on black background

This text has color #689F82 on black background.


Color preview on white background

This text has color #689F82 on white background.


Black color preview on #689F82 background

This text has black color on #689F82 background.


White color preview on #689F82 background

This text has white color on #689F82 background.


Related colors

Complementary color

Complementary color for #hex is #97607D.


I love getcolorcode.com

Triadic colors

1 #82689F and #9F8268 with #689F82 are triadic colors.

2 #829F68 and #9F6882 with #689F82 are triadic colors.