COLOR #78A6B3

HEX: #78A6B3
RGB: (120,166,179)

Color info

#78A6B3 contains red, green and blue colors in about the same proportion. Web safe color of #78A6B3 is #669999 (or #699).

RGB color model

#78A6B3 color RGB value is (120,166,179).

  • red value is 120;
  • green value is 166;
  • blue value is 179.
RGB:
(120,166,179)
(47%,65%,70%)

RGB channels and saturation

R 120 of 255 = 47%
G 166 of 255 = 65%
B 179 of 255 = 70%

120
166
179

R + G + B ~ 61%. #78A6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 166 + 179 = 465 (100%)
R 120 of 465 ~ 25.81%
G 166 of 465 ~ 35.7%
B 179 of 465 ~ 38.49%

%25.81
%35.7
%38.49

CMYK color model

#78A6B3 color CMYK value is (33,7,0,30).

  • cyan value is 32.96%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(33,7,0,30)
C33M7Y0K30 
(33%,7%,0%,30%)
(0.33/0.07/0.00/0.30)	

CMYK percentages

%32.96
%7.26
%0
%29.8

Codes

Color #78A6B3 in popluar color models

78A6B3
RGB120166179
HSL193°27.96%58.63%
HSB/HSV193°32.96%70.20%
CMYK32.96%7.26%0.00%
29.80%

Color #78A6B3 in popluar number systems.

HEX78A6B3
Decimal120166179
Binary11110001010011010110011
Octal170246263

Shades and tints

Shades of #78A6B3

#78A6B3
(120,166,179)
#6E97A3
(110,151,163)
#648893
(100,136,147)
#5A7983
(90,121,131)
#506A73
(80,106,115)
#465B63
(70,91,99)
#3C4C53
(60,76,83)
#323D43
(50,61,67)
#282E33
(40,46,51)
#1E1F23
(30,31,35)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #78A6B3

#78A6B3
(120,166,179)
#84AEB9
(132,174,185)
#90B6BF
(144,182,191)
#9CBEC5
(156,190,197)
#A8C6CB
(168,198,203)
#B4CED1
(180,206,209)
#C0D6D7
(192,214,215)
#CCDEDD
(204,222,221)
#D8E6E3
(216,230,227)
#E4EEE9
(228,238,233)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A6B3 color. Also use rgb(120,166,179) instead hex code.

Text Font Color

.myTextColor { color: #78A6B3; }

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

This text font color is #78A6B3.


Background Color

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

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

This div background color is #78A6B3.


Border color

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

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

This div border color is #78A6B3.


Opacity

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

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

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

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

This text has shadow with #78A6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A6B3 on black background.


Color preview on white background

This text has color #78A6B3 on white background.



Black color preview on #78A6B3 background

This text has black color on #78A6B3 background.


White color preview on #78A6B3 background

This text has white color on #78A6B3 background.