COLOR #679F8C

HEX: #679F8C
RGB: (103,159,140)

Color info

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

RGB color model

#679F8C color RGB value is (103,159,140).

  • red value is 103;
  • green value is 159;
  • blue value is 140.
RGB:
(103,159,140)
(40%,62%,55%)

RGB channels and saturation

R 103 of 255 = 40%
G 159 of 255 = 62%
B 140 of 255 = 55%

103
159
140

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

Portions of RGB colors in percentages

R + G + B =
103 + 159 + 140 = 402 (100%)
R 103 of 402 ~ 25.62%
G 159 of 402 ~ 39.55%
B 140 of 402 ~ 34.83%

%25.62
%39.55
%34.83

CMYK color model

#679F8C color CMYK value is (35,0,12,38).

  • cyan value is 35.22%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 37.65%
CMYK:
(35,0,12,38)
C35M0Y12K38 
(35%,0%,12%,38%)
(0.35/0.00/0.12/0.38)	

CMYK percentages

%35.22
%0
%11.95
%37.65

Codes

Color #679F8C in popluar color models

679F8C
RGB103159140
HSL160°22.58%51.37%
HSB/HSV160°35.22%62.35%
CMYK35.22%0.00%11.95%
37.65%

Color #679F8C in popluar number systems.

HEX679F8C
Decimal103159140
Binary11001111001111110001100
Octal147237214

Shades and tints

Shades of #679F8C

#679F8C
(103,159,140)
#5E9180
(94,145,128)
#558374
(85,131,116)
#4C7568
(76,117,104)
#43675C
(67,103,92)
#3A5950
(58,89,80)
#314B44
(49,75,68)
#283D38
(40,61,56)
#1F2F2C
(31,47,44)
#162120
(22,33,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #679F8C

#679F8C
(103,159,140)
#74A796
(116,167,150)
#81AFA0
(129,175,160)
#8EB7AA
(142,183,170)
#9BBFB4
(155,191,180)
#A8C7BE
(168,199,190)
#B5CFC8
(181,207,200)
#C2D7D2
(194,215,210)
#CFDFDC
(207,223,220)
#DCE7E6
(220,231,230)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679F8C color. Also use rgb(103,159,140) instead hex code.

Text Font Color

.myTextColor { color: #679F8C; }

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

This text font color is #679F8C.


Background Color

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

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

This div background color is #679F8C.


Border color

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

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

This div border color is #679F8C.


Opacity

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

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

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

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

This text has shadow with #679F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679F8C on black background.


Color preview on white background

This text has color #679F8C on white background.



Black color preview on #679F8C background

This text has black color on #679F8C background.


White color preview on #679F8C background

This text has white color on #679F8C background.