COLOR #679D8F

HEX: #679D8F
RGB: (103,157,143)

Color info

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

RGB color model

#679D8F color RGB value is (103,157,143).

  • red value is 103;
  • green value is 157;
  • blue value is 143.
RGB:
(103,157,143)
(40%,62%,56%)

RGB channels and saturation

R 103 of 255 = 40%
G 157 of 255 = 62%
B 143 of 255 = 56%

103
157
143

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

Portions of RGB colors in percentages

R + G + B =
103 + 157 + 143 = 403 (100%)
R 103 of 403 ~ 25.56%
G 157 of 403 ~ 38.96%
B 143 of 403 ~ 35.48%

%25.56
%38.96
%35.48

CMYK color model

#679D8F color CMYK value is (34,0,9,38).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 38.43%
CMYK:
(34,0,9,38)
C34M0Y9K38 
(34%,0%,9%,38%)
(0.34/0.00/0.09/0.38)	

CMYK percentages

%34.39
%0
%8.92
%38.43

Codes

Color #679D8F in popluar color models

679D8F
RGB103157143
HSL164°21.60%50.98%
HSB/HSV164°34.39%61.57%
CMYK34.39%0.00%8.92%
38.43%

Color #679D8F in popluar number systems.

HEX679D8F
Decimal103157143
Binary11001111001110110001111
Octal147235217

Shades and tints

Shades of #679D8F

#679D8F
(103,157,143)
#5E8F82
(94,143,130)
#558175
(85,129,117)
#4C7368
(76,115,104)
#43655B
(67,101,91)
#3A574E
(58,87,78)
#314941
(49,73,65)
#283B34
(40,59,52)
#1F2D27
(31,45,39)
#161F1A
(22,31,26)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #679D8F

#679D8F
(103,157,143)
#74A599
(116,165,153)
#81ADA3
(129,173,163)
#8EB5AD
(142,181,173)
#9BBDB7
(155,189,183)
#A8C5C1
(168,197,193)
#B5CDCB
(181,205,203)
#C2D5D5
(194,213,213)
#CFDDDF
(207,221,223)
#DCE5E9
(220,229,233)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679D8F color. Also use rgb(103,157,143) instead hex code.

Text Font Color

.myTextColor { color: #679D8F; }

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

This text font color is #679D8F.


Background Color

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

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

This div background color is #679D8F.


Border color

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

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

This div border color is #679D8F.


Opacity

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

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

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

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

This text has shadow with #679D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679D8F on black background.


Color preview on white background

This text has color #679D8F on white background.



Black color preview on #679D8F background

This text has black color on #679D8F background.


White color preview on #679D8F background

This text has white color on #679D8F background.