COLOR #679E87

HEX: #679E87 RGB: (103,158,135)

Color info

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

RGB color model

#679E87 color RGB value is (103,158,135).

RGB: (103,158,135) (40%, 62%, 53%)

RGB channels and saturation

R 103 of 255 = 40%
G 158 of 255 = 62%
B 135 of 255 = 53%

103
158
135

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

Portions of RGB colors in percentages

R + G + B = 103 + 158 + 135 = 396 (100%)
R 103 of 396 ~ 26.01%
G 158 of 396 ~ 39.9%
B 135 of 396 ~ 34.09'%

%26.01
%39.9
%34.09

CMYK color model

#679E87 color CMYK value is (35,0,15,38).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 38.04%

CMYK: (35,0,15,38)
C35M0Y15K38 (35%, 0%, 15%, 38%)
(0.35 / 0.00 / 0.15 / 0.38)

CMYK percentages

%34.81
%0
%14.56
%38.04

Codes

Color #679E87 in popluar color models

67 9E 87
RGB 103 158 135
HSL 155° 22.09% 51.18%
HSB/HSV 155° 34.81% 61.96%
CMYK 34.81% 0.00% 14.56%
38.04%

Color #679E87 in popluar number systems.

HEX 67 9E 87
Decimal 103 158 135
Binary 1100111 10011110 10000111
Octal 147 236 207

Shades and tints

Shades of #679E87

#679E87
(103,158,135)
#5E907B
(94,144,123)
#55826F
(85,130,111)
#4C7463
(76,116,99)
#436657
(67,102,87)
#3A584B
(58,88,75)
#314A3F
(49,74,63)
#283C33
(40,60,51)
#1F2E27
(31,46,39)
#16201B
(22,32,27)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #679E87

#679E87
(103,158,135)
#74A691
(116,166,145)
#81AE9B
(129,174,155)
#8EB6A5
(142,182,165)
#9BBEAF
(155,190,175)
#A8C6B9
(168,198,185)
#B5CEC3
(181,206,195)
#C2D6CD
(194,214,205)
#CFDED7
(207,222,215)
#DCE6E1
(220,230,225)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679E87; }

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

This text font color is #679E87.

Background Color

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

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

This div background color is #679E87.

Border color

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

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

This div border color is #679E87.

Opacity

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

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

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

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

This text has shadow with #679E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679E87.

Preview

Color preview on black background

This text has color #679E87 on black background.


Color preview on white background

This text has color #679E87 on white background.


Black color preview on #679E87 background

This text has black color on #679E87 background.


White color preview on #679E87 background

This text has white color on #679E87 background.


Related colors

Complementary color

Complementary color for #hex is #986178.


I love getcolorcode.com

Triadic colors

1 #87679E and #9E8767 with #679E87 are triadic colors.

2 #879E67 and #9E6787 with #679E87 are triadic colors.