COLOR #678496

HEX: #678496
RGB: (103,132,150)

Color info

#678496 contains red, green and blue colors in about the same proportion. Web safe color of #678496 is #669999 (or #699).

RGB color model

#678496 color RGB value is (103,132,150).

  • red value is 103;
  • green value is 132;
  • blue value is 150.
RGB:
(103,132,150)
(40%,52%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 132 of 255 = 52%
B 150 of 255 = 59%

103
132
150

R + G + B ~ 50%. #678496 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 132 + 150 = 385 (100%)
R 103 of 385 ~ 26.75%
G 132 of 385 ~ 34.29%
B 150 of 385 ~ 38.96%

%26.75
%34.29
%38.96

CMYK color model

#678496 color CMYK value is (31,12,0,41).

  • cyan value is 31.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(31,12,0,41)
C31M12Y0K41 
(31%,12%,0%,41%)
(0.31/0.12/0.00/0.41)	

CMYK percentages

%31.33
%12
%0
%41.18

Codes

Color #678496 in popluar color models

678496
RGB103132150
HSL203°18.58%49.61%
HSB/HSV203°31.33%58.82%
CMYK31.33%12.00%0.00%
41.18%

Color #678496 in popluar number systems.

HEX678496
Decimal103132150
Binary11001111000010010010110
Octal147204226

Shades and tints

Shades of #678496

#678496
(103,132,150)
#5E7889
(94,120,137)
#556C7C
(85,108,124)
#4C606F
(76,96,111)
#435462
(67,84,98)
#3A4855
(58,72,85)
#313C48
(49,60,72)
#28303B
(40,48,59)
#1F242E
(31,36,46)
#161821
(22,24,33)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #678496

#678496
(103,132,150)
#748F9F
(116,143,159)
#819AA8
(129,154,168)
#8EA5B1
(142,165,177)
#9BB0BA
(155,176,186)
#A8BBC3
(168,187,195)
#B5C6CC
(181,198,204)
#C2D1D5
(194,209,213)
#CFDCDE
(207,220,222)
#DCE7E7
(220,231,231)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678496 color. Also use rgb(103,132,150) instead hex code.

Text Font Color

.myTextColor { color: #678496; }

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

This text font color is #678496.


Background Color

.myBgColor { background-color: #678496; }

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

This div background color is #678496.


Border color

.myBorderColor { border: 1px solid #678496; }

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

This div border color is #678496.


Opacity

.myOpacity80 { color: #678496; opacity: 0.8; }

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

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

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

This text has shadow with #678496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678496 on black background.


Color preview on white background

This text has color #678496 on white background.



Black color preview on #678496 background

This text has black color on #678496 background.


White color preview on #678496 background

This text has white color on #678496 background.