COLOR #678A87

HEX: #678A87 RGB: (103,138,135)

Color info

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

RGB color model

#678A87 color RGB value is (103,138,135).

RGB: (103,138,135) (40%, 54%, 53%)

RGB channels and saturation

R 103 of 255 = 40%
G 138 of 255 = 54%
B 135 of 255 = 53%

103
138
135

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

Portions of RGB colors in percentages

R + G + B = 103 + 138 + 135 = 376 (100%)
R 103 of 376 ~ 27.39%
G 138 of 376 ~ 36.7%
B 135 of 376 ~ 35.9'%

%27.39
%36.7
%35.9

CMYK color model

#678A87 color CMYK value is (25,0,2,46).

  • cyan value is 25.36%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 45.88%

CMYK: (25,0,2,46)
C25M0Y2K46 (25%, 0%, 2%, 46%)
(0.25 / 0.00 / 0.02 / 0.46)

CMYK percentages

%25.36
%0
%2.17
%45.88

Codes

Color #678A87 in popluar color models

67 8A 87
RGB 103 138 135
HSL 175° 14.52% 47.25%
HSB/HSV 175° 25.36% 54.12%
CMYK 25.36% 0.00% 2.17%
45.88%

Color #678A87 in popluar number systems.

HEX 67 8A 87
Decimal 103 138 135
Binary 1100111 10001010 10000111
Octal 147 212 207

Shades and tints

Shades of #678A87

#678A87
(103,138,135)
#5E7E7B
(94,126,123)
#55726F
(85,114,111)
#4C6663
(76,102,99)
#435A57
(67,90,87)
#3A4E4B
(58,78,75)
#31423F
(49,66,63)
#283633
(40,54,51)
#1F2A27
(31,42,39)
#161E1B
(22,30,27)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #678A87

#678A87
(103,138,135)
#749491
(116,148,145)
#819E9B
(129,158,155)
#8EA8A5
(142,168,165)
#9BB2AF
(155,178,175)
#A8BCB9
(168,188,185)
#B5C6C3
(181,198,195)
#C2D0CD
(194,208,205)
#CFDAD7
(207,218,215)
#DCE4E1
(220,228,225)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678A87; }

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

This text font color is #678A87.

Background Color

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

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

This div background color is #678A87.

Border color

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

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

This div border color is #678A87.

Opacity

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

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

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

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

This text has shadow with #678A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678A87.

Preview

Color preview on black background

This text has color #678A87 on black background.


Color preview on white background

This text has color #678A87 on white background.


Black color preview on #678A87 background

This text has black color on #678A87 background.


White color preview on #678A87 background

This text has white color on #678A87 background.


Related colors

Complementary color

Complementary color for #hex is #987578.


I love getcolorcode.com

Triadic colors

1 #87678A and #8A8767 with #678A87 are triadic colors.

2 #878A67 and #8A6787 with #678A87 are triadic colors.