COLOR #78B9ED

HEX: #78B9ED
RGB: (120,185,237)

Color info

#78B9ED contains mainly green and blue colors. Web safe color of #78B9ED is #66CCFF (or #6CF).

RGB color model

#78B9ED color RGB value is (120,185,237).

  • red value is 120;
  • green value is 185;
  • blue value is 237.
RGB:
(120,185,237)
(47%,73%,93%)

RGB channels and saturation

R 120 of 255 = 47%
G 185 of 255 = 73%
B 237 of 255 = 93%

120
185
237

R + G + B ~ 71%. #78B9ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 185 + 237 = 542 (100%)
R 120 of 542 ~ 22.14%
G 185 of 542 ~ 34.13%
B 237 of 542 ~ 43.73%

%22.14
%34.13
%43.73

CMYK color model

#78B9ED color CMYK value is (49,22,0,7).

  • cyan value is 49.37%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(49,22,0,7)
C49M22Y0K7 
(49%,22%,0%,7%)
(0.49/0.22/0.00/0.07)	

CMYK percentages

%49.37
%21.94
%0
%7.06

Codes

Color #78B9ED in popluar color models

78B9ED
RGB120185237
HSL207°76.47%70.00%
HSB/HSV207°49.37%92.94%
CMYK49.37%21.94%0.00%
7.06%

Color #78B9ED in popluar number systems.

HEX78B9ED
Decimal120185237
Binary11110001011100111101101
Octal170271355

Shades and tints

Shades of #78B9ED

#78B9ED
(120,185,237)
#6EA9D8
(110,169,216)
#6499C3
(100,153,195)
#5A89AE
(90,137,174)
#507999
(80,121,153)
#466984
(70,105,132)
#3C596F
(60,89,111)
#32495A
(50,73,90)
#283945
(40,57,69)
#1E2930
(30,41,48)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #78B9ED

#78B9ED
(120,185,237)
#84BFEE
(132,191,238)
#90C5EF
(144,197,239)
#9CCBF0
(156,203,240)
#A8D1F1
(168,209,241)
#B4D7F2
(180,215,242)
#C0DDF3
(192,221,243)
#CCE3F4
(204,227,244)
#D8E9F5
(216,233,245)
#E4EFF6
(228,239,246)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B9ED color. Also use rgb(120,185,237) instead hex code.

Text Font Color

.myTextColor { color: #78B9ED; }

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

This text font color is #78B9ED.


Background Color

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

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

This div background color is #78B9ED.


Border color

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

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

This div border color is #78B9ED.


Opacity

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

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

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

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

This text has shadow with #78B9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B9ED on black background.


Color preview on white background

This text has color #78B9ED on white background.



Black color preview on #78B9ED background

This text has black color on #78B9ED background.


White color preview on #78B9ED background

This text has white color on #78B9ED background.