COLOR #78C9DE

HEX: #78C9DE
RGB: (120,201,222)

Color info

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

RGB color model

#78C9DE color RGB value is (120,201,222).

  • red value is 120;
  • green value is 201;
  • blue value is 222.
RGB:
(120,201,222)
(47%,79%,87%)

RGB channels and saturation

R 120 of 255 = 47%
G 201 of 255 = 79%
B 222 of 255 = 87%

120
201
222

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

Portions of RGB colors in percentages

R + G + B =
120 + 201 + 222 = 543 (100%)
R 120 of 543 ~ 22.1%
G 201 of 543 ~ 37.02%
B 222 of 543 ~ 40.88%

%22.1
%37.02
%40.88

CMYK color model

#78C9DE color CMYK value is (46,9,0,13).

  • cyan value is 45.95%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(46,9,0,13)
C46M9Y0K13 
(46%,9%,0%,13%)
(0.46/0.09/0.00/0.13)	

CMYK percentages

%45.95
%9.46
%0
%12.94

Codes

Color #78C9DE in popluar color models

78C9DE
RGB120201222
HSL192°60.71%67.06%
HSB/HSV192°45.95%87.06%
CMYK45.95%9.46%0.00%
12.94%

Color #78C9DE in popluar number systems.

HEX78C9DE
Decimal120201222
Binary11110001100100111011110
Octal170311336

Shades and tints

Shades of #78C9DE

#78C9DE
(120,201,222)
#6EB7CA
(110,183,202)
#64A5B6
(100,165,182)
#5A93A2
(90,147,162)
#50818E
(80,129,142)
#466F7A
(70,111,122)
#3C5D66
(60,93,102)
#324B52
(50,75,82)
#28393E
(40,57,62)
#1E272A
(30,39,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #78C9DE

#78C9DE
(120,201,222)
#84CDE1
(132,205,225)
#90D1E4
(144,209,228)
#9CD5E7
(156,213,231)
#A8D9EA
(168,217,234)
#B4DDED
(180,221,237)
#C0E1F0
(192,225,240)
#CCE5F3
(204,229,243)
#D8E9F6
(216,233,246)
#E4EDF9
(228,237,249)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C9DE color. Also use rgb(120,201,222) instead hex code.

Text Font Color

.myTextColor { color: #78C9DE; }

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

This text font color is #78C9DE.


Background Color

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

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

This div background color is #78C9DE.


Border color

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

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

This div border color is #78C9DE.


Opacity

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

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

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

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

This text has shadow with #78C9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C9DE on black background.


Color preview on white background

This text has color #78C9DE on white background.



Black color preview on #78C9DE background

This text has black color on #78C9DE background.


White color preview on #78C9DE background

This text has white color on #78C9DE background.