COLOR #689387

HEX: #689387
RGB: (104,147,135)

Color info

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

RGB color model

#689387 color RGB value is (104,147,135).

  • red value is 104;
  • green value is 147;
  • blue value is 135.
RGB:
(104,147,135)
(41%,58%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 147 of 255 = 58%
B 135 of 255 = 53%

104
147
135

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

Portions of RGB colors in percentages

R + G + B =
104 + 147 + 135 = 386 (100%)
R 104 of 386 ~ 26.94%
G 147 of 386 ~ 38.08%
B 135 of 386 ~ 34.97%

%26.94
%38.08
%34.97

CMYK color model

#689387 color CMYK value is (29,0,8,42).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 42.35%
CMYK:
(29,0,8,42)
C29M0Y8K42 
(29%,0%,8%,42%)
(0.29/0.00/0.08/0.42)	

CMYK percentages

%29.25
%0
%8.16
%42.35

Codes

Color #689387 in popluar color models

689387
RGB104147135
HSL163°17.13%49.22%
HSB/HSV163°29.25%57.65%
CMYK29.25%0.00%8.16%
42.35%

Color #689387 in popluar number systems.

HEX689387
Decimal104147135
Binary11010001001001110000111
Octal150223207

Shades and tints

Shades of #689387

#689387
(104,147,135)
#5F867B
(95,134,123)
#56796F
(86,121,111)
#4D6C63
(77,108,99)
#445F57
(68,95,87)
#3B524B
(59,82,75)
#32453F
(50,69,63)
#293833
(41,56,51)
#202B27
(32,43,39)
#171E1B
(23,30,27)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #689387

#689387
(104,147,135)
#759C91
(117,156,145)
#82A59B
(130,165,155)
#8FAEA5
(143,174,165)
#9CB7AF
(156,183,175)
#A9C0B9
(169,192,185)
#B6C9C3
(182,201,195)
#C3D2CD
(195,210,205)
#D0DBD7
(208,219,215)
#DDE4E1
(221,228,225)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689387; }

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

This text font color is #689387.


Background Color

.myBgColor { background-color: #689387; }

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

This div background color is #689387.


Border color

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

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

This div border color is #689387.


Opacity

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

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

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

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

This text has shadow with #689387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689387 on black background.


Color preview on white background

This text has color #689387 on white background.



Black color preview on #689387 background

This text has black color on #689387 background.


White color preview on #689387 background

This text has white color on #689387 background.