COLOR #679C80

HEX: #679C80 RGB: (103,156,128)

Color info

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

RGB color model

#679C80 color RGB value is (103,156,128).

RGB: (103,156,128) (40%, 61%, 50%)

RGB channels and saturation

R 103 of 255 = 40%
G 156 of 255 = 61%
B 128 of 255 = 50%

103
156
128

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

Portions of RGB colors in percentages

R + G + B = 103 + 156 + 128 = 387 (100%)
R 103 of 387 ~ 26.61%
G 156 of 387 ~ 40.31%
B 128 of 387 ~ 33.07'%

%26.61
%40.31
%33.07

CMYK color model

#679C80 color CMYK value is (34,0,18,39).

  • cyan value is 33.97%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 38.82%
CMYK: (34,0,18,39) C34M0Y18K39 (34%,0%,18%,39%) (0.34/0.00/0.18/0.39) 

CMYK percentages

%33.97
%0
%17.95
%38.82

Codes

Color #679C80 in popluar color models

67 9C 80
RGB 103 156 128
HSL 148° 21.12% 50.78%
HSB/HSV 148° 33.97% 61.18%
CMYK 33.97% 0.00% 17.95%
38.82%

Color #679C80 in popluar number systems.

HEX 67 9C 80
Decimal 103 156 128
Binary 1100111 10011100 10000000
Octal 147 234 200

Shades and tints

Shades of #679C80

#679C80
(103,156,128)
#5E8E75
(94,142,117)
#55806A
(85,128,106)
#4C725F
(76,114,95)
#436454
(67,100,84)
#3A5649
(58,86,73)
#31483E
(49,72,62)
#283A33
(40,58,51)
#1F2C28
(31,44,40)
#161E1D
(22,30,29)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #679C80

#679C80
(103,156,128)
#74A58B
(116,165,139)
#81AE96
(129,174,150)
#8EB7A1
(142,183,161)
#9BC0AC
(155,192,172)
#A8C9B7
(168,201,183)
#B5D2C2
(181,210,194)
#C2DBCD
(194,219,205)
#CFE4D8
(207,228,216)
#DCEDE3
(220,237,227)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679C80; }

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

This text font color is #679C80.

Background Color

.myBgColor { background-color: #679C80; }

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

This div background color is #679C80.

Border color

.myBorderColor { border: 1px solid #679C80; }

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

This div border color is #679C80.

Opacity

.myOpacity80 { color: #679C80; opacity: 0.8; }

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

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

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

This text has shadow with #679C80 color.


.textShadow {text-shadow: 3px 3px 1px #679C80', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #679C80; -webkit-box-shadow: 1px 1px 3px 2px #679C80; box-shadow:1px 1px 3px 2px #679C80;">
Div content here
</div>

This div box has shadow with color #679C80.

Preview

Color preview on black background

This text has color #679C80 on black background.


Color preview on white background

This text has color #679C80 on white background.


Black color preview on #679C80 background

This text has black color on #679C80 background.


White color preview on #679C80 background

This text has white color on #679C80 background.


Related colors

Complementary color

Complementary color for #hex is #98637F.


I love getcolorcode.com

Triadic colors

1 #80679C and #9C8067 with #679C80 are triadic colors.

2 #809C67 and #9C6780 with #679C80 are triadic colors.