COLOR #678BA9

HEX: #678BA9
RGB: (103,139,169)

Color info

#678BA9 contains mainly green and blue colors. Web safe color of #678BA9 is #669999 (or #699).

RGB color model

#678BA9 color RGB value is (103,139,169).

  • red value is 103;
  • green value is 139;
  • blue value is 169.
RGB:
(103,139,169)
(40%,55%,66%)

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 169 of 255 = 66%

103
139
169

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

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 169 = 411 (100%)
R 103 of 411 ~ 25.06%
G 139 of 411 ~ 33.82%
B 169 of 411 ~ 41.12%

%25.06
%33.82
%41.12

CMYK color model

#678BA9 color CMYK value is (39,18,0,34).

  • cyan value is 39.05%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(39,18,0,34)
C39M18Y0K34 
(39%,18%,0%,34%)
(0.39/0.18/0.00/0.34)	

CMYK percentages

%39.05
%17.75
%0
%33.73

Codes

Color #678BA9 in popluar color models

678BA9
RGB103139169
HSL207°27.73%53.33%
HSB/HSV207°39.05%66.27%
CMYK39.05%17.75%0.00%
33.73%

Color #678BA9 in popluar number systems.

HEX678BA9
Decimal103139169
Binary11001111000101110101001
Octal147213251

Shades and tints

Shades of #678BA9

#678BA9
(103,139,169)
#5E7F9A
(94,127,154)
#55738B
(85,115,139)
#4C677C
(76,103,124)
#435B6D
(67,91,109)
#3A4F5E
(58,79,94)
#31434F
(49,67,79)
#283740
(40,55,64)
#1F2B31
(31,43,49)
#161F22
(22,31,34)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #678BA9

#678BA9
(103,139,169)
#7495B0
(116,149,176)
#819FB7
(129,159,183)
#8EA9BE
(142,169,190)
#9BB3C5
(155,179,197)
#A8BDCC
(168,189,204)
#B5C7D3
(181,199,211)
#C2D1DA
(194,209,218)
#CFDBE1
(207,219,225)
#DCE5E8
(220,229,232)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678BA9; }

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

This text font color is #678BA9.


Background Color

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

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

This div background color is #678BA9.


Border color

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

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

This div border color is #678BA9.


Opacity

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

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

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

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

This text has shadow with #678BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678BA9 on black background.


Color preview on white background

This text has color #678BA9 on white background.



Black color preview on #678BA9 background

This text has black color on #678BA9 background.


White color preview on #678BA9 background

This text has white color on #678BA9 background.