COLOR #679EAB

HEX: #679EAB RGB: (103,158,171)

Color info

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

RGB color model

#679EAB color RGB value is (103,158,171).

RGB: (103,158,171) (40%, 62%, 67%)

RGB channels and saturation

R 103 of 255 = 40%
G 158 of 255 = 62%
B 171 of 255 = 67%

103
158
171

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

Portions of RGB colors in percentages

R + G + B = 103 + 158 + 171 = 432 (100%)
R 103 of 432 ~ 23.84%
G 158 of 432 ~ 36.57%
B 171 of 432 ~ 39.58'%

%23.84
%36.57
%39.58

CMYK color model

#679EAB color CMYK value is (40,8,0,33).

  • cyan value is 39.77%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (40,8,0,33)
C40M8Y0K33 (40%, 8%, 0%, 33%)
(0.40 / 0.08 / 0.00 / 0.33)

CMYK percentages

%39.77
%7.6
%0
%32.94

Codes

Color #679EAB in popluar color models

67 9E AB
RGB 103 158 171
HSL 191° 28.81% 53.73%
HSB/HSV 191° 39.77% 67.06%
CMYK 39.77% 7.60% 0.00%
32.94%

Color #679EAB in popluar number systems.

HEX 67 9E AB
Decimal 103 158 171
Binary 1100111 10011110 10101011
Octal 147 236 253

Shades and tints

Shades of #679EAB

#679EAB
(103,158,171)
#5E909C
(94,144,156)
#55828D
(85,130,141)
#4C747E
(76,116,126)
#43666F
(67,102,111)
#3A5860
(58,88,96)
#314A51
(49,74,81)
#283C42
(40,60,66)
#1F2E33
(31,46,51)
#162024
(22,32,36)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #679EAB

#679EAB
(103,158,171)
#74A6B2
(116,166,178)
#81AEB9
(129,174,185)
#8EB6C0
(142,182,192)
#9BBEC7
(155,190,199)
#A8C6CE
(168,198,206)
#B5CED5
(181,206,213)
#C2D6DC
(194,214,220)
#CFDEE3
(207,222,227)
#DCE6EA
(220,230,234)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679EAB; }

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

This text font color is #679EAB.

Background Color

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

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

This div background color is #679EAB.

Border color

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

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

This div border color is #679EAB.

Opacity

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

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

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

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

This text has shadow with #679EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #679EAB.

Preview

Color preview on black background

This text has color #679EAB on black background.


Color preview on white background

This text has color #679EAB on white background.


Black color preview on #679EAB background

This text has black color on #679EAB background.


White color preview on #679EAB background

This text has white color on #679EAB background.


Related colors

Complementary color

Complementary color for #hex is #986154.


I love getcolorcode.com

Triadic colors

1 #AB679E and #9EAB67 with #679EAB are triadic colors.

2 #AB9E67 and #9E67AB with #679EAB are triadic colors.