COLOR #78A3EF

HEX: #78A3EF RGB: (120,163,239)

Color info

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

RGB color model

#78A3EF color RGB value is (120,163,239).

RGB: (120,163,239) (47%, 64%, 94%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 239 of 255 = 94%

120
163
239

R + G + B ~ 68%. #78A3EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 163 + 239 = 522 (100%)
R 120 of 522 ~ 22.99%
G 163 of 522 ~ 31.23%
B 239 of 522 ~ 45.79'%

%22.99
%31.23
%45.79

CMYK color model

#78A3EF color CMYK value is (50,32,0,6).

  • cyan value is 49.79%
  • magenta value is 31.80%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (50,32,0,6)
C50M32Y0K6 (50%, 32%, 0%, 6%)
(0.50 / 0.32 / 0.00 / 0.06)

CMYK percentages

%49.79
%31.8
%0
%6.27

Codes

Color #78A3EF in popluar color models

78 A3 EF
RGB 120 163 239
HSL 218° 78.81% 70.39%
HSB/HSV 218° 49.79% 93.73%
CMYK 49.79% 31.80% 0.00%
6.27%

Color #78A3EF in popluar number systems.

HEX 78 A3 EF
Decimal 120 163 239
Binary 1111000 10100011 11101111
Octal 170 243 357

Shades and tints

Shades of #78A3EF

#78A3EF
(120,163,239)
#6E95DA
(110,149,218)
#6487C5
(100,135,197)
#5A79B0
(90,121,176)
#506B9B
(80,107,155)
#465D86
(70,93,134)
#3C4F71
(60,79,113)
#32415C
(50,65,92)
#283347
(40,51,71)
#1E2532
(30,37,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #78A3EF

#78A3EF
(120,163,239)
#84ABF0
(132,171,240)
#90B3F1
(144,179,241)
#9CBBF2
(156,187,242)
#A8C3F3
(168,195,243)
#B4CBF4
(180,203,244)
#C0D3F5
(192,211,245)
#CCDBF6
(204,219,246)
#D8E3F7
(216,227,247)
#E4EBF8
(228,235,248)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A3EF color. Also use rgb(120,163,239) instead hex code.

Text Font Color

.myTextColor { color: #78A3EF; }

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

This text font color is #78A3EF.

Background Color

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

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

This div background color is #78A3EF.

Border color

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

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

This div border color is #78A3EF.

Opacity

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

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

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

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

This text has shadow with #78A3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A3EF.

Preview

Color preview on black background

This text has color #78A3EF on black background.


Color preview on white background

This text has color #78A3EF on white background.


Black color preview on #78A3EF background

This text has black color on #78A3EF background.


White color preview on #78A3EF background

This text has white color on #78A3EF background.


Related colors

Complementary color

Complementary color for #hex is #875C10.


I love getcolorcode.com

Triadic colors

1 #EF78A3 and #A3EF78 with #78A3EF are triadic colors.

2 #EFA378 and #A378EF with #78A3EF are triadic colors.