COLOR #78A0FD

HEX: #78A0FD
RGB: (120,160,253)

Color info

#78A0FD contains mainly blue color. Web safe color of #78A0FD is #6699FF (or #69F).

RGB color model

#78A0FD color RGB value is (120,160,253).

  • red value is 120;
  • green value is 160;
  • blue value is 253.
RGB:
(120,160,253)
(47%,63%,99%)

RGB channels and saturation

R 120 of 255 = 47%
G 160 of 255 = 63%
B 253 of 255 = 99%

120
160
253

R + G + B ~ 70%. #78A0FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 160 + 253 = 533 (100%)
R 120 of 533 ~ 22.51%
G 160 of 533 ~ 30.02%
B 253 of 533 ~ 47.47%

%22.51
%30.02
%47.47

CMYK color model

#78A0FD color CMYK value is (53,37,0,1).

  • cyan value is 52.57%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(53,37,0,1)
C53M37Y0K1 
(53%,37%,0%,1%)
(0.53/0.37/0.00/0.01)	

CMYK percentages

%52.57
%36.76
%0
%0.78

Codes

Color #78A0FD in popluar color models

78A0FD
RGB120160253
HSL222°97.08%73.14%
HSB/HSV222°52.57%99.22%
CMYK52.57%36.76%0.00%
0.78%

Color #78A0FD in popluar number systems.

HEX78A0FD
Decimal120160253
Binary11110001010000011111101
Octal170240375

Shades and tints

Shades of #78A0FD

#78A0FD
(120,160,253)
#6E92E6
(110,146,230)
#6484CF
(100,132,207)
#5A76B8
(90,118,184)
#5068A1
(80,104,161)
#465A8A
(70,90,138)
#3C4C73
(60,76,115)
#323E5C
(50,62,92)
#283045
(40,48,69)
#1E222E
(30,34,46)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #78A0FD

#78A0FD
(120,160,253)
#84A8FD
(132,168,253)
#90B0FD
(144,176,253)
#9CB8FD
(156,184,253)
#A8C0FD
(168,192,253)
#B4C8FD
(180,200,253)
#C0D0FD
(192,208,253)
#CCD8FD
(204,216,253)
#D8E0FD
(216,224,253)
#E4E8FD
(228,232,253)
#F0F0FD
(240,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A0FD color. Also use rgb(120,160,253) instead hex code.

Text Font Color

.myTextColor { color: #78A0FD; }

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

This text font color is #78A0FD.


Background Color

.myBgColor { background-color: #78A0FD; }

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

This div background color is #78A0FD.


Border color

.myBorderColor { border: 1px solid #78A0FD; }

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

This div border color is #78A0FD.


Opacity

.myOpacity80 { color: #78A0FD; opacity: 0.8; }

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

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

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

This text has shadow with #78A0FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A0FD on black background.


Color preview on white background

This text has color #78A0FD on white background.



Black color preview on #78A0FD background

This text has black color on #78A0FD background.


White color preview on #78A0FD background

This text has white color on #78A0FD background.