COLOR #78E2F8

HEX: #78E2F8
RGB: (120,226,248)

Color info

#78E2F8 contains mainly green and blue colors. Web safe color of #78E2F8 is #66CCFF (or #6CF).

RGB color model

#78E2F8 color RGB value is (120,226,248).

  • red value is 120;
  • green value is 226;
  • blue value is 248.
RGB:
(120,226,248)
(47%,89%,97%)

RGB channels and saturation

R 120 of 255 = 47%
G 226 of 255 = 89%
B 248 of 255 = 97%

120
226
248

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

Portions of RGB colors in percentages

R + G + B =
120 + 226 + 248 = 594 (100%)
R 120 of 594 ~ 20.2%
G 226 of 594 ~ 38.05%
B 248 of 594 ~ 41.75%

%20.2
%38.05
%41.75

CMYK color model

#78E2F8 color CMYK value is (52,9,0,3).

  • cyan value is 51.61%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(52,9,0,3)
C52M9Y0K3 
(52%,9%,0%,3%)
(0.52/0.09/0.00/0.03)	

CMYK percentages

%51.61
%8.87
%0
%2.75

Codes

Color #78E2F8 in popluar color models

78E2F8
RGB120226248
HSL190°90.14%72.16%
HSB/HSV190°51.61%97.25%
CMYK51.61%8.87%0.00%
2.75%

Color #78E2F8 in popluar number systems.

HEX78E2F8
Decimal120226248
Binary11110001110001011111000
Octal170342370

Shades and tints

Shades of #78E2F8

#78E2F8
(120,226,248)
#6ECEE2
(110,206,226)
#64BACC
(100,186,204)
#5AA6B6
(90,166,182)
#5092A0
(80,146,160)
#467E8A
(70,126,138)
#3C6A74
(60,106,116)
#32565E
(50,86,94)
#284248
(40,66,72)
#1E2E32
(30,46,50)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #78E2F8

#78E2F8
(120,226,248)
#84E4F8
(132,228,248)
#90E6F8
(144,230,248)
#9CE8F8
(156,232,248)
#A8EAF8
(168,234,248)
#B4ECF8
(180,236,248)
#C0EEF8
(192,238,248)
#CCF0F8
(204,240,248)
#D8F2F8
(216,242,248)
#E4F4F8
(228,244,248)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78E2F8 color. Also use rgb(120,226,248) instead hex code.

Text Font Color

.myTextColor { color: #78E2F8; }

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

This text font color is #78E2F8.


Background Color

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

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

This div background color is #78E2F8.


Border color

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

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

This div border color is #78E2F8.


Opacity

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

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

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

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

This text has shadow with #78E2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78E2F8 on black background.


Color preview on white background

This text has color #78E2F8 on white background.



Black color preview on #78E2F8 background

This text has black color on #78E2F8 background.


White color preview on #78E2F8 background

This text has white color on #78E2F8 background.