COLOR #679989

HEX: #679989
RGB: (103,153,137)

Color info

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

RGB color model

#679989 color RGB value is (103,153,137).

  • red value is 103;
  • green value is 153;
  • blue value is 137.
RGB:
(103,153,137)
(40%,60%,54%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 137 of 255 = 54%

103
153
137

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

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 137 = 393 (100%)
R 103 of 393 ~ 26.21%
G 153 of 393 ~ 38.93%
B 137 of 393 ~ 34.86%

%26.21
%38.93
%34.86

CMYK color model

#679989 color CMYK value is (33,0,10,40).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(33,0,10,40)
C33M0Y10K40 
(33%,0%,10%,40%)
(0.33/0.00/0.10/0.40)	

CMYK percentages

%32.68
%0
%10.46
%40

Codes

Color #679989 in popluar color models

679989
RGB103153137
HSL161°19.69%50.20%
HSB/HSV161°32.68%60.00%
CMYK32.68%0.00%10.46%
40.00%

Color #679989 in popluar number systems.

HEX679989
Decimal103153137
Binary11001111001100110001001
Octal147231211

Shades and tints

Shades of #679989

#679989
(103,153,137)
#5E8C7D
(94,140,125)
#557F71
(85,127,113)
#4C7265
(76,114,101)
#436559
(67,101,89)
#3A584D
(58,88,77)
#314B41
(49,75,65)
#283E35
(40,62,53)
#1F3129
(31,49,41)
#16241D
(22,36,29)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #679989

#679989
(103,153,137)
#74A293
(116,162,147)
#81AB9D
(129,171,157)
#8EB4A7
(142,180,167)
#9BBDB1
(155,189,177)
#A8C6BB
(168,198,187)
#B5CFC5
(181,207,197)
#C2D8CF
(194,216,207)
#CFE1D9
(207,225,217)
#DCEAE3
(220,234,227)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679989 color. Also use rgb(103,153,137) instead hex code.

Text Font Color

.myTextColor { color: #679989; }

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

This text font color is #679989.


Background Color

.myBgColor { background-color: #679989; }

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

This div background color is #679989.


Border color

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

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

This div border color is #679989.


Opacity

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

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

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

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

This text has shadow with #679989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679989 on black background.


Color preview on white background

This text has color #679989 on white background.



Black color preview on #679989 background

This text has black color on #679989 background.


White color preview on #679989 background

This text has white color on #679989 background.