COLOR #78CFD6

HEX: #78CFD6
RGB: (120,207,214)

Color info

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

RGB color model

#78CFD6 color RGB value is (120,207,214).

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

RGB channels and saturation

R 120 of 255 = 47%
G 207 of 255 = 81%
B 214 of 255 = 84%

120
207
214

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

Portions of RGB colors in percentages

R + G + B =
120 + 207 + 214 = 541 (100%)
R 120 of 541 ~ 22.18%
G 207 of 541 ~ 38.26%
B 214 of 541 ~ 39.56%

%22.18
%38.26
%39.56

CMYK color model

#78CFD6 color CMYK value is (44,3,0,16).

  • cyan value is 43.93%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(44,3,0,16)
C44M3Y0K16 
(44%,3%,0%,16%)
(0.44/0.03/0.00/0.16)	

CMYK percentages

%43.93
%3.27
%0
%16.08

Codes

Color #78CFD6 in popluar color models

78CFD6
RGB120207214
HSL184°53.41%65.49%
HSB/HSV184°43.93%83.92%
CMYK43.93%3.27%0.00%
16.08%

Color #78CFD6 in popluar number systems.

HEX78CFD6
Decimal120207214
Binary11110001100111111010110
Octal170317326

Shades and tints

Shades of #78CFD6

#78CFD6
(120,207,214)
#6EBDC3
(110,189,195)
#64ABB0
(100,171,176)
#5A999D
(90,153,157)
#50878A
(80,135,138)
#467577
(70,117,119)
#3C6364
(60,99,100)
#325151
(50,81,81)
#283F3E
(40,63,62)
#1E2D2B
(30,45,43)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #78CFD6

#78CFD6
(120,207,214)
#84D3D9
(132,211,217)
#90D7DC
(144,215,220)
#9CDBDF
(156,219,223)
#A8DFE2
(168,223,226)
#B4E3E5
(180,227,229)
#C0E7E8
(192,231,232)
#CCEBEB
(204,235,235)
#D8EFEE
(216,239,238)
#E4F3F1
(228,243,241)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78CFD6; }

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

This text font color is #78CFD6.


Background Color

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

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

This div background color is #78CFD6.


Border color

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

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

This div border color is #78CFD6.


Opacity

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

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

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

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

This text has shadow with #78CFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CFD6 on black background.


Color preview on white background

This text has color #78CFD6 on white background.



Black color preview on #78CFD6 background

This text has black color on #78CFD6 background.


White color preview on #78CFD6 background

This text has white color on #78CFD6 background.