COLOR #78D1E4

HEX: #78D1E4
RGB: (120,209,228)

Color info

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

RGB color model

#78D1E4 color RGB value is (120,209,228).

  • red value is 120;
  • green value is 209;
  • blue value is 228.
RGB:
(120,209,228)
(47%,82%,89%)

RGB channels and saturation

R 120 of 255 = 47%
G 209 of 255 = 82%
B 228 of 255 = 89%

120
209
228

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

Portions of RGB colors in percentages

R + G + B =
120 + 209 + 228 = 557 (100%)
R 120 of 557 ~ 21.54%
G 209 of 557 ~ 37.52%
B 228 of 557 ~ 40.93%

%21.54
%37.52
%40.93

CMYK color model

#78D1E4 color CMYK value is (47,8,0,11).

  • cyan value is 47.37%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(47,8,0,11)
C47M8Y0K11 
(47%,8%,0%,11%)
(0.47/0.08/0.00/0.11)	

CMYK percentages

%47.37
%8.33
%0
%10.59

Codes

Color #78D1E4 in popluar color models

78D1E4
RGB120209228
HSL191°66.67%68.24%
HSB/HSV191°47.37%89.41%
CMYK47.37%8.33%0.00%
10.59%

Color #78D1E4 in popluar number systems.

HEX78D1E4
Decimal120209228
Binary11110001101000111100100
Octal170321344

Shades and tints

Shades of #78D1E4

#78D1E4
(120,209,228)
#6EBED0
(110,190,208)
#64ABBC
(100,171,188)
#5A98A8
(90,152,168)
#508594
(80,133,148)
#467280
(70,114,128)
#3C5F6C
(60,95,108)
#324C58
(50,76,88)
#283944
(40,57,68)
#1E2630
(30,38,48)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #78D1E4

#78D1E4
(120,209,228)
#84D5E6
(132,213,230)
#90D9E8
(144,217,232)
#9CDDEA
(156,221,234)
#A8E1EC
(168,225,236)
#B4E5EE
(180,229,238)
#C0E9F0
(192,233,240)
#CCEDF2
(204,237,242)
#D8F1F4
(216,241,244)
#E4F5F6
(228,245,246)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D1E4 color. Also use rgb(120,209,228) instead hex code.

Text Font Color

.myTextColor { color: #78D1E4; }

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

This text font color is #78D1E4.


Background Color

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

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

This div background color is #78D1E4.


Border color

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

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

This div border color is #78D1E4.


Opacity

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

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

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

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

This text has shadow with #78D1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D1E4 on black background.


Color preview on white background

This text has color #78D1E4 on white background.



Black color preview on #78D1E4 background

This text has black color on #78D1E4 background.


White color preview on #78D1E4 background

This text has white color on #78D1E4 background.