COLOR #78CDD4

HEX: #78CDD4
RGB: (120,205,212)

Color info

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

RGB color model

#78CDD4 color RGB value is (120,205,212).

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

RGB channels and saturation

R 120 of 255 = 47%
G 205 of 255 = 80%
B 212 of 255 = 83%

120
205
212

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

Portions of RGB colors in percentages

R + G + B =
120 + 205 + 212 = 537 (100%)
R 120 of 537 ~ 22.35%
G 205 of 537 ~ 38.18%
B 212 of 537 ~ 39.48%

%22.35
%38.18
%39.48

CMYK color model

#78CDD4 color CMYK value is (43,3,0,17).

  • cyan value is 43.40%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(43,3,0,17)
C43M3Y0K17 
(43%,3%,0%,17%)
(0.43/0.03/0.00/0.17)	

CMYK percentages

%43.4
%3.3
%0
%16.86

Codes

Color #78CDD4 in popluar color models

78CDD4
RGB120205212
HSL185°51.69%65.10%
HSB/HSV185°43.40%83.14%
CMYK43.40%3.30%0.00%
16.86%

Color #78CDD4 in popluar number systems.

HEX78CDD4
Decimal120205212
Binary11110001100110111010100
Octal170315324

Shades and tints

Shades of #78CDD4

#78CDD4
(120,205,212)
#6EBBC1
(110,187,193)
#64A9AE
(100,169,174)
#5A979B
(90,151,155)
#508588
(80,133,136)
#467375
(70,115,117)
#3C6162
(60,97,98)
#324F4F
(50,79,79)
#283D3C
(40,61,60)
#1E2B29
(30,43,41)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #78CDD4

#78CDD4
(120,205,212)
#84D1D7
(132,209,215)
#90D5DA
(144,213,218)
#9CD9DD
(156,217,221)
#A8DDE0
(168,221,224)
#B4E1E3
(180,225,227)
#C0E5E6
(192,229,230)
#CCE9E9
(204,233,233)
#D8EDEC
(216,237,236)
#E4F1EF
(228,241,239)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78CDD4; }

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

This text font color is #78CDD4.


Background Color

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

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

This div background color is #78CDD4.


Border color

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

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

This div border color is #78CDD4.


Opacity

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

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

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

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

This text has shadow with #78CDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CDD4 on black background.


Color preview on white background

This text has color #78CDD4 on white background.



Black color preview on #78CDD4 background

This text has black color on #78CDD4 background.


White color preview on #78CDD4 background

This text has white color on #78CDD4 background.