COLOR #689882

HEX: #689882
RGB: (104,152,130)

Color info

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

RGB color model

#689882 color RGB value is (104,152,130).

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

RGB channels and saturation

R 104 of 255 = 41%
G 152 of 255 = 60%
B 130 of 255 = 51%

104
152
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 152 + 130 = 386 (100%)
R 104 of 386 ~ 26.94%
G 152 of 386 ~ 39.38%
B 130 of 386 ~ 33.68%

%26.94
%39.38
%33.68

CMYK color model

#689882 color CMYK value is (32,0,14,40).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 40.39%
CMYK:
(32,0,14,40)
C32M0Y14K40 
(32%,0%,14%,40%)
(0.32/0.00/0.14/0.40)	

CMYK percentages

%31.58
%0
%14.47
%40.39

Codes

Color #689882 in popluar color models

689882
RGB104152130
HSL153°18.90%50.20%
HSB/HSV153°31.58%59.61%
CMYK31.58%0.00%14.47%
40.39%

Color #689882 in popluar number systems.

HEX689882
Decimal104152130
Binary11010001001100010000010
Octal150230202

Shades and tints

Shades of #689882

#689882
(104,152,130)
#5F8B77
(95,139,119)
#567E6C
(86,126,108)
#4D7161
(77,113,97)
#446456
(68,100,86)
#3B574B
(59,87,75)
#324A40
(50,74,64)
#293D35
(41,61,53)
#20302A
(32,48,42)
#17231F
(23,35,31)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #689882

#689882
(104,152,130)
#75A18D
(117,161,141)
#82AA98
(130,170,152)
#8FB3A3
(143,179,163)
#9CBCAE
(156,188,174)
#A9C5B9
(169,197,185)
#B6CEC4
(182,206,196)
#C3D7CF
(195,215,207)
#D0E0DA
(208,224,218)
#DDE9E5
(221,233,229)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689882; }

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

This text font color is #689882.


Background Color

.myBgColor { background-color: #689882; }

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

This div background color is #689882.


Border color

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

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

This div border color is #689882.


Opacity

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

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

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

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

This text has shadow with #689882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689882 on black background.


Color preview on white background

This text has color #689882 on white background.



Black color preview on #689882 background

This text has black color on #689882 background.


White color preview on #689882 background

This text has white color on #689882 background.