COLOR #78C8D6

HEX: #78C8D6
RGB: (120,200,214)

Color info

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

RGB color model

#78C8D6 color RGB value is (120,200,214).

  • red value is 120;
  • green value is 200;
  • blue value is 214.
RGB:
(120,200,214)
(47%,78%,84%)

RGB channels and saturation

R 120 of 255 = 47%
G 200 of 255 = 78%
B 214 of 255 = 84%

120
200
214

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

Portions of RGB colors in percentages

R + G + B =
120 + 200 + 214 = 534 (100%)
R 120 of 534 ~ 22.47%
G 200 of 534 ~ 37.45%
B 214 of 534 ~ 40.07%

%22.47
%37.45
%40.07

CMYK color model

#78C8D6 color CMYK value is (44,7,0,16).

  • cyan value is 43.93%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(44,7,0,16)
C44M7Y0K16 
(44%,7%,0%,16%)
(0.44/0.07/0.00/0.16)	

CMYK percentages

%43.93
%6.54
%0
%16.08

Codes

Color #78C8D6 in popluar color models

78C8D6
RGB120200214
HSL189°53.41%65.49%
HSB/HSV189°43.93%83.92%
CMYK43.93%6.54%0.00%
16.08%

Color #78C8D6 in popluar number systems.

HEX78C8D6
Decimal120200214
Binary11110001100100011010110
Octal170310326

Shades and tints

Shades of #78C8D6

#78C8D6
(120,200,214)
#6EB6C3
(110,182,195)
#64A4B0
(100,164,176)
#5A929D
(90,146,157)
#50808A
(80,128,138)
#466E77
(70,110,119)
#3C5C64
(60,92,100)
#324A51
(50,74,81)
#28383E
(40,56,62)
#1E262B
(30,38,43)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #78C8D6

#78C8D6
(120,200,214)
#84CDD9
(132,205,217)
#90D2DC
(144,210,220)
#9CD7DF
(156,215,223)
#A8DCE2
(168,220,226)
#B4E1E5
(180,225,229)
#C0E6E8
(192,230,232)
#CCEBEB
(204,235,235)
#D8F0EE
(216,240,238)
#E4F5F1
(228,245,241)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C8D6 color. Also use rgb(120,200,214) instead hex code.

Text Font Color

.myTextColor { color: #78C8D6; }

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

This text font color is #78C8D6.


Background Color

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

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

This div background color is #78C8D6.


Border color

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

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

This div border color is #78C8D6.


Opacity

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

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

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

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

This text has shadow with #78C8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C8D6 on black background.


Color preview on white background

This text has color #78C8D6 on white background.



Black color preview on #78C8D6 background

This text has black color on #78C8D6 background.


White color preview on #78C8D6 background

This text has white color on #78C8D6 background.