COLOR #78A0AC

HEX: #78A0AC
RGB: (120,160,172)

Color info

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

RGB color model

#78A0AC color RGB value is (120,160,172).

  • red value is 120;
  • green value is 160;
  • blue value is 172.
RGB:
(120,160,172)
(47%,63%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 160 of 255 = 63%
B 172 of 255 = 67%

120
160
172

R + G + B ~ 59%. #78A0AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 160 + 172 = 452 (100%)
R 120 of 452 ~ 26.55%
G 160 of 452 ~ 35.4%
B 172 of 452 ~ 38.05%

%26.55
%35.4
%38.05

CMYK color model

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

  • cyan value is 30.23%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(30,7,0,33)
C30M7Y0K33 
(30%,7%,0%,33%)
(0.30/0.07/0.00/0.33)	

CMYK percentages

%30.23
%6.98
%0
%32.55

Codes

Color #78A0AC in popluar color models

78A0AC
RGB120160172
HSL194°23.85%57.25%
HSB/HSV194°30.23%67.45%
CMYK30.23%6.98%0.00%
32.55%

Color #78A0AC in popluar number systems.

HEX78A0AC
Decimal120160172
Binary11110001010000010101100
Octal170240254

Shades and tints

Shades of #78A0AC

#78A0AC
(120,160,172)
#6E929D
(110,146,157)
#64848E
(100,132,142)
#5A767F
(90,118,127)
#506870
(80,104,112)
#465A61
(70,90,97)
#3C4C52
(60,76,82)
#323E43
(50,62,67)
#283034
(40,48,52)
#1E2225
(30,34,37)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #78A0AC

#78A0AC
(120,160,172)
#84A8B3
(132,168,179)
#90B0BA
(144,176,186)
#9CB8C1
(156,184,193)
#A8C0C8
(168,192,200)
#B4C8CF
(180,200,207)
#C0D0D6
(192,208,214)
#CCD8DD
(204,216,221)
#D8E0E4
(216,224,228)
#E4E8EB
(228,232,235)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A0AC color. Also use rgb(120,160,172) instead hex code.

Text Font Color

.myTextColor { color: #78A0AC; }

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

This text font color is #78A0AC.


Background Color

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

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

This div background color is #78A0AC.


Border color

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

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

This div border color is #78A0AC.


Opacity

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

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

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

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

This text has shadow with #78A0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A0AC on black background.


Color preview on white background

This text has color #78A0AC on white background.



Black color preview on #78A0AC background

This text has black color on #78A0AC background.


White color preview on #78A0AC background

This text has white color on #78A0AC background.