COLOR #689B85

HEX: #689B85
RGB: (104,155,133)

Color info

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

RGB color model

#689B85 color RGB value is (104,155,133).

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

RGB channels and saturation

R 104 of 255 = 41%
G 155 of 255 = 61%
B 133 of 255 = 52%

104
155
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 155 + 133 = 392 (100%)
R 104 of 392 ~ 26.53%
G 155 of 392 ~ 39.54%
B 133 of 392 ~ 33.93%

%26.53
%39.54
%33.93

CMYK color model

#689B85 color CMYK value is (33,0,14,39).

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 39.22%
CMYK:
(33,0,14,39)
C33M0Y14K39 
(33%,0%,14%,39%)
(0.33/0.00/0.14/0.39)	

CMYK percentages

%32.9
%0
%14.19
%39.22

Codes

Color #689B85 in popluar color models

689B85
RGB104155133
HSL154°20.32%50.78%
HSB/HSV154°32.90%60.78%
CMYK32.90%0.00%14.19%
39.22%

Color #689B85 in popluar number systems.

HEX689B85
Decimal104155133
Binary11010001001101110000101
Octal150233205

Shades and tints

Shades of #689B85

#689B85
(104,155,133)
#5F8D79
(95,141,121)
#567F6D
(86,127,109)
#4D7161
(77,113,97)
#446355
(68,99,85)
#3B5549
(59,85,73)
#32473D
(50,71,61)
#293931
(41,57,49)
#202B25
(32,43,37)
#171D19
(23,29,25)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #689B85

#689B85
(104,155,133)
#75A490
(117,164,144)
#82AD9B
(130,173,155)
#8FB6A6
(143,182,166)
#9CBFB1
(156,191,177)
#A9C8BC
(169,200,188)
#B6D1C7
(182,209,199)
#C3DAD2
(195,218,210)
#D0E3DD
(208,227,221)
#DDECE8
(221,236,232)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689B85; }

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

This text font color is #689B85.


Background Color

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

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

This div background color is #689B85.


Border color

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

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

This div border color is #689B85.


Opacity

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

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

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

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

This text has shadow with #689B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689B85 on black background.


Color preview on white background

This text has color #689B85 on white background.



Black color preview on #689B85 background

This text has black color on #689B85 background.


White color preview on #689B85 background

This text has white color on #689B85 background.