COLOR #678A93

HEX: #678A93
RGB: (103,138,147)

Color info

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

RGB color model

#678A93 color RGB value is (103,138,147).

  • red value is 103;
  • green value is 138;
  • blue value is 147.
RGB:
(103,138,147)
(40%,54%,58%)

RGB channels and saturation

R 103 of 255 = 40%
G 138 of 255 = 54%
B 147 of 255 = 58%

103
138
147

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

Portions of RGB colors in percentages

R + G + B =
103 + 138 + 147 = 388 (100%)
R 103 of 388 ~ 26.55%
G 138 of 388 ~ 35.57%
B 147 of 388 ~ 37.89%

%26.55
%35.57
%37.89

CMYK color model

#678A93 color CMYK value is (30,6,0,42).

  • cyan value is 29.93%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(30,6,0,42)
C30M6Y0K42 
(30%,6%,0%,42%)
(0.30/0.06/0.00/0.42)	

CMYK percentages

%29.93
%6.12
%0
%42.35

Codes

Color #678A93 in popluar color models

678A93
RGB103138147
HSL192°17.60%49.02%
HSB/HSV192°29.93%57.65%
CMYK29.93%6.12%0.00%
42.35%

Color #678A93 in popluar number systems.

HEX678A93
Decimal103138147
Binary11001111000101010010011
Octal147212223

Shades and tints

Shades of #678A93

#678A93
(103,138,147)
#5E7E86
(94,126,134)
#557279
(85,114,121)
#4C666C
(76,102,108)
#435A5F
(67,90,95)
#3A4E52
(58,78,82)
#314245
(49,66,69)
#283638
(40,54,56)
#1F2A2B
(31,42,43)
#161E1E
(22,30,30)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #678A93

#678A93
(103,138,147)
#74949C
(116,148,156)
#819EA5
(129,158,165)
#8EA8AE
(142,168,174)
#9BB2B7
(155,178,183)
#A8BCC0
(168,188,192)
#B5C6C9
(181,198,201)
#C2D0D2
(194,208,210)
#CFDADB
(207,218,219)
#DCE4E4
(220,228,228)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678A93; }

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

This text font color is #678A93.


Background Color

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

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

This div background color is #678A93.


Border color

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

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

This div border color is #678A93.


Opacity

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

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

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

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

This text has shadow with #678A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678A93 on black background.


Color preview on white background

This text has color #678A93 on white background.



Black color preview on #678A93 background

This text has black color on #678A93 background.


White color preview on #678A93 background

This text has white color on #678A93 background.