COLOR #78B1E9

HEX: #78B1E9
RGB: (120,177,233)

Color info

#78B1E9 contains mainly green and blue colors. Web safe color of #78B1E9 is #6699FF (or #69F).

RGB color model

#78B1E9 color RGB value is (120,177,233).

  • red value is 120;
  • green value is 177;
  • blue value is 233.
RGB:
(120,177,233)
(47%,69%,91%)

RGB channels and saturation

R 120 of 255 = 47%
G 177 of 255 = 69%
B 233 of 255 = 91%

120
177
233

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

Portions of RGB colors in percentages

R + G + B =
120 + 177 + 233 = 530 (100%)
R 120 of 530 ~ 22.64%
G 177 of 530 ~ 33.4%
B 233 of 530 ~ 43.96%

%22.64
%33.4
%43.96

CMYK color model

#78B1E9 color CMYK value is (48,24,0,9).

  • cyan value is 48.50%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(48,24,0,9)
C48M24Y0K9 
(48%,24%,0%,9%)
(0.48/0.24/0.00/0.09)	

CMYK percentages

%48.5
%24.03
%0
%8.63

Codes

Color #78B1E9 in popluar color models

78B1E9
RGB120177233
HSL210°71.97%69.22%
HSB/HSV210°48.50%91.37%
CMYK48.50%24.03%0.00%
8.63%

Color #78B1E9 in popluar number systems.

HEX78B1E9
Decimal120177233
Binary11110001011000111101001
Octal170261351

Shades and tints

Shades of #78B1E9

#78B1E9
(120,177,233)
#6EA1D4
(110,161,212)
#6491BF
(100,145,191)
#5A81AA
(90,129,170)
#507195
(80,113,149)
#466180
(70,97,128)
#3C516B
(60,81,107)
#324156
(50,65,86)
#283141
(40,49,65)
#1E212C
(30,33,44)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #78B1E9

#78B1E9
(120,177,233)
#84B8EB
(132,184,235)
#90BFED
(144,191,237)
#9CC6EF
(156,198,239)
#A8CDF1
(168,205,241)
#B4D4F3
(180,212,243)
#C0DBF5
(192,219,245)
#CCE2F7
(204,226,247)
#D8E9F9
(216,233,249)
#E4F0FB
(228,240,251)
#F0F7FD
(240,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B1E9 color. Also use rgb(120,177,233) instead hex code.

Text Font Color

.myTextColor { color: #78B1E9; }

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

This text font color is #78B1E9.


Background Color

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

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

This div background color is #78B1E9.


Border color

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

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

This div border color is #78B1E9.


Opacity

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

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

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

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

This text has shadow with #78B1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B1E9 on black background.


Color preview on white background

This text has color #78B1E9 on white background.



Black color preview on #78B1E9 background

This text has black color on #78B1E9 background.


White color preview on #78B1E9 background

This text has white color on #78B1E9 background.