COLOR #678CAF

HEX: #678CAF RGB: (103,140,175)

Color info

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

RGB color model

#678CAF color RGB value is (103,140,175).

RGB: (103,140,175) (40%, 55%, 69%)

RGB channels and saturation

R 103 of 255 = 40%
G 140 of 255 = 55%
B 175 of 255 = 69%

103
140
175

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

Portions of RGB colors in percentages

R + G + B = 103 + 140 + 175 = 418 (100%)
R 103 of 418 ~ 24.64%
G 140 of 418 ~ 33.49%
B 175 of 418 ~ 41.87'%

%24.64
%33.49
%41.87

CMYK color model

#678CAF color CMYK value is (41,20,0,31).

  • cyan value is 41.14%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (41,20,0,31)
C41M20Y0K31 (41%, 20%, 0%, 31%)
(0.41 / 0.20 / 0.00 / 0.31)

CMYK percentages

%41.14
%20
%0
%31.37

Codes

Color #678CAF in popluar color models

67 8C AF
RGB 103 140 175
HSL 209° 31.03% 54.51%
HSB/HSV 209° 41.14% 68.63%
CMYK 41.14% 20.00% 0.00%
31.37%

Color #678CAF in popluar number systems.

HEX 67 8C AF
Decimal 103 140 175
Binary 1100111 10001100 10101111
Octal 147 214 257

Shades and tints

Shades of #678CAF

#678CAF
(103,140,175)
#5E80A0
(94,128,160)
#557491
(85,116,145)
#4C6882
(76,104,130)
#435C73
(67,92,115)
#3A5064
(58,80,100)
#314455
(49,68,85)
#283846
(40,56,70)
#1F2C37
(31,44,55)
#162028
(22,32,40)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #678CAF

#678CAF
(103,140,175)
#7496B6
(116,150,182)
#81A0BD
(129,160,189)
#8EAAC4
(142,170,196)
#9BB4CB
(155,180,203)
#A8BED2
(168,190,210)
#B5C8D9
(181,200,217)
#C2D2E0
(194,210,224)
#CFDCE7
(207,220,231)
#DCE6EE
(220,230,238)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678CAF color. Also use rgb(103,140,175) instead hex code.

Text Font Color

.myTextColor { color: #678CAF; }

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

This text font color is #678CAF.

Background Color

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

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

This div background color is #678CAF.

Border color

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

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

This div border color is #678CAF.

Opacity

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

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

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

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

This text has shadow with #678CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678CAF.

Preview

Color preview on black background

This text has color #678CAF on black background.


Color preview on white background

This text has color #678CAF on white background.


Black color preview on #678CAF background

This text has black color on #678CAF background.


White color preview on #678CAF background

This text has white color on #678CAF background.


Related colors

Complementary color

Complementary color for #hex is #987350.


I love getcolorcode.com

Triadic colors

1 #AF678C and #8CAF67 with #678CAF are triadic colors.

2 #AF8C67 and #8C67AF with #678CAF are triadic colors.