COLOR #78B2CE

HEX: #78B2CE
RGB: (120,178,206)

Color info

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

RGB color model

#78B2CE color RGB value is (120,178,206).

  • red value is 120;
  • green value is 178;
  • blue value is 206.
RGB:
(120,178,206)
(47%,70%,81%)

RGB channels and saturation

R 120 of 255 = 47%
G 178 of 255 = 70%
B 206 of 255 = 81%

120
178
206

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

Portions of RGB colors in percentages

R + G + B =
120 + 178 + 206 = 504 (100%)
R 120 of 504 ~ 23.81%
G 178 of 504 ~ 35.32%
B 206 of 504 ~ 40.87%

%23.81
%35.32
%40.87

CMYK color model

#78B2CE color CMYK value is (42,14,0,19).

  • cyan value is 41.75%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(42,14,0,19)
C42M14Y0K19 
(42%,14%,0%,19%)
(0.42/0.14/0.00/0.19)	

CMYK percentages

%41.75
%13.59
%0
%19.22

Codes

Color #78B2CE in popluar color models

78B2CE
RGB120178206
HSL200°46.74%63.92%
HSB/HSV200°41.75%80.78%
CMYK41.75%13.59%0.00%
19.22%

Color #78B2CE in popluar number systems.

HEX78B2CE
Decimal120178206
Binary11110001011001011001110
Octal170262316

Shades and tints

Shades of #78B2CE

#78B2CE
(120,178,206)
#6EA2BC
(110,162,188)
#6492AA
(100,146,170)
#5A8298
(90,130,152)
#507286
(80,114,134)
#466274
(70,98,116)
#3C5262
(60,82,98)
#324250
(50,66,80)
#28323E
(40,50,62)
#1E222C
(30,34,44)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #78B2CE

#78B2CE
(120,178,206)
#84B9D2
(132,185,210)
#90C0D6
(144,192,214)
#9CC7DA
(156,199,218)
#A8CEDE
(168,206,222)
#B4D5E2
(180,213,226)
#C0DCE6
(192,220,230)
#CCE3EA
(204,227,234)
#D8EAEE
(216,234,238)
#E4F1F2
(228,241,242)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B2CE color. Also use rgb(120,178,206) instead hex code.

Text Font Color

.myTextColor { color: #78B2CE; }

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

This text font color is #78B2CE.


Background Color

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

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

This div background color is #78B2CE.


Border color

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

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

This div border color is #78B2CE.


Opacity

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

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

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

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

This text has shadow with #78B2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B2CE on black background.


Color preview on white background

This text has color #78B2CE on white background.



Black color preview on #78B2CE background

This text has black color on #78B2CE background.


White color preview on #78B2CE background

This text has white color on #78B2CE background.