COLOR #78ADA0

HEX: #78ADA0
RGB: (120,173,160)

Color info

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

RGB color model

#78ADA0 color RGB value is (120,173,160).

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

RGB channels and saturation

R 120 of 255 = 47%
G 173 of 255 = 68%
B 160 of 255 = 63%

120
173
160

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

Portions of RGB colors in percentages

R + G + B =
120 + 173 + 160 = 453 (100%)
R 120 of 453 ~ 26.49%
G 173 of 453 ~ 38.19%
B 160 of 453 ~ 35.32%

%26.49
%38.19
%35.32

CMYK color model

#78ADA0 color CMYK value is (31,0,8,32).

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 32.16%
CMYK:
(31,0,8,32)
C31M0Y8K32 
(31%,0%,8%,32%)
(0.31/0.00/0.08/0.32)	

CMYK percentages

%30.64
%0
%7.51
%32.16

Codes

Color #78ADA0 in popluar color models

78ADA0
RGB120173160
HSL165°24.42%57.45%
HSB/HSV165°30.64%67.84%
CMYK30.64%0.00%7.51%
32.16%

Color #78ADA0 in popluar number systems.

HEX78ADA0
Decimal120173160
Binary11110001010110110100000
Octal170255240

Shades and tints

Shades of #78ADA0

#78ADA0
(120,173,160)
#6E9E92
(110,158,146)
#648F84
(100,143,132)
#5A8076
(90,128,118)
#507168
(80,113,104)
#46625A
(70,98,90)
#3C534C
(60,83,76)
#32443E
(50,68,62)
#283530
(40,53,48)
#1E2622
(30,38,34)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #78ADA0

#78ADA0
(120,173,160)
#84B4A8
(132,180,168)
#90BBB0
(144,187,176)
#9CC2B8
(156,194,184)
#A8C9C0
(168,201,192)
#B4D0C8
(180,208,200)
#C0D7D0
(192,215,208)
#CCDED8
(204,222,216)
#D8E5E0
(216,229,224)
#E4ECE8
(228,236,232)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78ADA0; }

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

This text font color is #78ADA0.


Background Color

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

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

This div background color is #78ADA0.


Border color

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

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

This div border color is #78ADA0.


Opacity

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

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

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

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

This text has shadow with #78ADA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78ADA0 on black background.


Color preview on white background

This text has color #78ADA0 on white background.



Black color preview on #78ADA0 background

This text has black color on #78ADA0 background.


White color preview on #78ADA0 background

This text has white color on #78ADA0 background.