COLOR #78A9D1

HEX: #78A9D1
RGB: (120,169,209)

Color info

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

RGB color model

#78A9D1 color RGB value is (120,169,209).

  • red value is 120;
  • green value is 169;
  • blue value is 209.
RGB:
(120,169,209)
(47%,66%,82%)

RGB channels and saturation

R 120 of 255 = 47%
G 169 of 255 = 66%
B 209 of 255 = 82%

120
169
209

R + G + B ~ 65%. #78A9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 169 + 209 = 498 (100%)
R 120 of 498 ~ 24.1%
G 169 of 498 ~ 33.94%
B 209 of 498 ~ 41.97%

%24.1
%33.94
%41.97

CMYK color model

#78A9D1 color CMYK value is (43,19,0,18).

  • cyan value is 42.58%
  • magenta value is 19.14%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(43,19,0,18)
C43M19Y0K18 
(43%,19%,0%,18%)
(0.43/0.19/0.00/0.18)	

CMYK percentages

%42.58
%19.14
%0
%18.04

Codes

Color #78A9D1 in popluar color models

78A9D1
RGB120169209
HSL207°49.17%64.51%
HSB/HSV207°42.58%81.96%
CMYK42.58%19.14%0.00%
18.04%

Color #78A9D1 in popluar number systems.

HEX78A9D1
Decimal120169209
Binary11110001010100111010001
Octal170251321

Shades and tints

Shades of #78A9D1

#78A9D1
(120,169,209)
#6E9ABE
(110,154,190)
#648BAB
(100,139,171)
#5A7C98
(90,124,152)
#506D85
(80,109,133)
#465E72
(70,94,114)
#3C4F5F
(60,79,95)
#32404C
(50,64,76)
#283139
(40,49,57)
#1E2226
(30,34,38)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #78A9D1

#78A9D1
(120,169,209)
#84B0D5
(132,176,213)
#90B7D9
(144,183,217)
#9CBEDD
(156,190,221)
#A8C5E1
(168,197,225)
#B4CCE5
(180,204,229)
#C0D3E9
(192,211,233)
#CCDAED
(204,218,237)
#D8E1F1
(216,225,241)
#E4E8F5
(228,232,245)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A9D1 color. Also use rgb(120,169,209) instead hex code.

Text Font Color

.myTextColor { color: #78A9D1; }

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

This text font color is #78A9D1.


Background Color

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

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

This div background color is #78A9D1.


Border color

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

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

This div border color is #78A9D1.


Opacity

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

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

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

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

This text has shadow with #78A9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A9D1 on black background.


Color preview on white background

This text has color #78A9D1 on white background.



Black color preview on #78A9D1 background

This text has black color on #78A9D1 background.


White color preview on #78A9D1 background

This text has white color on #78A9D1 background.