COLOR #78A5C2

HEX: #78A5C2
RGB: (120,165,194)

Color info

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

RGB color model

#78A5C2 color RGB value is (120,165,194).

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

RGB channels and saturation

R 120 of 255 = 47%
G 165 of 255 = 65%
B 194 of 255 = 76%

120
165
194

R + G + B ~ 63%. #78A5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 165 + 194 = 479 (100%)
R 120 of 479 ~ 25.05%
G 165 of 479 ~ 34.45%
B 194 of 479 ~ 40.5%

%25.05
%34.45
%40.5

CMYK color model

#78A5C2 color CMYK value is (38,15,0,24).

  • cyan value is 38.14%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(38,15,0,24)
C38M15Y0K24 
(38%,15%,0%,24%)
(0.38/0.15/0.00/0.24)	

CMYK percentages

%38.14
%14.95
%0
%23.92

Codes

Color #78A5C2 in popluar color models

78A5C2
RGB120165194
HSL204°37.76%61.57%
HSB/HSV204°38.14%76.08%
CMYK38.14%14.95%0.00%
23.92%

Color #78A5C2 in popluar number systems.

HEX78A5C2
Decimal120165194
Binary11110001010010111000010
Octal170245302

Shades and tints

Shades of #78A5C2

#78A5C2
(120,165,194)
#6E96B1
(110,150,177)
#6487A0
(100,135,160)
#5A788F
(90,120,143)
#50697E
(80,105,126)
#465A6D
(70,90,109)
#3C4B5C
(60,75,92)
#323C4B
(50,60,75)
#282D3A
(40,45,58)
#1E1E29
(30,30,41)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #78A5C2

#78A5C2
(120,165,194)
#84ADC7
(132,173,199)
#90B5CC
(144,181,204)
#9CBDD1
(156,189,209)
#A8C5D6
(168,197,214)
#B4CDDB
(180,205,219)
#C0D5E0
(192,213,224)
#CCDDE5
(204,221,229)
#D8E5EA
(216,229,234)
#E4EDEF
(228,237,239)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A5C2; }

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

This text font color is #78A5C2.


Background Color

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

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

This div background color is #78A5C2.


Border color

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

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

This div border color is #78A5C2.


Opacity

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

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

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

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

This text has shadow with #78A5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A5C2 on black background.


Color preview on white background

This text has color #78A5C2 on white background.



Black color preview on #78A5C2 background

This text has black color on #78A5C2 background.


White color preview on #78A5C2 background

This text has white color on #78A5C2 background.