COLOR #78A6E5

HEX: #78A6E5
RGB: (120,166,229)

Color info

#78A6E5 contains mainly blue color. Web safe color of #78A6E5 is #6699CC (or #69C).

RGB color model

#78A6E5 color RGB value is (120,166,229).

  • red value is 120;
  • green value is 166;
  • blue value is 229.
RGB:
(120,166,229)
(47%,65%,90%)

RGB channels and saturation

R 120 of 255 = 47%
G 166 of 255 = 65%
B 229 of 255 = 90%

120
166
229

R + G + B ~ 67%. #78A6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 166 + 229 = 515 (100%)
R 120 of 515 ~ 23.3%
G 166 of 515 ~ 32.23%
B 229 of 515 ~ 44.47%

%23.3
%32.23
%44.47

CMYK color model

#78A6E5 color CMYK value is (48,28,0,10).

  • cyan value is 47.60%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(48,28,0,10)
C48M28Y0K10 
(48%,28%,0%,10%)
(0.48/0.28/0.00/0.10)	

CMYK percentages

%47.6
%27.51
%0
%10.2

Codes

Color #78A6E5 in popluar color models

78A6E5
RGB120166229
HSL215°67.70%68.43%
HSB/HSV215°47.60%89.80%
CMYK47.60%27.51%0.00%
10.20%

Color #78A6E5 in popluar number systems.

HEX78A6E5
Decimal120166229
Binary11110001010011011100101
Octal170246345

Shades and tints

Shades of #78A6E5

#78A6E5
(120,166,229)
#6E97D1
(110,151,209)
#6488BD
(100,136,189)
#5A79A9
(90,121,169)
#506A95
(80,106,149)
#465B81
(70,91,129)
#3C4C6D
(60,76,109)
#323D59
(50,61,89)
#282E45
(40,46,69)
#1E1F31
(30,31,49)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #78A6E5

#78A6E5
(120,166,229)
#84AEE7
(132,174,231)
#90B6E9
(144,182,233)
#9CBEEB
(156,190,235)
#A8C6ED
(168,198,237)
#B4CEEF
(180,206,239)
#C0D6F1
(192,214,241)
#CCDEF3
(204,222,243)
#D8E6F5
(216,230,245)
#E4EEF7
(228,238,247)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A6E5 color. Also use rgb(120,166,229) instead hex code.

Text Font Color

.myTextColor { color: #78A6E5; }

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

This text font color is #78A6E5.


Background Color

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

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

This div background color is #78A6E5.


Border color

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

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

This div border color is #78A6E5.


Opacity

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

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

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

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

This text has shadow with #78A6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A6E5 on black background.


Color preview on white background

This text has color #78A6E5 on white background.



Black color preview on #78A6E5 background

This text has black color on #78A6E5 background.


White color preview on #78A6E5 background

This text has white color on #78A6E5 background.