COLOR #78A6B6

HEX: #78A6B6
RGB: (120,166,182)

Color info

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

RGB color model

#78A6B6 color RGB value is (120,166,182).

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

RGB channels and saturation

R 120 of 255 = 47%
G 166 of 255 = 65%
B 182 of 255 = 71%

120
166
182

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

Portions of RGB colors in percentages

R + G + B =
120 + 166 + 182 = 468 (100%)
R 120 of 468 ~ 25.64%
G 166 of 468 ~ 35.47%
B 182 of 468 ~ 38.89%

%25.64
%35.47
%38.89

CMYK color model

#78A6B6 color CMYK value is (34,9,0,29).

  • cyan value is 34.07%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(34,9,0,29)
C34M9Y0K29 
(34%,9%,0%,29%)
(0.34/0.09/0.00/0.29)	

CMYK percentages

%34.07
%8.79
%0
%28.63

Codes

Color #78A6B6 in popluar color models

78A6B6
RGB120166182
HSL195°29.81%59.22%
HSB/HSV195°34.07%71.37%
CMYK34.07%8.79%0.00%
28.63%

Color #78A6B6 in popluar number systems.

HEX78A6B6
Decimal120166182
Binary11110001010011010110110
Octal170246266

Shades and tints

Shades of #78A6B6

#78A6B6
(120,166,182)
#6E97A6
(110,151,166)
#648896
(100,136,150)
#5A7986
(90,121,134)
#506A76
(80,106,118)
#465B66
(70,91,102)
#3C4C56
(60,76,86)
#323D46
(50,61,70)
#282E36
(40,46,54)
#1E1F26
(30,31,38)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #78A6B6

#78A6B6
(120,166,182)
#84AEBC
(132,174,188)
#90B6C2
(144,182,194)
#9CBEC8
(156,190,200)
#A8C6CE
(168,198,206)
#B4CED4
(180,206,212)
#C0D6DA
(192,214,218)
#CCDEE0
(204,222,224)
#D8E6E6
(216,230,230)
#E4EEEC
(228,238,236)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A6B6; }

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

This text font color is #78A6B6.


Background Color

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

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

This div background color is #78A6B6.


Border color

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

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

This div border color is #78A6B6.


Opacity

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

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

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

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

This text has shadow with #78A6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A6B6 on black background.


Color preview on white background

This text has color #78A6B6 on white background.



Black color preview on #78A6B6 background

This text has black color on #78A6B6 background.


White color preview on #78A6B6 background

This text has white color on #78A6B6 background.