COLOR #78A7D8

HEX: #78A7D8
RGB: (120,167,216)

Color info

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

RGB color model

#78A7D8 color RGB value is (120,167,216).

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

RGB channels and saturation

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

120
167
216

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

Portions of RGB colors in percentages

R + G + B =
120 + 167 + 216 = 503 (100%)
R 120 of 503 ~ 23.86%
G 167 of 503 ~ 33.2%
B 216 of 503 ~ 42.94%

%23.86
%33.2
%42.94

CMYK color model

#78A7D8 color CMYK value is (44,23,0,15).

  • cyan value is 44.44%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(44,23,0,15)
C44M23Y0K15 
(44%,23%,0%,15%)
(0.44/0.23/0.00/0.15)	

CMYK percentages

%44.44
%22.69
%0
%15.29

Codes

Color #78A7D8 in popluar color models

78A7D8
RGB120167216
HSL211°55.17%65.88%
HSB/HSV211°44.44%84.71%
CMYK44.44%22.69%0.00%
15.29%

Color #78A7D8 in popluar number systems.

HEX78A7D8
Decimal120167216
Binary11110001010011111011000
Octal170247330

Shades and tints

Shades of #78A7D8

#78A7D8
(120,167,216)
#6E98C5
(110,152,197)
#6489B2
(100,137,178)
#5A7A9F
(90,122,159)
#506B8C
(80,107,140)
#465C79
(70,92,121)
#3C4D66
(60,77,102)
#323E53
(50,62,83)
#282F40
(40,47,64)
#1E202D
(30,32,45)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #78A7D8

#78A7D8
(120,167,216)
#84AFDB
(132,175,219)
#90B7DE
(144,183,222)
#9CBFE1
(156,191,225)
#A8C7E4
(168,199,228)
#B4CFE7
(180,207,231)
#C0D7EA
(192,215,234)
#CCDFED
(204,223,237)
#D8E7F0
(216,231,240)
#E4EFF3
(228,239,243)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A7D8; }

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

This text font color is #78A7D8.


Background Color

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

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

This div background color is #78A7D8.


Border color

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

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

This div border color is #78A7D8.


Opacity

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

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

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

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

This text has shadow with #78A7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A7D8 on black background.


Color preview on white background

This text has color #78A7D8 on white background.



Black color preview on #78A7D8 background

This text has black color on #78A7D8 background.


White color preview on #78A7D8 background

This text has white color on #78A7D8 background.