COLOR #7FAD86

HEX: #7FAD86 RGB: (127,173,134)

Color info

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

RGB color model

#7FAD86 color RGB value is (127,173,134).

RGB: (127,173,134) (50%, 68%, 53%)

RGB channels and saturation

R 127 of 255 = 50%
G 173 of 255 = 68%
B 134 of 255 = 53%

127
173
134

R + G + B ~ 57%. #7FAD86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 173 + 134 = 434 (100%)
R 127 of 434 ~ 29.26%
G 173 of 434 ~ 39.86%
B 134 of 434 ~ 30.88'%

%29.26
%39.86
%30.88

CMYK color model

#7FAD86 color CMYK value is (27,0,23,32).

  • cyan value is 26.59%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 32.16%

CMYK: (27,0,23,32)
C27M0Y23K32 (27%, 0%, 23%, 32%)
(0.27 / 0.00 / 0.23 / 0.32)

CMYK percentages

%26.59
%0
%22.54
%32.16

Codes

Color #7FAD86 in popluar color models

7F AD 86
RGB 127 173 134
HSL 129° 21.90% 58.82%
HSB/HSV 129° 26.59% 67.84%
CMYK 26.59% 0.00% 22.54%
32.16%

Color #7FAD86 in popluar number systems.

HEX 7F AD 86
Decimal 127 173 134
Binary 1111111 10101101 10000110
Octal 177 255 206

Shades and tints

Shades of #7FAD86

#7FAD86
(127,173,134)
#749E7A
(116,158,122)
#698F6E
(105,143,110)
#5E8062
(94,128,98)
#537156
(83,113,86)
#48624A
(72,98,74)
#3D533E
(61,83,62)
#324432
(50,68,50)
#273526
(39,53,38)
#1C261A
(28,38,26)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #7FAD86

#7FAD86
(127,173,134)
#8AB491
(138,180,145)
#95BB9C
(149,187,156)
#A0C2A7
(160,194,167)
#ABC9B2
(171,201,178)
#B6D0BD
(182,208,189)
#C1D7C8
(193,215,200)
#CCDED3
(204,222,211)
#D7E5DE
(215,229,222)
#E2ECE9
(226,236,233)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAD86 color. Also use rgb(127,173,134) instead hex code.

Text Font Color

.myTextColor { color: #7FAD86; }

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

This text font color is #7FAD86.

Background Color

.myBgColor { background-color: #7FAD86; }

<div style="background-color:#7FAD86">Inner text</div>

This div background color is #7FAD86.

Border color

.myBorderColor { border: 1px solid #7FAD86; }

<div style="border:3px solid #7FAD86">Div</div>

This div border color is #7FAD86.

Opacity

.myOpacity80 { color: #7FAD86; opacity: 0.8; }

<p style="color:#7FAD86;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FAD86 color.


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

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

This text has shadow with #7FAD86 primary color and red secondary color.


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

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

This text has shadow with #7FAD86 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7FAD86.

Preview

Color preview on black background

This text has color #7FAD86 on black background.


Color preview on white background

This text has color #7FAD86 on white background.


Black color preview on #7FAD86 background

This text has black color on #7FAD86 background.


White color preview on #7FAD86 background

This text has white color on #7FAD86 background.


Related colors

Complementary color

Complementary color for #hex is #805279.


I love getcolorcode.com

Triadic colors

1 #867FAD and #AD867F with #7FAD86 are triadic colors.

2 #86AD7F and #AD7F86 with #7FAD86 are triadic colors.