COLOR #78D7F1

HEX: #78D7F1
RGB: (120,215,241)

Color info

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

RGB color model

#78D7F1 color RGB value is (120,215,241).

  • red value is 120;
  • green value is 215;
  • blue value is 241.
RGB:
(120,215,241)
(47%,84%,95%)

RGB channels and saturation

R 120 of 255 = 47%
G 215 of 255 = 84%
B 241 of 255 = 95%

120
215
241

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

Portions of RGB colors in percentages

R + G + B =
120 + 215 + 241 = 576 (100%)
R 120 of 576 ~ 20.83%
G 215 of 576 ~ 37.33%
B 241 of 576 ~ 41.84%

%20.83
%37.33
%41.84

CMYK color model

#78D7F1 color CMYK value is (50,11,0,5).

  • cyan value is 50.21%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(50,11,0,5)
C50M11Y0K5 
(50%,11%,0%,5%)
(0.50/0.11/0.00/0.05)	

CMYK percentages

%50.21
%10.79
%0
%5.49

Codes

Color #78D7F1 in popluar color models

78D7F1
RGB120215241
HSL193°81.21%70.78%
HSB/HSV193°50.21%94.51%
CMYK50.21%10.79%0.00%
5.49%

Color #78D7F1 in popluar number systems.

HEX78D7F1
Decimal120215241
Binary11110001101011111110001
Octal170327361

Shades and tints

Shades of #78D7F1

#78D7F1
(120,215,241)
#6EC4DC
(110,196,220)
#64B1C7
(100,177,199)
#5A9EB2
(90,158,178)
#508B9D
(80,139,157)
#467888
(70,120,136)
#3C6573
(60,101,115)
#32525E
(50,82,94)
#283F49
(40,63,73)
#1E2C34
(30,44,52)
#14191F
(20,25,31)
#000000
(0,0,0)

Tints of #78D7F1

#78D7F1
(120,215,241)
#84DAF2
(132,218,242)
#90DDF3
(144,221,243)
#9CE0F4
(156,224,244)
#A8E3F5
(168,227,245)
#B4E6F6
(180,230,246)
#C0E9F7
(192,233,247)
#CCECF8
(204,236,248)
#D8EFF9
(216,239,249)
#E4F2FA
(228,242,250)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D7F1 color. Also use rgb(120,215,241) instead hex code.

Text Font Color

.myTextColor { color: #78D7F1; }

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

This text font color is #78D7F1.


Background Color

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

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

This div background color is #78D7F1.


Border color

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

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

This div border color is #78D7F1.


Opacity

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

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

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

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

This text has shadow with #78D7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D7F1 on black background.


Color preview on white background

This text has color #78D7F1 on white background.



Black color preview on #78D7F1 background

This text has black color on #78D7F1 background.


White color preview on #78D7F1 background

This text has white color on #78D7F1 background.