COLOR #679B86

HEX: #679B86
RGB: (103,155,134)

Color info

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

RGB color model

#679B86 color RGB value is (103,155,134).

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

RGB channels and saturation

R 103 of 255 = 40%
G 155 of 255 = 61%
B 134 of 255 = 53%

103
155
134

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

Portions of RGB colors in percentages

R + G + B =
103 + 155 + 134 = 392 (100%)
R 103 of 392 ~ 26.28%
G 155 of 392 ~ 39.54%
B 134 of 392 ~ 34.18%

%26.28
%39.54
%34.18

CMYK color model

#679B86 color CMYK value is (34,0,14,39).

  • cyan value is 33.55%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK:
(34,0,14,39)
C34M0Y14K39 
(34%,0%,14%,39%)
(0.34/0.00/0.14/0.39)	

CMYK percentages

%33.55
%0
%13.55
%39.22

Codes

Color #679B86 in popluar color models

679B86
RGB103155134
HSL156°20.63%50.59%
HSB/HSV156°33.55%60.78%
CMYK33.55%0.00%13.55%
39.22%

Color #679B86 in popluar number systems.

HEX679B86
Decimal103155134
Binary11001111001101110000110
Octal147233206

Shades and tints

Shades of #679B86

#679B86
(103,155,134)
#5E8D7A
(94,141,122)
#557F6E
(85,127,110)
#4C7162
(76,113,98)
#436356
(67,99,86)
#3A554A
(58,85,74)
#31473E
(49,71,62)
#283932
(40,57,50)
#1F2B26
(31,43,38)
#161D1A
(22,29,26)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #679B86

#679B86
(103,155,134)
#74A491
(116,164,145)
#81AD9C
(129,173,156)
#8EB6A7
(142,182,167)
#9BBFB2
(155,191,178)
#A8C8BD
(168,200,189)
#B5D1C8
(181,209,200)
#C2DAD3
(194,218,211)
#CFE3DE
(207,227,222)
#DCECE9
(220,236,233)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679B86; }

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

This text font color is #679B86.


Background Color

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

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

This div background color is #679B86.


Border color

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

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

This div border color is #679B86.


Opacity

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

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

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

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

This text has shadow with #679B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679B86 on black background.


Color preview on white background

This text has color #679B86 on white background.



Black color preview on #679B86 background

This text has black color on #679B86 background.


White color preview on #679B86 background

This text has white color on #679B86 background.