COLOR #679EA4

HEX: #679EA4
RGB: (103,158,164)

Color info

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

RGB color model

#679EA4 color RGB value is (103,158,164).

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

RGB channels and saturation

R 103 of 255 = 40%
G 158 of 255 = 62%
B 164 of 255 = 64%

103
158
164

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

Portions of RGB colors in percentages

R + G + B =
103 + 158 + 164 = 425 (100%)
R 103 of 425 ~ 24.24%
G 158 of 425 ~ 37.18%
B 164 of 425 ~ 38.59%

%24.24
%37.18
%38.59

CMYK color model

#679EA4 color CMYK value is (37,4,0,36).

  • cyan value is 37.20%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(37,4,0,36)
C37M4Y0K36 
(37%,4%,0%,36%)
(0.37/0.04/0.00/0.36)	

CMYK percentages

%37.2
%3.66
%0
%35.69

Codes

Color #679EA4 in popluar color models

679EA4
RGB103158164
HSL186°25.10%52.35%
HSB/HSV186°37.20%64.31%
CMYK37.20%3.66%0.00%
35.69%

Color #679EA4 in popluar number systems.

HEX679EA4
Decimal103158164
Binary11001111001111010100100
Octal147236244

Shades and tints

Shades of #679EA4

#679EA4
(103,158,164)
#5E9096
(94,144,150)
#558288
(85,130,136)
#4C747A
(76,116,122)
#43666C
(67,102,108)
#3A585E
(58,88,94)
#314A50
(49,74,80)
#283C42
(40,60,66)
#1F2E34
(31,46,52)
#162026
(22,32,38)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #679EA4

#679EA4
(103,158,164)
#74A6AC
(116,166,172)
#81AEB4
(129,174,180)
#8EB6BC
(142,182,188)
#9BBEC4
(155,190,196)
#A8C6CC
(168,198,204)
#B5CED4
(181,206,212)
#C2D6DC
(194,214,220)
#CFDEE4
(207,222,228)
#DCE6EC
(220,230,236)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679EA4; }

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

This text font color is #679EA4.


Background Color

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

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

This div background color is #679EA4.


Border color

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

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

This div border color is #679EA4.


Opacity

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

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

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

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

This text has shadow with #679EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679EA4 on black background.


Color preview on white background

This text has color #679EA4 on white background.



Black color preview on #679EA4 background

This text has black color on #679EA4 background.


White color preview on #679EA4 background

This text has white color on #679EA4 background.