COLOR #78BAC8

HEX: #78BAC8
RGB: (120,186,200)

Color info

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

RGB color model

#78BAC8 color RGB value is (120,186,200).

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

RGB channels and saturation

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

120
186
200

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

Portions of RGB colors in percentages

R + G + B =
120 + 186 + 200 = 506 (100%)
R 120 of 506 ~ 23.72%
G 186 of 506 ~ 36.76%
B 200 of 506 ~ 39.53%

%23.72
%36.76
%39.53

CMYK color model

#78BAC8 color CMYK value is (40,7,0,22).

  • cyan value is 40.00%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(40,7,0,22)
C40M7Y0K22 
(40%,7%,0%,22%)
(0.40/0.07/0.00/0.22)	

CMYK percentages

%40
%7
%0
%21.57

Codes

Color #78BAC8 in popluar color models

78BAC8
RGB120186200
HSL191°42.11%62.75%
HSB/HSV191°40.00%78.43%
CMYK40.00%7.00%0.00%
21.57%

Color #78BAC8 in popluar number systems.

HEX78BAC8
Decimal120186200
Binary11110001011101011001000
Octal170272310

Shades and tints

Shades of #78BAC8

#78BAC8
(120,186,200)
#6EAAB6
(110,170,182)
#649AA4
(100,154,164)
#5A8A92
(90,138,146)
#507A80
(80,122,128)
#466A6E
(70,106,110)
#3C5A5C
(60,90,92)
#324A4A
(50,74,74)
#283A38
(40,58,56)
#1E2A26
(30,42,38)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #78BAC8

#78BAC8
(120,186,200)
#84C0CD
(132,192,205)
#90C6D2
(144,198,210)
#9CCCD7
(156,204,215)
#A8D2DC
(168,210,220)
#B4D8E1
(180,216,225)
#C0DEE6
(192,222,230)
#CCE4EB
(204,228,235)
#D8EAF0
(216,234,240)
#E4F0F5
(228,240,245)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BAC8; }

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

This text font color is #78BAC8.


Background Color

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

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

This div background color is #78BAC8.


Border color

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

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

This div border color is #78BAC8.


Opacity

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

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

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

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

This text has shadow with #78BAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BAC8 on black background.


Color preview on white background

This text has color #78BAC8 on white background.



Black color preview on #78BAC8 background

This text has black color on #78BAC8 background.


White color preview on #78BAC8 background

This text has white color on #78BAC8 background.