COLOR #78B1CC

HEX: #78B1CC
RGB: (120,177,204)

Color info

#78B1CC contains mainly green and blue colors. Web safe color of #78B1CC is #6699CC (or #69C).

RGB color model

#78B1CC color RGB value is (120,177,204).

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

RGB channels and saturation

R 120 of 255 = 47%
G 177 of 255 = 69%
B 204 of 255 = 80%

120
177
204

R + G + B ~ 65%. #78B1CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 177 + 204 = 501 (100%)
R 120 of 501 ~ 23.95%
G 177 of 501 ~ 35.33%
B 204 of 501 ~ 40.72%

%23.95
%35.33
%40.72

CMYK color model

#78B1CC color CMYK value is (41,13,0,20).

  • cyan value is 41.18%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(41,13,0,20)
C41M13Y0K20 
(41%,13%,0%,20%)
(0.41/0.13/0.00/0.20)	

CMYK percentages

%41.18
%13.24
%0
%20

Codes

Color #78B1CC in popluar color models

78B1CC
RGB120177204
HSL199°45.16%63.53%
HSB/HSV199°41.18%80.00%
CMYK41.18%13.24%0.00%
20.00%

Color #78B1CC in popluar number systems.

HEX78B1CC
Decimal120177204
Binary11110001011000111001100
Octal170261314

Shades and tints

Shades of #78B1CC

#78B1CC
(120,177,204)
#6EA1BA
(110,161,186)
#6491A8
(100,145,168)
#5A8196
(90,129,150)
#507184
(80,113,132)
#466172
(70,97,114)
#3C5160
(60,81,96)
#32414E
(50,65,78)
#28313C
(40,49,60)
#1E212A
(30,33,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #78B1CC

#78B1CC
(120,177,204)
#84B8D0
(132,184,208)
#90BFD4
(144,191,212)
#9CC6D8
(156,198,216)
#A8CDDC
(168,205,220)
#B4D4E0
(180,212,224)
#C0DBE4
(192,219,228)
#CCE2E8
(204,226,232)
#D8E9EC
(216,233,236)
#E4F0F0
(228,240,240)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B1CC; }

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

This text font color is #78B1CC.


Background Color

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

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

This div background color is #78B1CC.


Border color

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

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

This div border color is #78B1CC.


Opacity

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

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

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

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

This text has shadow with #78B1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B1CC on black background.


Color preview on white background

This text has color #78B1CC on white background.



Black color preview on #78B1CC background

This text has black color on #78B1CC background.


White color preview on #78B1CC background

This text has white color on #78B1CC background.