COLOR #78CEE9

HEX: #78CEE9
RGB: (120,206,233)

Color info

#78CEE9 contains mainly green and blue colors. Web safe color of #78CEE9 is #66CCFF (or #6CF).

RGB color model

#78CEE9 color RGB value is (120,206,233).

  • red value is 120;
  • green value is 206;
  • blue value is 233.
RGB:
(120,206,233)
(47%,81%,91%)

RGB channels and saturation

R 120 of 255 = 47%
G 206 of 255 = 81%
B 233 of 255 = 91%

120
206
233

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

Portions of RGB colors in percentages

R + G + B =
120 + 206 + 233 = 559 (100%)
R 120 of 559 ~ 21.47%
G 206 of 559 ~ 36.85%
B 233 of 559 ~ 41.68%

%21.47
%36.85
%41.68

CMYK color model

#78CEE9 color CMYK value is (48,12,0,9).

  • cyan value is 48.50%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(48,12,0,9)
C48M12Y0K9 
(48%,12%,0%,9%)
(0.48/0.12/0.00/0.09)	

CMYK percentages

%48.5
%11.59
%0
%8.63

Codes

Color #78CEE9 in popluar color models

78CEE9
RGB120206233
HSL194°71.97%69.22%
HSB/HSV194°48.50%91.37%
CMYK48.50%11.59%0.00%
8.63%

Color #78CEE9 in popluar number systems.

HEX78CEE9
Decimal120206233
Binary11110001100111011101001
Octal170316351

Shades and tints

Shades of #78CEE9

#78CEE9
(120,206,233)
#6EBCD4
(110,188,212)
#64AABF
(100,170,191)
#5A98AA
(90,152,170)
#508695
(80,134,149)
#467480
(70,116,128)
#3C626B
(60,98,107)
#325056
(50,80,86)
#283E41
(40,62,65)
#1E2C2C
(30,44,44)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #78CEE9

#78CEE9
(120,206,233)
#84D2EB
(132,210,235)
#90D6ED
(144,214,237)
#9CDAEF
(156,218,239)
#A8DEF1
(168,222,241)
#B4E2F3
(180,226,243)
#C0E6F5
(192,230,245)
#CCEAF7
(204,234,247)
#D8EEF9
(216,238,249)
#E4F2FB
(228,242,251)
#F0F6FD
(240,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CEE9 color. Also use rgb(120,206,233) instead hex code.

Text Font Color

.myTextColor { color: #78CEE9; }

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

This text font color is #78CEE9.


Background Color

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

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

This div background color is #78CEE9.


Border color

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

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

This div border color is #78CEE9.


Opacity

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

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

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

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

This text has shadow with #78CEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78CEE9 on black background.


Color preview on white background

This text has color #78CEE9 on white background.



Black color preview on #78CEE9 background

This text has black color on #78CEE9 background.


White color preview on #78CEE9 background

This text has white color on #78CEE9 background.