COLOR #678EA3

HEX: #678EA3 RGB: (103,142,163)

Color info

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

RGB color model

#678EA3 color RGB value is (103,142,163).

RGB: (103,142,163) (40%, 56%, 64%)

RGB channels and saturation

R 103 of 255 = 40%
G 142 of 255 = 56%
B 163 of 255 = 64%

103
142
163

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

Portions of RGB colors in percentages

R + G + B = 103 + 142 + 163 = 408 (100%)
R 103 of 408 ~ 25.25%
G 142 of 408 ~ 34.8%
B 163 of 408 ~ 39.95'%

%25.25
%34.8
%39.95

CMYK color model

#678EA3 color CMYK value is (37,13,0,36).

  • cyan value is 36.81%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (37,13,0,36)
C37M13Y0K36 (37%, 13%, 0%, 36%)
(0.37 / 0.13 / 0.00 / 0.36)

CMYK percentages

%36.81
%12.88
%0
%36.08

Codes

Color #678EA3 in popluar color models

67 8E A3
RGB 103 142 163
HSL 201° 24.59% 52.16%
HSB/HSV 201° 36.81% 63.92%
CMYK 36.81% 12.88% 0.00%
36.08%

Color #678EA3 in popluar number systems.

HEX 67 8E A3
Decimal 103 142 163
Binary 1100111 10001110 10100011
Octal 147 216 243

Shades and tints

Shades of #678EA3

#678EA3
(103,142,163)
#5E8295
(94,130,149)
#557687
(85,118,135)
#4C6A79
(76,106,121)
#435E6B
(67,94,107)
#3A525D
(58,82,93)
#31464F
(49,70,79)
#283A41
(40,58,65)
#1F2E33
(31,46,51)
#162225
(22,34,37)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #678EA3

#678EA3
(103,142,163)
#7498AB
(116,152,171)
#81A2B3
(129,162,179)
#8EACBB
(142,172,187)
#9BB6C3
(155,182,195)
#A8C0CB
(168,192,203)
#B5CAD3
(181,202,211)
#C2D4DB
(194,212,219)
#CFDEE3
(207,222,227)
#DCE8EB
(220,232,235)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678EA3 color. Also use rgb(103,142,163) instead hex code.

Text Font Color

.myTextColor { color: #678EA3; }

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

This text font color is #678EA3.

Background Color

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

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

This div background color is #678EA3.

Border color

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

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

This div border color is #678EA3.

Opacity

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

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

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

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

This text has shadow with #678EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678EA3.

Preview

Color preview on black background

This text has color #678EA3 on black background.


Color preview on white background

This text has color #678EA3 on white background.


Black color preview on #678EA3 background

This text has black color on #678EA3 background.


White color preview on #678EA3 background

This text has white color on #678EA3 background.


Related colors

Complementary color

Complementary color for #hex is #98715C.


I love getcolorcode.com

Triadic colors

1 #A3678E and #8EA367 with #678EA3 are triadic colors.

2 #A38E67 and #8E67A3 with #678EA3 are triadic colors.