COLOR #78C3E0

HEX: #78C3E0
RGB: (120,195,224)

Color info

#78C3E0 contains mainly green and blue colors. Web safe color of #78C3E0 is #66CCCC (or #6CC).

RGB color model

#78C3E0 color RGB value is (120,195,224).

  • red value is 120;
  • green value is 195;
  • blue value is 224.
RGB:
(120,195,224)
(47%,76%,88%)

RGB channels and saturation

R 120 of 255 = 47%
G 195 of 255 = 76%
B 224 of 255 = 88%

120
195
224

R + G + B ~ 70%. #78C3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 195 + 224 = 539 (100%)
R 120 of 539 ~ 22.26%
G 195 of 539 ~ 36.18%
B 224 of 539 ~ 41.56%

%22.26
%36.18
%41.56

CMYK color model

#78C3E0 color CMYK value is (46,13,0,12).

  • cyan value is 46.43%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(46,13,0,12)
C46M13Y0K12 
(46%,13%,0%,12%)
(0.46/0.13/0.00/0.12)	

CMYK percentages

%46.43
%12.95
%0
%12.16

Codes

Color #78C3E0 in popluar color models

78C3E0
RGB120195224
HSL197°62.65%67.45%
HSB/HSV197°46.43%87.84%
CMYK46.43%12.95%0.00%
12.16%

Color #78C3E0 in popluar number systems.

HEX78C3E0
Decimal120195224
Binary11110001100001111100000
Octal170303340

Shades and tints

Shades of #78C3E0

#78C3E0
(120,195,224)
#6EB2CC
(110,178,204)
#64A1B8
(100,161,184)
#5A90A4
(90,144,164)
#507F90
(80,127,144)
#466E7C
(70,110,124)
#3C5D68
(60,93,104)
#324C54
(50,76,84)
#283B40
(40,59,64)
#1E2A2C
(30,42,44)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #78C3E0

#78C3E0
(120,195,224)
#84C8E2
(132,200,226)
#90CDE4
(144,205,228)
#9CD2E6
(156,210,230)
#A8D7E8
(168,215,232)
#B4DCEA
(180,220,234)
#C0E1EC
(192,225,236)
#CCE6EE
(204,230,238)
#D8EBF0
(216,235,240)
#E4F0F2
(228,240,242)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C3E0 color. Also use rgb(120,195,224) instead hex code.

Text Font Color

.myTextColor { color: #78C3E0; }

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

This text font color is #78C3E0.


Background Color

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

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

This div background color is #78C3E0.


Border color

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

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

This div border color is #78C3E0.


Opacity

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

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

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

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

This text has shadow with #78C3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C3E0 on black background.


Color preview on white background

This text has color #78C3E0 on white background.



Black color preview on #78C3E0 background

This text has black color on #78C3E0 background.


White color preview on #78C3E0 background

This text has white color on #78C3E0 background.