COLOR #679E8E

HEX: #679E8E
RGB: (103,158,142)

Color info

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

RGB color model

#679E8E color RGB value is (103,158,142).

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

RGB channels and saturation

R 103 of 255 = 40%
G 158 of 255 = 62%
B 142 of 255 = 56%

103
158
142

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

Portions of RGB colors in percentages

R + G + B =
103 + 158 + 142 = 403 (100%)
R 103 of 403 ~ 25.56%
G 158 of 403 ~ 39.21%
B 142 of 403 ~ 35.24%

%25.56
%39.21
%35.24

CMYK color model

#679E8E color CMYK value is (35,0,10,38).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(35,0,10,38)
C35M0Y10K38 
(35%,0%,10%,38%)
(0.35/0.00/0.10/0.38)	

CMYK percentages

%34.81
%0
%10.13
%38.04

Codes

Color #679E8E in popluar color models

679E8E
RGB103158142
HSL163°22.09%51.18%
HSB/HSV163°34.81%61.96%
CMYK34.81%0.00%10.13%
38.04%

Color #679E8E in popluar number systems.

HEX679E8E
Decimal103158142
Binary11001111001111010001110
Octal147236216

Shades and tints

Shades of #679E8E

#679E8E
(103,158,142)
#5E9082
(94,144,130)
#558276
(85,130,118)
#4C746A
(76,116,106)
#43665E
(67,102,94)
#3A5852
(58,88,82)
#314A46
(49,74,70)
#283C3A
(40,60,58)
#1F2E2E
(31,46,46)
#162022
(22,32,34)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #679E8E

#679E8E
(103,158,142)
#74A698
(116,166,152)
#81AEA2
(129,174,162)
#8EB6AC
(142,182,172)
#9BBEB6
(155,190,182)
#A8C6C0
(168,198,192)
#B5CECA
(181,206,202)
#C2D6D4
(194,214,212)
#CFDEDE
(207,222,222)
#DCE6E8
(220,230,232)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679E8E color. Also use rgb(103,158,142) instead hex code.

Text Font Color

.myTextColor { color: #679E8E; }

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

This text font color is #679E8E.


Background Color

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

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

This div background color is #679E8E.


Border color

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

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

This div border color is #679E8E.


Opacity

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

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

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

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

This text has shadow with #679E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679E8E on black background.


Color preview on white background

This text has color #679E8E on white background.



Black color preview on #679E8E background

This text has black color on #679E8E background.


White color preview on #679E8E background

This text has white color on #679E8E background.