COLOR #78AD9D

HEX: #78AD9D RGB: (120,173,157)

Color info

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

RGB color model

#78AD9D color RGB value is (120,173,157).

RGB: (120,173,157) (47%, 68%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 173 of 255 = 68%
B 157 of 255 = 62%

120
173
157

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

Portions of RGB colors in percentages

R + G + B = 120 + 173 + 157 = 450 (100%)
R 120 of 450 ~ 26.67%
G 173 of 450 ~ 38.44%
B 157 of 450 ~ 34.89'%

%26.67
%38.44
%34.89

CMYK color model

#78AD9D color CMYK value is (31,0,9,32).

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 32.16%

CMYK: (31,0,9,32)
C31M0Y9K32 (31%, 0%, 9%, 32%)
(0.31 / 0.00 / 0.09 / 0.32)

CMYK percentages

%30.64
%0
%9.25
%32.16

Codes

Color #78AD9D in popluar color models

78 AD 9D
RGB 120 173 157
HSL 162° 24.42% 57.45%
HSB/HSV 162° 30.64% 67.84%
CMYK 30.64% 0.00% 9.25%
32.16%

Color #78AD9D in popluar number systems.

HEX 78 AD 9D
Decimal 120 173 157
Binary 1111000 10101101 10011101
Octal 170 255 235

Shades and tints

Shades of #78AD9D

#78AD9D
(120,173,157)
#6E9E8F
(110,158,143)
#648F81
(100,143,129)
#5A8073
(90,128,115)
#507165
(80,113,101)
#466257
(70,98,87)
#3C5349
(60,83,73)
#32443B
(50,68,59)
#28352D
(40,53,45)
#1E261F
(30,38,31)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #78AD9D

#78AD9D
(120,173,157)
#84B4A5
(132,180,165)
#90BBAD
(144,187,173)
#9CC2B5
(156,194,181)
#A8C9BD
(168,201,189)
#B4D0C5
(180,208,197)
#C0D7CD
(192,215,205)
#CCDED5
(204,222,213)
#D8E5DD
(216,229,221)
#E4ECE5
(228,236,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AD9D; }

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

This text font color is #78AD9D.

Background Color

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

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

This div background color is #78AD9D.

Border color

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

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

This div border color is #78AD9D.

Opacity

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

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

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

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

This text has shadow with #78AD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AD9D.

Preview

Color preview on black background

This text has color #78AD9D on black background.


Color preview on white background

This text has color #78AD9D on white background.


Black color preview on #78AD9D background

This text has black color on #78AD9D background.


White color preview on #78AD9D background

This text has white color on #78AD9D background.


Related colors

Complementary color

Complementary color for #hex is #875262.


I love getcolorcode.com

Triadic colors

1 #9D78AD and #AD9D78 with #78AD9D are triadic colors.

2 #9DAD78 and #AD789D with #78AD9D are triadic colors.