COLOR #78A1BE

HEX: #78A1BE
RGB: (120,161,190)

Color info

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

RGB color model

#78A1BE color RGB value is (120,161,190).

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

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 190 of 255 = 75%

120
161
190

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

Portions of RGB colors in percentages

R + G + B =
120 + 161 + 190 = 471 (100%)
R 120 of 471 ~ 25.48%
G 161 of 471 ~ 34.18%
B 190 of 471 ~ 40.34%

%25.48
%34.18
%40.34

CMYK color model

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

  • cyan value is 36.84%
  • magenta value is 15.26%
  • 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
%15.26
%0
%25.49

Codes

Color #78A1BE in popluar color models

78A1BE
RGB120161190
HSL205°35.00%60.78%
HSB/HSV205°36.84%74.51%
CMYK36.84%15.26%0.00%
25.49%

Color #78A1BE in popluar number systems.

HEX78A1BE
Decimal120161190
Binary11110001010000110111110
Octal170241276

Shades and tints

Shades of #78A1BE

#78A1BE
(120,161,190)
#6E93AD
(110,147,173)
#64859C
(100,133,156)
#5A778B
(90,119,139)
#50697A
(80,105,122)
#465B69
(70,91,105)
#3C4D58
(60,77,88)
#323F47
(50,63,71)
#283136
(40,49,54)
#1E2325
(30,35,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #78A1BE

#78A1BE
(120,161,190)
#84A9C3
(132,169,195)
#90B1C8
(144,177,200)
#9CB9CD
(156,185,205)
#A8C1D2
(168,193,210)
#B4C9D7
(180,201,215)
#C0D1DC
(192,209,220)
#CCD9E1
(204,217,225)
#D8E1E6
(216,225,230)
#E4E9EB
(228,233,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A1BE; }

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

This text font color is #78A1BE.


Background Color

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

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

This div background color is #78A1BE.


Border color

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

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

This div border color is #78A1BE.


Opacity

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

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

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

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

This text has shadow with #78A1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A1BE on black background.


Color preview on white background

This text has color #78A1BE on white background.



Black color preview on #78A1BE background

This text has black color on #78A1BE background.


White color preview on #78A1BE background

This text has white color on #78A1BE background.