COLOR #78B7DC

HEX: #78B7DC
RGB: (120,183,220)

Color info

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

RGB color model

#78B7DC color RGB value is (120,183,220).

  • red value is 120;
  • green value is 183;
  • blue value is 220.
RGB:
(120,183,220)
(47%,72%,86%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 220 of 255 = 86%

120
183
220

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

Portions of RGB colors in percentages

R + G + B =
120 + 183 + 220 = 523 (100%)
R 120 of 523 ~ 22.94%
G 183 of 523 ~ 34.99%
B 220 of 523 ~ 42.07%

%22.94
%34.99
%42.07

CMYK color model

#78B7DC color CMYK value is (45,17,0,14).

  • cyan value is 45.45%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(45,17,0,14)
C45M17Y0K14 
(45%,17%,0%,14%)
(0.45/0.17/0.00/0.14)	

CMYK percentages

%45.45
%16.82
%0
%13.73

Codes

Color #78B7DC in popluar color models

78B7DC
RGB120183220
HSL202°58.82%66.67%
HSB/HSV202°45.45%86.27%
CMYK45.45%16.82%0.00%
13.73%

Color #78B7DC in popluar number systems.

HEX78B7DC
Decimal120183220
Binary11110001011011111011100
Octal170267334

Shades and tints

Shades of #78B7DC

#78B7DC
(120,183,220)
#6EA7C8
(110,167,200)
#6497B4
(100,151,180)
#5A87A0
(90,135,160)
#50778C
(80,119,140)
#466778
(70,103,120)
#3C5764
(60,87,100)
#324750
(50,71,80)
#28373C
(40,55,60)
#1E2728
(30,39,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #78B7DC

#78B7DC
(120,183,220)
#84BDDF
(132,189,223)
#90C3E2
(144,195,226)
#9CC9E5
(156,201,229)
#A8CFE8
(168,207,232)
#B4D5EB
(180,213,235)
#C0DBEE
(192,219,238)
#CCE1F1
(204,225,241)
#D8E7F4
(216,231,244)
#E4EDF7
(228,237,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B7DC color. Also use rgb(120,183,220) instead hex code.

Text Font Color

.myTextColor { color: #78B7DC; }

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

This text font color is #78B7DC.


Background Color

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

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

This div background color is #78B7DC.


Border color

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

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

This div border color is #78B7DC.


Opacity

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

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

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

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

This text has shadow with #78B7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B7DC on black background.


Color preview on white background

This text has color #78B7DC on white background.



Black color preview on #78B7DC background

This text has black color on #78B7DC background.


White color preview on #78B7DC background

This text has white color on #78B7DC background.