COLOR #78BAC6

HEX: #78BAC6
RGB: (120,186,198)

Color info

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

RGB color model

#78BAC6 color RGB value is (120,186,198).

  • red value is 120;
  • green value is 186;
  • blue value is 198.
RGB:
(120,186,198)
(47%,73%,78%)

RGB channels and saturation

R 120 of 255 = 47%
G 186 of 255 = 73%
B 198 of 255 = 78%

120
186
198

R + G + B ~ 66%. #78BAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 186 + 198 = 504 (100%)
R 120 of 504 ~ 23.81%
G 186 of 504 ~ 36.9%
B 198 of 504 ~ 39.29%

%23.81
%36.9
%39.29

CMYK color model

#78BAC6 color CMYK value is (39,6,0,22).

  • cyan value is 39.39%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(39,6,0,22)
C39M6Y0K22 
(39%,6%,0%,22%)
(0.39/0.06/0.00/0.22)	

CMYK percentages

%39.39
%6.06
%0
%22.35

Codes

Color #78BAC6 in popluar color models

78BAC6
RGB120186198
HSL189°40.63%62.35%
HSB/HSV189°39.39%77.65%
CMYK39.39%6.06%0.00%
22.35%

Color #78BAC6 in popluar number systems.

HEX78BAC6
Decimal120186198
Binary11110001011101011000110
Octal170272306

Shades and tints

Shades of #78BAC6

#78BAC6
(120,186,198)
#6EAAB4
(110,170,180)
#649AA2
(100,154,162)
#5A8A90
(90,138,144)
#507A7E
(80,122,126)
#466A6C
(70,106,108)
#3C5A5A
(60,90,90)
#324A48
(50,74,72)
#283A36
(40,58,54)
#1E2A24
(30,42,36)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #78BAC6

#78BAC6
(120,186,198)
#84C0CB
(132,192,203)
#90C6D0
(144,198,208)
#9CCCD5
(156,204,213)
#A8D2DA
(168,210,218)
#B4D8DF
(180,216,223)
#C0DEE4
(192,222,228)
#CCE4E9
(204,228,233)
#D8EAEE
(216,234,238)
#E4F0F3
(228,240,243)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BAC6 color. Also use rgb(120,186,198) instead hex code.

Text Font Color

.myTextColor { color: #78BAC6; }

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

This text font color is #78BAC6.


Background Color

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

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

This div background color is #78BAC6.


Border color

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

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

This div border color is #78BAC6.


Opacity

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

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

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

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

This text has shadow with #78BAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BAC6 on black background.


Color preview on white background

This text has color #78BAC6 on white background.



Black color preview on #78BAC6 background

This text has black color on #78BAC6 background.


White color preview on #78BAC6 background

This text has white color on #78BAC6 background.