COLOR #78A5D8

HEX: #78A5D8
RGB: (120,165,216)

Color info

#78A5D8 contains mainly green and blue colors. Web safe color of #78A5D8 is #6699CC (or #69C).

RGB color model

#78A5D8 color RGB value is (120,165,216).

  • red value is 120;
  • green value is 165;
  • blue value is 216.
RGB:
(120,165,216)
(47%,65%,85%)

RGB channels and saturation

R 120 of 255 = 47%
G 165 of 255 = 65%
B 216 of 255 = 85%

120
165
216

R + G + B ~ 66%. #78A5D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 165 + 216 = 501 (100%)
R 120 of 501 ~ 23.95%
G 165 of 501 ~ 32.93%
B 216 of 501 ~ 43.11%

%23.95
%32.93
%43.11

CMYK color model

#78A5D8 color CMYK value is (44,24,0,15).

  • cyan value is 44.44%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(44,24,0,15)
C44M24Y0K15 
(44%,24%,0%,15%)
(0.44/0.24/0.00/0.15)	

CMYK percentages

%44.44
%23.61
%0
%15.29

Codes

Color #78A5D8 in popluar color models

78A5D8
RGB120165216
HSL212°55.17%65.88%
HSB/HSV212°44.44%84.71%
CMYK44.44%23.61%0.00%
15.29%

Color #78A5D8 in popluar number systems.

HEX78A5D8
Decimal120165216
Binary11110001010010111011000
Octal170245330

Shades and tints

Shades of #78A5D8

#78A5D8
(120,165,216)
#6E96C5
(110,150,197)
#6487B2
(100,135,178)
#5A789F
(90,120,159)
#50698C
(80,105,140)
#465A79
(70,90,121)
#3C4B66
(60,75,102)
#323C53
(50,60,83)
#282D40
(40,45,64)
#1E1E2D
(30,30,45)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #78A5D8

#78A5D8
(120,165,216)
#84ADDB
(132,173,219)
#90B5DE
(144,181,222)
#9CBDE1
(156,189,225)
#A8C5E4
(168,197,228)
#B4CDE7
(180,205,231)
#C0D5EA
(192,213,234)
#CCDDED
(204,221,237)
#D8E5F0
(216,229,240)
#E4EDF3
(228,237,243)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A5D8 color. Also use rgb(120,165,216) instead hex code.

Text Font Color

.myTextColor { color: #78A5D8; }

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

This text font color is #78A5D8.


Background Color

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

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

This div background color is #78A5D8.


Border color

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

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

This div border color is #78A5D8.


Opacity

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

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

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

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

This text has shadow with #78A5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A5D8 on black background.


Color preview on white background

This text has color #78A5D8 on white background.



Black color preview on #78A5D8 background

This text has black color on #78A5D8 background.


White color preview on #78A5D8 background

This text has white color on #78A5D8 background.