COLOR #78B4CA

HEX: #78B4CA
RGB: (120,180,202)

Color info

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

RGB color model

#78B4CA color RGB value is (120,180,202).

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

RGB channels and saturation

R 120 of 255 = 47%
G 180 of 255 = 71%
B 202 of 255 = 79%

120
180
202

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

Portions of RGB colors in percentages

R + G + B =
120 + 180 + 202 = 502 (100%)
R 120 of 502 ~ 23.9%
G 180 of 502 ~ 35.86%
B 202 of 502 ~ 40.24%

%23.9
%35.86
%40.24

CMYK color model

#78B4CA color CMYK value is (41,11,0,21).

  • cyan value is 40.59%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(41,11,0,21)
C41M11Y0K21 
(41%,11%,0%,21%)
(0.41/0.11/0.00/0.21)	

CMYK percentages

%40.59
%10.89
%0
%20.78

Codes

Color #78B4CA in popluar color models

78B4CA
RGB120180202
HSL196°43.62%63.14%
HSB/HSV196°40.59%79.22%
CMYK40.59%10.89%0.00%
20.78%

Color #78B4CA in popluar number systems.

HEX78B4CA
Decimal120180202
Binary11110001011010011001010
Octal170264312

Shades and tints

Shades of #78B4CA

#78B4CA
(120,180,202)
#6EA4B8
(110,164,184)
#6494A6
(100,148,166)
#5A8494
(90,132,148)
#507482
(80,116,130)
#466470
(70,100,112)
#3C545E
(60,84,94)
#32444C
(50,68,76)
#28343A
(40,52,58)
#1E2428
(30,36,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #78B4CA

#78B4CA
(120,180,202)
#84BACE
(132,186,206)
#90C0D2
(144,192,210)
#9CC6D6
(156,198,214)
#A8CCDA
(168,204,218)
#B4D2DE
(180,210,222)
#C0D8E2
(192,216,226)
#CCDEE6
(204,222,230)
#D8E4EA
(216,228,234)
#E4EAEE
(228,234,238)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B4CA; }

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

This text font color is #78B4CA.


Background Color

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

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

This div background color is #78B4CA.


Border color

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

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

This div border color is #78B4CA.


Opacity

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

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

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

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

This text has shadow with #78B4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B4CA on black background.


Color preview on white background

This text has color #78B4CA on white background.



Black color preview on #78B4CA background

This text has black color on #78B4CA background.


White color preview on #78B4CA background

This text has white color on #78B4CA background.