COLOR #679EB2

HEX: #679EB2
RGB: (103,158,178)

Color info

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

RGB color model

#679EB2 color RGB value is (103,158,178).

  • red value is 103;
  • green value is 158;
  • blue value is 178.
RGB:
(103,158,178)
(40%,62%,70%)

RGB channels and saturation

R 103 of 255 = 40%
G 158 of 255 = 62%
B 178 of 255 = 70%

103
158
178

R + G + B ~ 57%. #679EB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 158 + 178 = 439 (100%)
R 103 of 439 ~ 23.46%
G 158 of 439 ~ 35.99%
B 178 of 439 ~ 40.55%

%23.46
%35.99
%40.55

CMYK color model

#679EB2 color CMYK value is (42,11,0,30).

  • cyan value is 42.13%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(42,11,0,30)
C42M11Y0K30 
(42%,11%,0%,30%)
(0.42/0.11/0.00/0.30)	

CMYK percentages

%42.13
%11.24
%0
%30.2

Codes

Color #679EB2 in popluar color models

679EB2
RGB103158178
HSL196°32.75%55.10%
HSB/HSV196°42.13%69.80%
CMYK42.13%11.24%0.00%
30.20%

Color #679EB2 in popluar number systems.

HEX679EB2
Decimal103158178
Binary11001111001111010110010
Octal147236262

Shades and tints

Shades of #679EB2

#679EB2
(103,158,178)
#5E90A2
(94,144,162)
#558292
(85,130,146)
#4C7482
(76,116,130)
#436672
(67,102,114)
#3A5862
(58,88,98)
#314A52
(49,74,82)
#283C42
(40,60,66)
#1F2E32
(31,46,50)
#162022
(22,32,34)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #679EB2

#679EB2
(103,158,178)
#74A6B9
(116,166,185)
#81AEC0
(129,174,192)
#8EB6C7
(142,182,199)
#9BBECE
(155,190,206)
#A8C6D5
(168,198,213)
#B5CEDC
(181,206,220)
#C2D6E3
(194,214,227)
#CFDEEA
(207,222,234)
#DCE6F1
(220,230,241)
#E9EEF8
(233,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679EB2 color. Also use rgb(103,158,178) instead hex code.

Text Font Color

.myTextColor { color: #679EB2; }

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

This text font color is #679EB2.


Background Color

.myBgColor { background-color: #679EB2; }

<div style="background-color:#679EB2">Inner text</div>

This div background color is #679EB2.


Border color

.myBorderColor { border: 1px solid #679EB2; }

<div style="border:3px solid #679EB2">Div</div>

This div border color is #679EB2.


Opacity

.myOpacity80 { color: #679EB2; opacity: 0.8; }

<p style="color:#679EB2;opacity:0.8;">80%</p>

Text with #679EB2 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 #679EB2;}

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

This text has shadow with #679EB2 color.

.textShadow {text-shadow: 3px 3px 1px #679EB2, 3px 3px 1px red;}

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

This text has shadow with #679EB2 primary color and red secondary color.


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

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

This text has shadow with #679EB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679EB2 on black background.


Color preview on white background

This text has color #679EB2 on white background.



Black color preview on #679EB2 background

This text has black color on #679EB2 background.


White color preview on #679EB2 background

This text has white color on #679EB2 background.