COLOR #678E7F

HEX: #678E7F
RGB: (103,142,127)

Color info

#678E7F contains red, green and blue colors in about the same proportion. Web safe color of #678E7F is #669966 (or #696).

RGB color model

#678E7F color RGB value is (103,142,127).

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

RGB channels and saturation

R 103 of 255 = 40%
G 142 of 255 = 56%
B 127 of 255 = 50%

103
142
127

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

Portions of RGB colors in percentages

R + G + B =
103 + 142 + 127 = 372 (100%)
R 103 of 372 ~ 27.69%
G 142 of 372 ~ 38.17%
B 127 of 372 ~ 34.14%

%27.69
%38.17
%34.14

CMYK color model

#678E7F color CMYK value is (27,0,11,44).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(27,0,11,44)
C27M0Y11K44 
(27%,0%,11%,44%)
(0.27/0.00/0.11/0.44)	

CMYK percentages

%27.46
%0
%10.56
%44.31

Codes

Color #678E7F in popluar color models

678E7F
RGB103142127
HSL157°15.92%48.04%
HSB/HSV157°27.46%55.69%
CMYK27.46%0.00%10.56%
44.31%

Color #678E7F in popluar number systems.

HEX678E7F
Decimal103142127
Binary1100111100011101111111
Octal147216177

Shades and tints

Shades of #678E7F

#678E7F
(103,142,127)
#5E8274
(94,130,116)
#557669
(85,118,105)
#4C6A5E
(76,106,94)
#435E53
(67,94,83)
#3A5248
(58,82,72)
#31463D
(49,70,61)
#283A32
(40,58,50)
#1F2E27
(31,46,39)
#16221C
(22,34,28)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #678E7F

#678E7F
(103,142,127)
#74988A
(116,152,138)
#81A295
(129,162,149)
#8EACA0
(142,172,160)
#9BB6AB
(155,182,171)
#A8C0B6
(168,192,182)
#B5CAC1
(181,202,193)
#C2D4CC
(194,212,204)
#CFDED7
(207,222,215)
#DCE8E2
(220,232,226)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678E7F; }

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

This text font color is #678E7F.


Background Color

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

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

This div background color is #678E7F.


Border color

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

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

This div border color is #678E7F.


Opacity

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

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

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

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

This text has shadow with #678E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678E7F on black background.


Color preview on white background

This text has color #678E7F on white background.



Black color preview on #678E7F background

This text has black color on #678E7F background.


White color preview on #678E7F background

This text has white color on #678E7F background.