COLOR #689486

HEX: #689486
RGB: (104,148,134)

Color info

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

RGB color model

#689486 color RGB value is (104,148,134).

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

RGB channels and saturation

R 104 of 255 = 41%
G 148 of 255 = 58%
B 134 of 255 = 53%

104
148
134

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

Portions of RGB colors in percentages

R + G + B =
104 + 148 + 134 = 386 (100%)
R 104 of 386 ~ 26.94%
G 148 of 386 ~ 38.34%
B 134 of 386 ~ 34.72%

%26.94
%38.34
%34.72

CMYK color model

#689486 color CMYK value is (30,0,9,42).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 41.96%
CMYK:
(30,0,9,42)
C30M0Y9K42 
(30%,0%,9%,42%)
(0.30/0.00/0.09/0.42)	

CMYK percentages

%29.73
%0
%9.46
%41.96

Codes

Color #689486 in popluar color models

689486
RGB104148134
HSL161°17.46%49.41%
HSB/HSV161°29.73%58.04%
CMYK29.73%0.00%9.46%
41.96%

Color #689486 in popluar number systems.

HEX689486
Decimal104148134
Binary11010001001010010000110
Octal150224206

Shades and tints

Shades of #689486

#689486
(104,148,134)
#5F877A
(95,135,122)
#567A6E
(86,122,110)
#4D6D62
(77,109,98)
#446056
(68,96,86)
#3B534A
(59,83,74)
#32463E
(50,70,62)
#293932
(41,57,50)
#202C26
(32,44,38)
#171F1A
(23,31,26)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #689486

#689486
(104,148,134)
#759D91
(117,157,145)
#82A69C
(130,166,156)
#8FAFA7
(143,175,167)
#9CB8B2
(156,184,178)
#A9C1BD
(169,193,189)
#B6CAC8
(182,202,200)
#C3D3D3
(195,211,211)
#D0DCDE
(208,220,222)
#DDE5E9
(221,229,233)
#EAEEF4
(234,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689486; }

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

This text font color is #689486.


Background Color

.myBgColor { background-color: #689486; }

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

This div background color is #689486.


Border color

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

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

This div border color is #689486.


Opacity

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

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

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

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

This text has shadow with #689486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689486 on black background.


Color preview on white background

This text has color #689486 on white background.



Black color preview on #689486 background

This text has black color on #689486 background.


White color preview on #689486 background

This text has white color on #689486 background.