COLOR #78AD86

HEX: #78AD86 RGB: (120,173,134)

Color info

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

RGB color model

#78AD86 color RGB value is (120,173,134).

RGB: (120,173,134) (47%, 68%, 53%)

RGB channels and saturation

R 120 of 255 = 47%
G 173 of 255 = 68%
B 134 of 255 = 53%

120
173
134

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

Portions of RGB colors in percentages

R + G + B = 120 + 173 + 134 = 427 (100%)
R 120 of 427 ~ 28.1%
G 173 of 427 ~ 40.52%
B 134 of 427 ~ 31.38'%

%28.1
%40.52
%31.38

CMYK color model

#78AD86 color CMYK value is (31,0,23,32).

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK: (31,0,23,32) C31M0Y23K32 (31%,0%,23%,32%) (0.31/0.00/0.23/0.32) 

CMYK percentages

%30.64
%0
%22.54
%32.16

Codes

Color #78AD86 in popluar color models

78 AD 86
RGB 120 173 134
HSL 136° 24.42% 57.45%
HSB/HSV 136° 30.64% 67.84%
CMYK 30.64% 0.00% 22.54%
32.16%

Color #78AD86 in popluar number systems.

HEX 78 AD 86
Decimal 120 173 134
Binary 1111000 10101101 10000110
Octal 170 255 206

Shades and tints

Shades of #78AD86

#78AD86
(120,173,134)
#6E9E7A
(110,158,122)
#648F6E
(100,143,110)
#5A8062
(90,128,98)
#507156
(80,113,86)
#46624A
(70,98,74)
#3C533E
(60,83,62)
#324432
(50,68,50)
#283526
(40,53,38)
#1E261A
(30,38,26)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #78AD86

#78AD86
(120,173,134)
#84B491
(132,180,145)
#90BB9C
(144,187,156)
#9CC2A7
(156,194,167)
#A8C9B2
(168,201,178)
#B4D0BD
(180,208,189)
#C0D7C8
(192,215,200)
#CCDED3
(204,222,211)
#D8E5DE
(216,229,222)
#E4ECE9
(228,236,233)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AD86; }

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

This text font color is #78AD86.

Background Color

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

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

This div background color is #78AD86.

Border color

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

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

This div border color is #78AD86.

Opacity

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

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

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

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

This text has shadow with #78AD86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AD86.

Preview

Color preview on black background

This text has color #78AD86 on black background.


Color preview on white background

This text has color #78AD86 on white background.


Black color preview on #78AD86 background

This text has black color on #78AD86 background.


White color preview on #78AD86 background

This text has white color on #78AD86 background.


Related colors

Complementary color

Complementary color for #hex is #875279.


I love getcolorcode.com

Triadic colors

1 #8678AD and #AD8678 with #78AD86 are triadic colors.

2 #86AD78 and #AD7886 with #78AD86 are triadic colors.