COLOR #678BB3

HEX: #678BB3
RGB: (103,139,179)

Color info

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

RGB color model

#678BB3 color RGB value is (103,139,179).

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

RGB channels and saturation

R 103 of 255 = 40%
G 139 of 255 = 55%
B 179 of 255 = 70%

103
139
179

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

Portions of RGB colors in percentages

R + G + B =
103 + 139 + 179 = 421 (100%)
R 103 of 421 ~ 24.47%
G 139 of 421 ~ 33.02%
B 179 of 421 ~ 42.52%

%24.47
%33.02
%42.52

CMYK color model

#678BB3 color CMYK value is (42,22,0,30).

  • cyan value is 42.46%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(42,22,0,30)
C42M22Y0K30 
(42%,22%,0%,30%)
(0.42/0.22/0.00/0.30)	

CMYK percentages

%42.46
%22.35
%0
%29.8

Codes

Color #678BB3 in popluar color models

678BB3
RGB103139179
HSL212°33.33%55.29%
HSB/HSV212°42.46%70.20%
CMYK42.46%22.35%0.00%
29.80%

Color #678BB3 in popluar number systems.

HEX678BB3
Decimal103139179
Binary11001111000101110110011
Octal147213263

Shades and tints

Shades of #678BB3

#678BB3
(103,139,179)
#5E7FA3
(94,127,163)
#557393
(85,115,147)
#4C6783
(76,103,131)
#435B73
(67,91,115)
#3A4F63
(58,79,99)
#314353
(49,67,83)
#283743
(40,55,67)
#1F2B33
(31,43,51)
#161F23
(22,31,35)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #678BB3

#678BB3
(103,139,179)
#7495B9
(116,149,185)
#819FBF
(129,159,191)
#8EA9C5
(142,169,197)
#9BB3CB
(155,179,203)
#A8BDD1
(168,189,209)
#B5C7D7
(181,199,215)
#C2D1DD
(194,209,221)
#CFDBE3
(207,219,227)
#DCE5E9
(220,229,233)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678BB3; }

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

This text font color is #678BB3.


Background Color

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

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

This div background color is #678BB3.


Border color

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

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

This div border color is #678BB3.


Opacity

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

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

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

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

This text has shadow with #678BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678BB3 on black background.


Color preview on white background

This text has color #678BB3 on white background.



Black color preview on #678BB3 background

This text has black color on #678BB3 background.


White color preview on #678BB3 background

This text has white color on #678BB3 background.