COLOR #78BDDB

HEX: #78BDDB
RGB: (120,189,219)

Color info

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

RGB color model

#78BDDB color RGB value is (120,189,219).

  • red value is 120;
  • green value is 189;
  • blue value is 219.
RGB:
(120,189,219)
(47%,74%,86%)

RGB channels and saturation

R 120 of 255 = 47%
G 189 of 255 = 74%
B 219 of 255 = 86%

120
189
219

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

Portions of RGB colors in percentages

R + G + B =
120 + 189 + 219 = 528 (100%)
R 120 of 528 ~ 22.73%
G 189 of 528 ~ 35.8%
B 219 of 528 ~ 41.48%

%22.73
%35.8
%41.48

CMYK color model

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

  • cyan value is 45.21%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(45,14,0,14)
C45M14Y0K14 
(45%,14%,0%,14%)
(0.45/0.14/0.00/0.14)	

CMYK percentages

%45.21
%13.7
%0
%14.12

Codes

Color #78BDDB in popluar color models

78BDDB
RGB120189219
HSL198°57.89%66.47%
HSB/HSV198°45.21%85.88%
CMYK45.21%13.70%0.00%
14.12%

Color #78BDDB in popluar number systems.

HEX78BDDB
Decimal120189219
Binary11110001011110111011011
Octal170275333

Shades and tints

Shades of #78BDDB

#78BDDB
(120,189,219)
#6EACC8
(110,172,200)
#649BB5
(100,155,181)
#5A8AA2
(90,138,162)
#50798F
(80,121,143)
#46687C
(70,104,124)
#3C5769
(60,87,105)
#324656
(50,70,86)
#283543
(40,53,67)
#1E2430
(30,36,48)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #78BDDB

#78BDDB
(120,189,219)
#84C3DE
(132,195,222)
#90C9E1
(144,201,225)
#9CCFE4
(156,207,228)
#A8D5E7
(168,213,231)
#B4DBEA
(180,219,234)
#C0E1ED
(192,225,237)
#CCE7F0
(204,231,240)
#D8EDF3
(216,237,243)
#E4F3F6
(228,243,246)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BDDB; }

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

This text font color is #78BDDB.


Background Color

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

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

This div background color is #78BDDB.


Border color

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

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

This div border color is #78BDDB.


Opacity

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

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

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

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

This text has shadow with #78BDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BDDB on black background.


Color preview on white background

This text has color #78BDDB on white background.



Black color preview on #78BDDB background

This text has black color on #78BDDB background.


White color preview on #78BDDB background

This text has white color on #78BDDB background.