COLOR #678D87

HEX: #678D87
RGB: (103,141,135)

Color info

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

RGB color model

#678D87 color RGB value is (103,141,135).

  • red value is 103;
  • green value is 141;
  • blue value is 135.
RGB:
(103,141,135)
(40%,55%,53%)

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 135 of 255 = 53%

103
141
135

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

Portions of RGB colors in percentages

R + G + B =
103 + 141 + 135 = 379 (100%)
R 103 of 379 ~ 27.18%
G 141 of 379 ~ 37.2%
B 135 of 379 ~ 35.62%

%27.18
%37.2
%35.62

CMYK color model

#678D87 color CMYK value is (27,0,4,45).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK:
(27,0,4,45)
C27M0Y4K45 
(27%,0%,4%,45%)
(0.27/0.00/0.04/0.45)	

CMYK percentages

%26.95
%0
%4.26
%44.71

Codes

Color #678D87 in popluar color models

678D87
RGB103141135
HSL171°15.57%47.84%
HSB/HSV171°26.95%55.29%
CMYK26.95%0.00%4.26%
44.71%

Color #678D87 in popluar number systems.

HEX678D87
Decimal103141135
Binary11001111000110110000111
Octal147215207

Shades and tints

Shades of #678D87

#678D87
(103,141,135)
#5E817B
(94,129,123)
#55756F
(85,117,111)
#4C6963
(76,105,99)
#435D57
(67,93,87)
#3A514B
(58,81,75)
#31453F
(49,69,63)
#283933
(40,57,51)
#1F2D27
(31,45,39)
#16211B
(22,33,27)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #678D87

#678D87
(103,141,135)
#749791
(116,151,145)
#81A19B
(129,161,155)
#8EABA5
(142,171,165)
#9BB5AF
(155,181,175)
#A8BFB9
(168,191,185)
#B5C9C3
(181,201,195)
#C2D3CD
(194,211,205)
#CFDDD7
(207,221,215)
#DCE7E1
(220,231,225)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678D87 color. Also use rgb(103,141,135) instead hex code.

Text Font Color

.myTextColor { color: #678D87; }

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

This text font color is #678D87.


Background Color

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

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

This div background color is #678D87.


Border color

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

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

This div border color is #678D87.


Opacity

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

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

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

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

This text has shadow with #678D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678D87 on black background.


Color preview on white background

This text has color #678D87 on white background.



Black color preview on #678D87 background

This text has black color on #678D87 background.


White color preview on #678D87 background

This text has white color on #678D87 background.