COLOR #678E8A

HEX: #678E8A RGB: (103,142,138)

Color info

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

RGB color model

#678E8A color RGB value is (103,142,138).

RGB: (103,142,138) (40%, 56%, 54%)

RGB channels and saturation

R 103 of 255 = 40%
G 142 of 255 = 56%
B 138 of 255 = 54%

103
142
138

R + G + B ~ 50%. #678E8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 142 + 138 = 383 (100%)
R 103 of 383 ~ 26.89%
G 142 of 383 ~ 37.08%
B 138 of 383 ~ 36.03'%

%26.89
%37.08
%36.03

CMYK color model

#678E8A color CMYK value is (27,0,3,44).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 44.31%

CMYK: (27,0,3,44)
C27M0Y3K44 (27%, 0%, 3%, 44%)
(0.27 / 0.00 / 0.03 / 0.44)

CMYK percentages

%27.46
%0
%2.82
%44.31

Codes

Color #678E8A in popluar color models

67 8E 8A
RGB 103 142 138
HSL 174° 15.92% 48.04%
HSB/HSV 174° 27.46% 55.69%
CMYK 27.46% 0.00% 2.82%
44.31%

Color #678E8A in popluar number systems.

HEX 67 8E 8A
Decimal 103 142 138
Binary 1100111 10001110 10001010
Octal 147 216 212

Shades and tints

Shades of #678E8A

#678E8A
(103,142,138)
#5E827E
(94,130,126)
#557672
(85,118,114)
#4C6A66
(76,106,102)
#435E5A
(67,94,90)
#3A524E
(58,82,78)
#314642
(49,70,66)
#283A36
(40,58,54)
#1F2E2A
(31,46,42)
#16221E
(22,34,30)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #678E8A

#678E8A
(103,142,138)
#749894
(116,152,148)
#81A29E
(129,162,158)
#8EACA8
(142,172,168)
#9BB6B2
(155,182,178)
#A8C0BC
(168,192,188)
#B5CAC6
(181,202,198)
#C2D4D0
(194,212,208)
#CFDEDA
(207,222,218)
#DCE8E4
(220,232,228)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678E8A color. Also use rgb(103,142,138) instead hex code.

Text Font Color

.myTextColor { color: #678E8A; }

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

This text font color is #678E8A.

Background Color

.myBgColor { background-color: #678E8A; }

<div style="background-color:#678E8A">Inner text</div>

This div background color is #678E8A.

Border color

.myBorderColor { border: 1px solid #678E8A; }

<div style="border:3px solid #678E8A">Div</div>

This div border color is #678E8A.

Opacity

.myOpacity80 { color: #678E8A; opacity: 0.8; }

<p style="color:#678E8A;opacity:0.8;">80%</p>

Text with #678E8A 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 #678E8A;}

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

This text has shadow with #678E8A color.


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

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

This text has shadow with #678E8A primary color and red secondary color.


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

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

This text has shadow with #678E8A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #678E8A.

Preview

Color preview on black background

This text has color #678E8A on black background.


Color preview on white background

This text has color #678E8A on white background.


Black color preview on #678E8A background

This text has black color on #678E8A background.


White color preview on #678E8A background

This text has white color on #678E8A background.


Related colors

Complementary color

Complementary color for #hex is #987175.


I love getcolorcode.com

Triadic colors

1 #8A678E and #8E8A67 with #678E8A are triadic colors.

2 #8A8E67 and #8E678A with #678E8A are triadic colors.