COLOR #78BADC

HEX: #78BADC
RGB: (120,186,220)

Color info

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

RGB color model

#78BADC color RGB value is (120,186,220).

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

RGB channels and saturation

R 120 of 255 = 47%
G 186 of 255 = 73%
B 220 of 255 = 86%

120
186
220

R + G + B ~ 69%. #78BADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 186 + 220 = 526 (100%)
R 120 of 526 ~ 22.81%
G 186 of 526 ~ 35.36%
B 220 of 526 ~ 41.83%

%22.81
%35.36
%41.83

CMYK color model

#78BADC color CMYK value is (45,15,0,14).

  • cyan value is 45.45%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(45,15,0,14)
C45M15Y0K14 
(45%,15%,0%,14%)
(0.45/0.15/0.00/0.14)	

CMYK percentages

%45.45
%15.45
%0
%13.73

Codes

Color #78BADC in popluar color models

78BADC
RGB120186220
HSL200°58.82%66.67%
HSB/HSV200°45.45%86.27%
CMYK45.45%15.45%0.00%
13.73%

Color #78BADC in popluar number systems.

HEX78BADC
Decimal120186220
Binary11110001011101011011100
Octal170272334

Shades and tints

Shades of #78BADC

#78BADC
(120,186,220)
#6EAAC8
(110,170,200)
#649AB4
(100,154,180)
#5A8AA0
(90,138,160)
#507A8C
(80,122,140)
#466A78
(70,106,120)
#3C5A64
(60,90,100)
#324A50
(50,74,80)
#283A3C
(40,58,60)
#1E2A28
(30,42,40)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #78BADC

#78BADC
(120,186,220)
#84C0DF
(132,192,223)
#90C6E2
(144,198,226)
#9CCCE5
(156,204,229)
#A8D2E8
(168,210,232)
#B4D8EB
(180,216,235)
#C0DEEE
(192,222,238)
#CCE4F1
(204,228,241)
#D8EAF4
(216,234,244)
#E4F0F7
(228,240,247)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BADC; }

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

This text font color is #78BADC.


Background Color

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

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

This div background color is #78BADC.


Border color

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

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

This div border color is #78BADC.


Opacity

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

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

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

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

This text has shadow with #78BADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BADC on black background.


Color preview on white background

This text has color #78BADC on white background.



Black color preview on #78BADC background

This text has black color on #78BADC background.


White color preview on #78BADC background

This text has white color on #78BADC background.