COLOR #78BADB

HEX: #78BADB RGB: (120,186,219)

Color info

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

RGB color model

#78BADB color RGB value is (120,186,219).

RGB: (120,186,219) (47%, 73%, 86%)

RGB channels and saturation

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

120
186
219

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

Portions of RGB colors in percentages

R + G + B = 120 + 186 + 219 = 525 (100%)
R 120 of 525 ~ 22.86%
G 186 of 525 ~ 35.43%
B 219 of 525 ~ 41.71'%

%22.86
%35.43
%41.71

CMYK color model

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

  • cyan value is 45.21%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (45,15,0,14)
C45M15Y0K14 (45%, 15%, 0%, 14%)
(0.45 / 0.15 / 0.00 / 0.14)

CMYK percentages

%45.21
%15.07
%0
%14.12

Codes

Color #78BADB in popluar color models

78 BA DB
RGB 120 186 219
HSL 200° 57.89% 66.47%
HSB/HSV 200° 45.21% 85.88%
CMYK 45.21% 15.07% 0.00%
14.12%

Color #78BADB in popluar number systems.

HEX 78 BA DB
Decimal 120 186 219
Binary 1111000 10111010 11011011
Octal 170 272 333

Shades and tints

Shades of #78BADB

#78BADB
(120,186,219)
#6EAAC8
(110,170,200)
#649AB5
(100,154,181)
#5A8AA2
(90,138,162)
#507A8F
(80,122,143)
#466A7C
(70,106,124)
#3C5A69
(60,90,105)
#324A56
(50,74,86)
#283A43
(40,58,67)
#1E2A30
(30,42,48)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #78BADB

#78BADB
(120,186,219)
#84C0DE
(132,192,222)
#90C6E1
(144,198,225)
#9CCCE4
(156,204,228)
#A8D2E7
(168,210,231)
#B4D8EA
(180,216,234)
#C0DEED
(192,222,237)
#CCE4F0
(204,228,240)
#D8EAF3
(216,234,243)
#E4F0F6
(228,240,246)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BADB; }

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

This text font color is #78BADB.

Background Color

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

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

This div background color is #78BADB.

Border color

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

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

This div border color is #78BADB.

Opacity

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

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

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

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

This text has shadow with #78BADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BADB.

Preview

Color preview on black background

This text has color #78BADB on black background.


Color preview on white background

This text has color #78BADB on white background.


Black color preview on #78BADB background

This text has black color on #78BADB background.


White color preview on #78BADB background

This text has white color on #78BADB background.


Related colors

Complementary color

Complementary color for #hex is #874524.


I love getcolorcode.com

Triadic colors

1 #DB78BA and #BADB78 with #78BADB are triadic colors.

2 #DBBA78 and #BA78DB with #78BADB are triadic colors.