COLOR #679980

HEX: #679980
RGB: (103,153,128)

Color info

#679980 contains red, green and blue colors in about the same proportion. Web safe color of #679980 is #669966 (or #696).

RGB color model

#679980 color RGB value is (103,153,128).

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

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 128 of 255 = 50%

103
153
128

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

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 128 = 384 (100%)
R 103 of 384 ~ 26.82%
G 153 of 384 ~ 39.84%
B 128 of 384 ~ 33.33%

%26.82
%39.84
%33.33

CMYK color model

#679980 color CMYK value is (33,0,16,40).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK:
(33,0,16,40)
C33M0Y16K40 
(33%,0%,16%,40%)
(0.33/0.00/0.16/0.40)	

CMYK percentages

%32.68
%0
%16.34
%40

Codes

Color #679980 in popluar color models

679980
RGB103153128
HSL150°19.69%50.20%
HSB/HSV150°32.68%60.00%
CMYK32.68%0.00%16.34%
40.00%

Color #679980 in popluar number systems.

HEX679980
Decimal103153128
Binary11001111001100110000000
Octal147231200

Shades and tints

Shades of #679980

#679980
(103,153,128)
#5E8C75
(94,140,117)
#557F6A
(85,127,106)
#4C725F
(76,114,95)
#436554
(67,101,84)
#3A5849
(58,88,73)
#314B3E
(49,75,62)
#283E33
(40,62,51)
#1F3128
(31,49,40)
#16241D
(22,36,29)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #679980

#679980
(103,153,128)
#74A28B
(116,162,139)
#81AB96
(129,171,150)
#8EB4A1
(142,180,161)
#9BBDAC
(155,189,172)
#A8C6B7
(168,198,183)
#B5CFC2
(181,207,194)
#C2D8CD
(194,216,205)
#CFE1D8
(207,225,216)
#DCEAE3
(220,234,227)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679980; }

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

This text font color is #679980.


Background Color

.myBgColor { background-color: #679980; }

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

This div background color is #679980.


Border color

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

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

This div border color is #679980.


Opacity

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

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

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

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

This text has shadow with #679980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679980 on black background.


Color preview on white background

This text has color #679980 on white background.



Black color preview on #679980 background

This text has black color on #679980 background.


White color preview on #679980 background

This text has white color on #679980 background.