COLOR #679D86

HEX: #679D86
RGB: (103,157,134)

Color info

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

RGB color model

#679D86 color RGB value is (103,157,134).

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

RGB channels and saturation

R 103 of 255 = 40%
G 157 of 255 = 62%
B 134 of 255 = 53%

103
157
134

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

Portions of RGB colors in percentages

R + G + B =
103 + 157 + 134 = 394 (100%)
R 103 of 394 ~ 26.14%
G 157 of 394 ~ 39.85%
B 134 of 394 ~ 34.01%

%26.14
%39.85
%34.01

CMYK color model

#679D86 color CMYK value is (34,0,15,38).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 14.65%
  • key color value is 38.43%
CMYK:
(34,0,15,38)
C34M0Y15K38 
(34%,0%,15%,38%)
(0.34/0.00/0.15/0.38)	

CMYK percentages

%34.39
%0
%14.65
%38.43

Codes

Color #679D86 in popluar color models

679D86
RGB103157134
HSL154°21.60%50.98%
HSB/HSV154°34.39%61.57%
CMYK34.39%0.00%14.65%
38.43%

Color #679D86 in popluar number systems.

HEX679D86
Decimal103157134
Binary11001111001110110000110
Octal147235206

Shades and tints

Shades of #679D86

#679D86
(103,157,134)
#5E8F7A
(94,143,122)
#55816E
(85,129,110)
#4C7362
(76,115,98)
#436556
(67,101,86)
#3A574A
(58,87,74)
#31493E
(49,73,62)
#283B32
(40,59,50)
#1F2D26
(31,45,38)
#161F1A
(22,31,26)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #679D86

#679D86
(103,157,134)
#74A591
(116,165,145)
#81AD9C
(129,173,156)
#8EB5A7
(142,181,167)
#9BBDB2
(155,189,178)
#A8C5BD
(168,197,189)
#B5CDC8
(181,205,200)
#C2D5D3
(194,213,211)
#CFDDDE
(207,221,222)
#DCE5E9
(220,229,233)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679D86; }

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

This text font color is #679D86.


Background Color

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

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

This div background color is #679D86.


Border color

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

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

This div border color is #679D86.


Opacity

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

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

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

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

This text has shadow with #679D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679D86 on black background.


Color preview on white background

This text has color #679D86 on white background.



Black color preview on #679D86 background

This text has black color on #679D86 background.


White color preview on #679D86 background

This text has white color on #679D86 background.