COLOR #678B8D

HEX: #678B8D RGB: (103,139,141)

Color info

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

RGB color model

#678B8D color RGB value is (103,139,141).

RGB: (103,139,141) (40%, 55%, 55%)

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 141 of 255 = 55%

103
139
141

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

Portions of RGB colors in percentages

R + G + B = 103 + 139 + 141 = 383 (100%)
R 103 of 383 ~ 26.89%
G 139 of 383 ~ 36.29%
B 141 of 383 ~ 36.81'%

%26.89
%36.29
%36.81

CMYK color model

#678B8D color CMYK value is (27,1,0,45).

  • cyan value is 26.95%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (27,1,0,45) C27M1Y0K45 (27%,1%,0%,45%) (0.27/0.01/0.00/0.45) 

CMYK percentages

%26.95
%1.42
%0
%44.71

Codes

Color #678B8D in popluar color models

67 8B 8D
RGB 103 139 141
HSL 183° 15.57% 47.84%
HSB/HSV 183° 26.95% 55.29%
CMYK 26.95% 1.42% 0.00%
44.71%

Color #678B8D in popluar number systems.

HEX 67 8B 8D
Decimal 103 139 141
Binary 1100111 10001011 10001101
Octal 147 213 215

Shades and tints

Shades of #678B8D

#678B8D
(103,139,141)
#5E7F81
(94,127,129)
#557375
(85,115,117)
#4C6769
(76,103,105)
#435B5D
(67,91,93)
#3A4F51
(58,79,81)
#314345
(49,67,69)
#283739
(40,55,57)
#1F2B2D
(31,43,45)
#161F21
(22,31,33)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #678B8D

#678B8D
(103,139,141)
#749597
(116,149,151)
#819FA1
(129,159,161)
#8EA9AB
(142,169,171)
#9BB3B5
(155,179,181)
#A8BDBF
(168,189,191)
#B5C7C9
(181,199,201)
#C2D1D3
(194,209,211)
#CFDBDD
(207,219,221)
#DCE5E7
(220,229,231)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678B8D; }

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

This text font color is #678B8D.

Background Color

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

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

This div background color is #678B8D.

Border color

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

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

This div border color is #678B8D.

Opacity

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

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

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

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

This text has shadow with #678B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678B8D.

Preview

Color preview on black background

This text has color #678B8D on black background.


Color preview on white background

This text has color #678B8D on white background.


Black color preview on #678B8D background

This text has black color on #678B8D background.


White color preview on #678B8D background

This text has white color on #678B8D background.


Related colors

Complementary color

Complementary color for #hex is #987472.


I love getcolorcode.com

Triadic colors

1 #8D678B and #8B8D67 with #678B8D are triadic colors.

2 #8D8B67 and #8B678D with #678B8D are triadic colors.