COLOR #78BBCA

HEX: #78BBCA
RGB: (120,187,202)

Color info

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

RGB color model

#78BBCA color RGB value is (120,187,202).

  • red value is 120;
  • green value is 187;
  • blue value is 202.
RGB:
(120,187,202)
(47%,73%,79%)

RGB channels and saturation

R 120 of 255 = 47%
G 187 of 255 = 73%
B 202 of 255 = 79%

120
187
202

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

Portions of RGB colors in percentages

R + G + B =
120 + 187 + 202 = 509 (100%)
R 120 of 509 ~ 23.58%
G 187 of 509 ~ 36.74%
B 202 of 509 ~ 39.69%

%23.58
%36.74
%39.69

CMYK color model

#78BBCA color CMYK value is (41,7,0,21).

  • cyan value is 40.59%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(41,7,0,21)
C41M7Y0K21 
(41%,7%,0%,21%)
(0.41/0.07/0.00/0.21)	

CMYK percentages

%40.59
%7.43
%0
%20.78

Codes

Color #78BBCA in popluar color models

78BBCA
RGB120187202
HSL191°43.62%63.14%
HSB/HSV191°40.59%79.22%
CMYK40.59%7.43%0.00%
20.78%

Color #78BBCA in popluar number systems.

HEX78BBCA
Decimal120187202
Binary11110001011101111001010
Octal170273312

Shades and tints

Shades of #78BBCA

#78BBCA
(120,187,202)
#6EAAB8
(110,170,184)
#6499A6
(100,153,166)
#5A8894
(90,136,148)
#507782
(80,119,130)
#466670
(70,102,112)
#3C555E
(60,85,94)
#32444C
(50,68,76)
#28333A
(40,51,58)
#1E2228
(30,34,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #78BBCA

#78BBCA
(120,187,202)
#84C1CE
(132,193,206)
#90C7D2
(144,199,210)
#9CCDD6
(156,205,214)
#A8D3DA
(168,211,218)
#B4D9DE
(180,217,222)
#C0DFE2
(192,223,226)
#CCE5E6
(204,229,230)
#D8EBEA
(216,235,234)
#E4F1EE
(228,241,238)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BBCA color. Also use rgb(120,187,202) instead hex code.

Text Font Color

.myTextColor { color: #78BBCA; }

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

This text font color is #78BBCA.


Background Color

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

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

This div background color is #78BBCA.


Border color

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

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

This div border color is #78BBCA.


Opacity

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

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

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

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

This text has shadow with #78BBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BBCA on black background.


Color preview on white background

This text has color #78BBCA on white background.



Black color preview on #78BBCA background

This text has black color on #78BBCA background.


White color preview on #78BBCA background

This text has white color on #78BBCA background.