COLOR #678CA2

HEX: #678CA2
RGB: (103,140,162)

Color info

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

RGB color model

#678CA2 color RGB value is (103,140,162).

  • red value is 103;
  • green value is 140;
  • blue value is 162.
RGB:
(103,140,162)
(40%,55%,64%)

RGB channels and saturation

R 103 of 255 = 40%
G 140 of 255 = 55%
B 162 of 255 = 64%

103
140
162

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

Portions of RGB colors in percentages

R + G + B =
103 + 140 + 162 = 405 (100%)
R 103 of 405 ~ 25.43%
G 140 of 405 ~ 34.57%
B 162 of 405 ~ 40%

%25.43
%34.57
%40

CMYK color model

#678CA2 color CMYK value is (36,14,0,36).

  • cyan value is 36.42%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(36,14,0,36)
C36M14Y0K36 
(36%,14%,0%,36%)
(0.36/0.14/0.00/0.36)	

CMYK percentages

%36.42
%13.58
%0
%36.47

Codes

Color #678CA2 in popluar color models

678CA2
RGB103140162
HSL202°24.08%51.96%
HSB/HSV202°36.42%63.53%
CMYK36.42%13.58%0.00%
36.47%

Color #678CA2 in popluar number systems.

HEX678CA2
Decimal103140162
Binary11001111000110010100010
Octal147214242

Shades and tints

Shades of #678CA2

#678CA2
(103,140,162)
#5E8094
(94,128,148)
#557486
(85,116,134)
#4C6878
(76,104,120)
#435C6A
(67,92,106)
#3A505C
(58,80,92)
#31444E
(49,68,78)
#283840
(40,56,64)
#1F2C32
(31,44,50)
#162024
(22,32,36)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #678CA2

#678CA2
(103,140,162)
#7496AA
(116,150,170)
#81A0B2
(129,160,178)
#8EAABA
(142,170,186)
#9BB4C2
(155,180,194)
#A8BECA
(168,190,202)
#B5C8D2
(181,200,210)
#C2D2DA
(194,210,218)
#CFDCE2
(207,220,226)
#DCE6EA
(220,230,234)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678CA2; }

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

This text font color is #678CA2.


Background Color

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

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

This div background color is #678CA2.


Border color

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

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

This div border color is #678CA2.


Opacity

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

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

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

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

This text has shadow with #678CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678CA2 on black background.


Color preview on white background

This text has color #678CA2 on white background.



Black color preview on #678CA2 background

This text has black color on #678CA2 background.


White color preview on #678CA2 background

This text has white color on #678CA2 background.