COLOR #78D4E6

HEX: #78D4E6
RGB: (120,212,230)

Color info

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

RGB color model

#78D4E6 color RGB value is (120,212,230).

  • red value is 120;
  • green value is 212;
  • blue value is 230.
RGB:
(120,212,230)
(47%,83%,90%)

RGB channels and saturation

R 120 of 255 = 47%
G 212 of 255 = 83%
B 230 of 255 = 90%

120
212
230

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

Portions of RGB colors in percentages

R + G + B =
120 + 212 + 230 = 562 (100%)
R 120 of 562 ~ 21.35%
G 212 of 562 ~ 37.72%
B 230 of 562 ~ 40.93%

%21.35
%37.72
%40.93

CMYK color model

#78D4E6 color CMYK value is (48,8,0,10).

  • cyan value is 47.83%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(48,8,0,10)
C48M8Y0K10 
(48%,8%,0%,10%)
(0.48/0.08/0.00/0.10)	

CMYK percentages

%47.83
%7.83
%0
%9.8

Codes

Color #78D4E6 in popluar color models

78D4E6
RGB120212230
HSL190°68.75%68.63%
HSB/HSV190°47.83%90.20%
CMYK47.83%7.83%0.00%
9.80%

Color #78D4E6 in popluar number systems.

HEX78D4E6
Decimal120212230
Binary11110001101010011100110
Octal170324346

Shades and tints

Shades of #78D4E6

#78D4E6
(120,212,230)
#6EC1D2
(110,193,210)
#64AEBE
(100,174,190)
#5A9BAA
(90,155,170)
#508896
(80,136,150)
#467582
(70,117,130)
#3C626E
(60,98,110)
#324F5A
(50,79,90)
#283C46
(40,60,70)
#1E2932
(30,41,50)
#14161E
(20,22,30)
#000000
(0,0,0)

Tints of #78D4E6

#78D4E6
(120,212,230)
#84D7E8
(132,215,232)
#90DAEA
(144,218,234)
#9CDDEC
(156,221,236)
#A8E0EE
(168,224,238)
#B4E3F0
(180,227,240)
#C0E6F2
(192,230,242)
#CCE9F4
(204,233,244)
#D8ECF6
(216,236,246)
#E4EFF8
(228,239,248)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D4E6 color. Also use rgb(120,212,230) instead hex code.

Text Font Color

.myTextColor { color: #78D4E6; }

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

This text font color is #78D4E6.


Background Color

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

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

This div background color is #78D4E6.


Border color

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

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

This div border color is #78D4E6.


Opacity

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

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

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

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

This text has shadow with #78D4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D4E6 on black background.


Color preview on white background

This text has color #78D4E6 on white background.



Black color preview on #78D4E6 background

This text has black color on #78D4E6 background.


White color preview on #78D4E6 background

This text has white color on #78D4E6 background.