COLOR #679FA3

HEX: #679FA3
RGB: (103,159,163)

Color info

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

RGB color model

#679FA3 color RGB value is (103,159,163).

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

RGB channels and saturation

R 103 of 255 = 40%
G 159 of 255 = 62%
B 163 of 255 = 64%

103
159
163

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

Portions of RGB colors in percentages

R + G + B =
103 + 159 + 163 = 425 (100%)
R 103 of 425 ~ 24.24%
G 159 of 425 ~ 37.41%
B 163 of 425 ~ 38.35%

%24.24
%37.41
%38.35

CMYK color model

#679FA3 color CMYK value is (37,2,0,36).

  • cyan value is 36.81%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(37,2,0,36)
C37M2Y0K36 
(37%,2%,0%,36%)
(0.37/0.02/0.00/0.36)	

CMYK percentages

%36.81
%2.45
%0
%36.08

Codes

Color #679FA3 in popluar color models

679FA3
RGB103159163
HSL184°24.59%52.16%
HSB/HSV184°36.81%63.92%
CMYK36.81%2.45%0.00%
36.08%

Color #679FA3 in popluar number systems.

HEX679FA3
Decimal103159163
Binary11001111001111110100011
Octal147237243

Shades and tints

Shades of #679FA3

#679FA3
(103,159,163)
#5E9195
(94,145,149)
#558387
(85,131,135)
#4C7579
(76,117,121)
#43676B
(67,103,107)
#3A595D
(58,89,93)
#314B4F
(49,75,79)
#283D41
(40,61,65)
#1F2F33
(31,47,51)
#162125
(22,33,37)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #679FA3

#679FA3
(103,159,163)
#74A7AB
(116,167,171)
#81AFB3
(129,175,179)
#8EB7BB
(142,183,187)
#9BBFC3
(155,191,195)
#A8C7CB
(168,199,203)
#B5CFD3
(181,207,211)
#C2D7DB
(194,215,219)
#CFDFE3
(207,223,227)
#DCE7EB
(220,231,235)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679FA3 color. Also use rgb(103,159,163) instead hex code.

Text Font Color

.myTextColor { color: #679FA3; }

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

This text font color is #679FA3.


Background Color

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

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

This div background color is #679FA3.


Border color

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

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

This div border color is #679FA3.


Opacity

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

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

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

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

This text has shadow with #679FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679FA3 on black background.


Color preview on white background

This text has color #679FA3 on white background.



Black color preview on #679FA3 background

This text has black color on #679FA3 background.


White color preview on #679FA3 background

This text has white color on #679FA3 background.