COLOR #78B2E2

HEX: #78B2E2
RGB: (120,178,226)

Color info

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

RGB color model

#78B2E2 color RGB value is (120,178,226).

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

RGB channels and saturation

R 120 of 255 = 47%
G 178 of 255 = 70%
B 226 of 255 = 89%

120
178
226

R + G + B ~ 69%. #78B2E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 178 + 226 = 524 (100%)
R 120 of 524 ~ 22.9%
G 178 of 524 ~ 33.97%
B 226 of 524 ~ 43.13%

%22.9
%33.97
%43.13

CMYK color model

#78B2E2 color CMYK value is (47,21,0,11).

  • cyan value is 46.90%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(47,21,0,11)
C47M21Y0K11 
(47%,21%,0%,11%)
(0.47/0.21/0.00/0.11)	

CMYK percentages

%46.9
%21.24
%0
%11.37

Codes

Color #78B2E2 in popluar color models

78B2E2
RGB120178226
HSL207°64.63%67.84%
HSB/HSV207°46.90%88.63%
CMYK46.90%21.24%0.00%
11.37%

Color #78B2E2 in popluar number systems.

HEX78B2E2
Decimal120178226
Binary11110001011001011100010
Octal170262342

Shades and tints

Shades of #78B2E2

#78B2E2
(120,178,226)
#6EA2CE
(110,162,206)
#6492BA
(100,146,186)
#5A82A6
(90,130,166)
#507292
(80,114,146)
#46627E
(70,98,126)
#3C526A
(60,82,106)
#324256
(50,66,86)
#283242
(40,50,66)
#1E222E
(30,34,46)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #78B2E2

#78B2E2
(120,178,226)
#84B9E4
(132,185,228)
#90C0E6
(144,192,230)
#9CC7E8
(156,199,232)
#A8CEEA
(168,206,234)
#B4D5EC
(180,213,236)
#C0DCEE
(192,220,238)
#CCE3F0
(204,227,240)
#D8EAF2
(216,234,242)
#E4F1F4
(228,241,244)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B2E2; }

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

This text font color is #78B2E2.


Background Color

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

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

This div background color is #78B2E2.


Border color

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

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

This div border color is #78B2E2.


Opacity

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

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

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

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

This text has shadow with #78B2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B2E2 on black background.


Color preview on white background

This text has color #78B2E2 on white background.



Black color preview on #78B2E2 background

This text has black color on #78B2E2 background.


White color preview on #78B2E2 background

This text has white color on #78B2E2 background.