COLOR #78B8D6

HEX: #78B8D6
RGB: (120,184,214)

Color info

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

RGB color model

#78B8D6 color RGB value is (120,184,214).

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

RGB channels and saturation

R 120 of 255 = 47%
G 184 of 255 = 72%
B 214 of 255 = 84%

120
184
214

R + G + B ~ 68%. #78B8D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 184 + 214 = 518 (100%)
R 120 of 518 ~ 23.17%
G 184 of 518 ~ 35.52%
B 214 of 518 ~ 41.31%

%23.17
%35.52
%41.31

CMYK color model

#78B8D6 color CMYK value is (44,14,0,16).

  • cyan value is 43.93%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(44,14,0,16)
C44M14Y0K16 
(44%,14%,0%,16%)
(0.44/0.14/0.00/0.16)	

CMYK percentages

%43.93
%14.02
%0
%16.08

Codes

Color #78B8D6 in popluar color models

78B8D6
RGB120184214
HSL199°53.41%65.49%
HSB/HSV199°43.93%83.92%
CMYK43.93%14.02%0.00%
16.08%

Color #78B8D6 in popluar number systems.

HEX78B8D6
Decimal120184214
Binary11110001011100011010110
Octal170270326

Shades and tints

Shades of #78B8D6

#78B8D6
(120,184,214)
#6EA8C3
(110,168,195)
#6498B0
(100,152,176)
#5A889D
(90,136,157)
#50788A
(80,120,138)
#466877
(70,104,119)
#3C5864
(60,88,100)
#324851
(50,72,81)
#28383E
(40,56,62)
#1E282B
(30,40,43)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #78B8D6

#78B8D6
(120,184,214)
#84BED9
(132,190,217)
#90C4DC
(144,196,220)
#9CCADF
(156,202,223)
#A8D0E2
(168,208,226)
#B4D6E5
(180,214,229)
#C0DCE8
(192,220,232)
#CCE2EB
(204,226,235)
#D8E8EE
(216,232,238)
#E4EEF1
(228,238,241)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B8D6; }

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

This text font color is #78B8D6.


Background Color

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

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

This div background color is #78B8D6.


Border color

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

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

This div border color is #78B8D6.


Opacity

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

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

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

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

This text has shadow with #78B8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B8D6 on black background.


Color preview on white background

This text has color #78B8D6 on white background.



Black color preview on #78B8D6 background

This text has black color on #78B8D6 background.


White color preview on #78B8D6 background

This text has white color on #78B8D6 background.