COLOR #78A2BC

HEX: #78A2BC
RGB: (120,162,188)

Color info

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

RGB color model

#78A2BC color RGB value is (120,162,188).

  • red value is 120;
  • green value is 162;
  • blue value is 188.
RGB:
(120,162,188)
(47%,64%,74%)

RGB channels and saturation

R 120 of 255 = 47%
G 162 of 255 = 64%
B 188 of 255 = 74%

120
162
188

R + G + B ~ 62%. #78A2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 162 + 188 = 470 (100%)
R 120 of 470 ~ 25.53%
G 162 of 470 ~ 34.47%
B 188 of 470 ~ 40%

%25.53
%34.47
%40

CMYK color model

#78A2BC color CMYK value is (36,14,0,26).

  • cyan value is 36.17%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(36,14,0,26)
C36M14Y0K26 
(36%,14%,0%,26%)
(0.36/0.14/0.00/0.26)	

CMYK percentages

%36.17
%13.83
%0
%26.27

Codes

Color #78A2BC in popluar color models

78A2BC
RGB120162188
HSL203°33.66%60.39%
HSB/HSV203°36.17%73.73%
CMYK36.17%13.83%0.00%
26.27%

Color #78A2BC in popluar number systems.

HEX78A2BC
Decimal120162188
Binary11110001010001010111100
Octal170242274

Shades and tints

Shades of #78A2BC

#78A2BC
(120,162,188)
#6E94AB
(110,148,171)
#64869A
(100,134,154)
#5A7889
(90,120,137)
#506A78
(80,106,120)
#465C67
(70,92,103)
#3C4E56
(60,78,86)
#324045
(50,64,69)
#283234
(40,50,52)
#1E2423
(30,36,35)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #78A2BC

#78A2BC
(120,162,188)
#84AAC2
(132,170,194)
#90B2C8
(144,178,200)
#9CBACE
(156,186,206)
#A8C2D4
(168,194,212)
#B4CADA
(180,202,218)
#C0D2E0
(192,210,224)
#CCDAE6
(204,218,230)
#D8E2EC
(216,226,236)
#E4EAF2
(228,234,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A2BC color. Also use rgb(120,162,188) instead hex code.

Text Font Color

.myTextColor { color: #78A2BC; }

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

This text font color is #78A2BC.


Background Color

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

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

This div background color is #78A2BC.


Border color

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

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

This div border color is #78A2BC.


Opacity

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

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

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

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

This text has shadow with #78A2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A2BC on black background.


Color preview on white background

This text has color #78A2BC on white background.



Black color preview on #78A2BC background

This text has black color on #78A2BC background.


White color preview on #78A2BC background

This text has white color on #78A2BC background.