COLOR #678ED0

HEX: #678ED0
RGB: (103,142,208)

Color info

#678ED0 contains mainly blue color. Web safe color of #678ED0 is #6699CC (or #69C).

RGB color model

#678ED0 color RGB value is (103,142,208).

  • red value is 103;
  • green value is 142;
  • blue value is 208.
RGB:
(103,142,208)
(40%,56%,82%)

RGB channels and saturation

R 103 of 255 = 40%
G 142 of 255 = 56%
B 208 of 255 = 82%

103
142
208

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

Portions of RGB colors in percentages

R + G + B =
103 + 142 + 208 = 453 (100%)
R 103 of 453 ~ 22.74%
G 142 of 453 ~ 31.35%
B 208 of 453 ~ 45.92%

%22.74
%31.35
%45.92

CMYK color model

#678ED0 color CMYK value is (50,32,0,18).

  • cyan value is 50.48%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(50,32,0,18)
C50M32Y0K18 
(50%,32%,0%,18%)
(0.50/0.32/0.00/0.18)	

CMYK percentages

%50.48
%31.73
%0
%18.43

Codes

Color #678ED0 in popluar color models

678ED0
RGB103142208
HSL218°52.76%60.98%
HSB/HSV218°50.48%81.57%
CMYK50.48%31.73%0.00%
18.43%

Color #678ED0 in popluar number systems.

HEX678ED0
Decimal103142208
Binary11001111000111011010000
Octal147216320

Shades and tints

Shades of #678ED0

#678ED0
(103,142,208)
#5E82BE
(94,130,190)
#5576AC
(85,118,172)
#4C6A9A
(76,106,154)
#435E88
(67,94,136)
#3A5276
(58,82,118)
#314664
(49,70,100)
#283A52
(40,58,82)
#1F2E40
(31,46,64)
#16222E
(22,34,46)
#0D161C
(13,22,28)
#000000
(0,0,0)

Tints of #678ED0

#678ED0
(103,142,208)
#7498D4
(116,152,212)
#81A2D8
(129,162,216)
#8EACDC
(142,172,220)
#9BB6E0
(155,182,224)
#A8C0E4
(168,192,228)
#B5CAE8
(181,202,232)
#C2D4EC
(194,212,236)
#CFDEF0
(207,222,240)
#DCE8F4
(220,232,244)
#E9F2F8
(233,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678ED0; }

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

This text font color is #678ED0.


Background Color

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

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

This div background color is #678ED0.


Border color

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

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

This div border color is #678ED0.


Opacity

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

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

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

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

This text has shadow with #678ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678ED0 on black background.


Color preview on white background

This text has color #678ED0 on white background.



Black color preview on #678ED0 background

This text has black color on #678ED0 background.


White color preview on #678ED0 background

This text has white color on #678ED0 background.