COLOR #78A2BE

HEX: #78A2BE
RGB: (120,162,190)

Color info

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

RGB color model

#78A2BE color RGB value is (120,162,190).

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

RGB channels and saturation

R 120 of 255 = 47%
G 162 of 255 = 64%
B 190 of 255 = 75%

120
162
190

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

Portions of RGB colors in percentages

R + G + B =
120 + 162 + 190 = 472 (100%)
R 120 of 472 ~ 25.42%
G 162 of 472 ~ 34.32%
B 190 of 472 ~ 40.25%

%25.42
%34.32
%40.25

CMYK color model

#78A2BE color CMYK value is (37,15,0,25).

  • cyan value is 36.84%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,15,0,25)
C37M15Y0K25 
(37%,15%,0%,25%)
(0.37/0.15/0.00/0.25)	

CMYK percentages

%36.84
%14.74
%0
%25.49

Codes

Color #78A2BE in popluar color models

78A2BE
RGB120162190
HSL204°35.00%60.78%
HSB/HSV204°36.84%74.51%
CMYK36.84%14.74%0.00%
25.49%

Color #78A2BE in popluar number systems.

HEX78A2BE
Decimal120162190
Binary11110001010001010111110
Octal170242276

Shades and tints

Shades of #78A2BE

#78A2BE
(120,162,190)
#6E94AD
(110,148,173)
#64869C
(100,134,156)
#5A788B
(90,120,139)
#506A7A
(80,106,122)
#465C69
(70,92,105)
#3C4E58
(60,78,88)
#324047
(50,64,71)
#283236
(40,50,54)
#1E2425
(30,36,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #78A2BE

#78A2BE
(120,162,190)
#84AAC3
(132,170,195)
#90B2C8
(144,178,200)
#9CBACD
(156,186,205)
#A8C2D2
(168,194,210)
#B4CAD7
(180,202,215)
#C0D2DC
(192,210,220)
#CCDAE1
(204,218,225)
#D8E2E6
(216,226,230)
#E4EAEB
(228,234,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A2BE; }

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

This text font color is #78A2BE.


Background Color

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

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

This div background color is #78A2BE.


Border color

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

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

This div border color is #78A2BE.


Opacity

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

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

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

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

This text has shadow with #78A2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A2BE on black background.


Color preview on white background

This text has color #78A2BE on white background.



Black color preview on #78A2BE background

This text has black color on #78A2BE background.


White color preview on #78A2BE background

This text has white color on #78A2BE background.