COLOR #689886

HEX: #689886
RGB: (104,152,134)

Color info

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

RGB color model

#689886 color RGB value is (104,152,134).

  • red value is 104;
  • green value is 152;
  • blue value is 134.
RGB:
(104,152,134)
(41%,60%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 152 of 255 = 60%
B 134 of 255 = 53%

104
152
134

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

Portions of RGB colors in percentages

R + G + B =
104 + 152 + 134 = 390 (100%)
R 104 of 390 ~ 26.67%
G 152 of 390 ~ 38.97%
B 134 of 390 ~ 34.36%

%26.67
%38.97
%34.36

CMYK color model

#689886 color CMYK value is (32,0,12,40).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 40.39%
CMYK:
(32,0,12,40)
C32M0Y12K40 
(32%,0%,12%,40%)
(0.32/0.00/0.12/0.40)	

CMYK percentages

%31.58
%0
%11.84
%40.39

Codes

Color #689886 in popluar color models

689886
RGB104152134
HSL158°18.90%50.20%
HSB/HSV158°31.58%59.61%
CMYK31.58%0.00%11.84%
40.39%

Color #689886 in popluar number systems.

HEX689886
Decimal104152134
Binary11010001001100010000110
Octal150230206

Shades and tints

Shades of #689886

#689886
(104,152,134)
#5F8B7A
(95,139,122)
#567E6E
(86,126,110)
#4D7162
(77,113,98)
#446456
(68,100,86)
#3B574A
(59,87,74)
#324A3E
(50,74,62)
#293D32
(41,61,50)
#203026
(32,48,38)
#17231A
(23,35,26)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #689886

#689886
(104,152,134)
#75A191
(117,161,145)
#82AA9C
(130,170,156)
#8FB3A7
(143,179,167)
#9CBCB2
(156,188,178)
#A9C5BD
(169,197,189)
#B6CEC8
(182,206,200)
#C3D7D3
(195,215,211)
#D0E0DE
(208,224,222)
#DDE9E9
(221,233,233)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689886; }

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

This text font color is #689886.


Background Color

.myBgColor { background-color: #689886; }

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

This div background color is #689886.


Border color

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

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

This div border color is #689886.


Opacity

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

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

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

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

This text has shadow with #689886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689886 on black background.


Color preview on white background

This text has color #689886 on white background.



Black color preview on #689886 background

This text has black color on #689886 background.


White color preview on #689886 background

This text has white color on #689886 background.