COLOR #78BDDE

HEX: #78BDDE RGB: (120,189,222)

Color info

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

RGB color model

#78BDDE color RGB value is (120,189,222).

RGB: (120,189,222) (47%, 74%, 87%)

RGB channels and saturation

R 120 of 255 = 47%
G 189 of 255 = 74%
B 222 of 255 = 87%

120
189
222

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

Portions of RGB colors in percentages

R + G + B = 120 + 189 + 222 = 531 (100%)
R 120 of 531 ~ 22.6%
G 189 of 531 ~ 35.59%
B 222 of 531 ~ 41.81'%

%22.6
%35.59
%41.81

CMYK color model

#78BDDE color CMYK value is (46,15,0,13).

  • cyan value is 45.95%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (46,15,0,13) C46M15Y0K13 (46%,15%,0%,13%) (0.46/0.15/0.00/0.13) 

CMYK percentages

%45.95
%14.86
%0
%12.94

Codes

Color #78BDDE in popluar color models

78 BD DE
RGB 120 189 222
HSL 199° 60.71% 67.06%
HSB/HSV 199° 45.95% 87.06%
CMYK 45.95% 14.86% 0.00%
12.94%

Color #78BDDE in popluar number systems.

HEX 78 BD DE
Decimal 120 189 222
Binary 1111000 10111101 11011110
Octal 170 275 336

Shades and tints

Shades of #78BDDE

#78BDDE
(120,189,222)
#6EACCA
(110,172,202)
#649BB6
(100,155,182)
#5A8AA2
(90,138,162)
#50798E
(80,121,142)
#46687A
(70,104,122)
#3C5766
(60,87,102)
#324652
(50,70,82)
#28353E
(40,53,62)
#1E242A
(30,36,42)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #78BDDE

#78BDDE
(120,189,222)
#84C3E1
(132,195,225)
#90C9E4
(144,201,228)
#9CCFE7
(156,207,231)
#A8D5EA
(168,213,234)
#B4DBED
(180,219,237)
#C0E1F0
(192,225,240)
#CCE7F3
(204,231,243)
#D8EDF6
(216,237,246)
#E4F3F9
(228,243,249)
#F0F9FC
(240,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BDDE; }

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

This text font color is #78BDDE.

Background Color

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

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

This div background color is #78BDDE.

Border color

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

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

This div border color is #78BDDE.

Opacity

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

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

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

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

This text has shadow with #78BDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BDDE.

Preview

Color preview on black background

This text has color #78BDDE on black background.


Color preview on white background

This text has color #78BDDE on white background.


Black color preview on #78BDDE background

This text has black color on #78BDDE background.


White color preview on #78BDDE background

This text has white color on #78BDDE background.


Related colors

Complementary color

Complementary color for #hex is #874221.


I love getcolorcode.com

Triadic colors

1 #DE78BD and #BDDE78 with #78BDDE are triadic colors.

2 #DEBD78 and #BD78DE with #78BDDE are triadic colors.