COLOR #7FAD92

HEX: #7FAD92 RGB: (127,173,146)

Color info

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

RGB color model

#7FAD92 color RGB value is (127,173,146).

RGB: (127,173,146) (50%, 68%, 57%)

RGB channels and saturation

R 127 of 255 = 50%
G 173 of 255 = 68%
B 146 of 255 = 57%

127
173
146

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

Portions of RGB colors in percentages

R + G + B = 127 + 173 + 146 = 446 (100%)
R 127 of 446 ~ 28.48%
G 173 of 446 ~ 38.79%
B 146 of 446 ~ 32.74'%

%28.48
%38.79
%32.74

CMYK color model

#7FAD92 color CMYK value is (27,0,16,32).

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

CMYK: (27,0,16,32)
C27M0Y16K32 (27%, 0%, 16%, 32%)
(0.27 / 0.00 / 0.16 / 0.32)

CMYK percentages

%26.59
%0
%15.61
%32.16

Codes

Color #7FAD92 in popluar color models

7F AD 92
RGB 127 173 146
HSL 145° 21.90% 58.82%
HSB/HSV 145° 26.59% 67.84%
CMYK 26.59% 0.00% 15.61%
32.16%

Color #7FAD92 in popluar number systems.

HEX 7F AD 92
Decimal 127 173 146
Binary 1111111 10101101 10010010
Octal 177 255 222

Shades and tints

Shades of #7FAD92

#7FAD92
(127,173,146)
#749E85
(116,158,133)
#698F78
(105,143,120)
#5E806B
(94,128,107)
#53715E
(83,113,94)
#486251
(72,98,81)
#3D5344
(61,83,68)
#324437
(50,68,55)
#27352A
(39,53,42)
#1C261D
(28,38,29)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #7FAD92

#7FAD92
(127,173,146)
#8AB49B
(138,180,155)
#95BBA4
(149,187,164)
#A0C2AD
(160,194,173)
#ABC9B6
(171,201,182)
#B6D0BF
(182,208,191)
#C1D7C8
(193,215,200)
#CCDED1
(204,222,209)
#D7E5DA
(215,229,218)
#E2ECE3
(226,236,227)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAD92; }

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

This text font color is #7FAD92.

Background Color

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

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

This div background color is #7FAD92.

Border color

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

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

This div border color is #7FAD92.

Opacity

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

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

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

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

This text has shadow with #7FAD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAD92.

Preview

Color preview on black background

This text has color #7FAD92 on black background.


Color preview on white background

This text has color #7FAD92 on white background.


Black color preview on #7FAD92 background

This text has black color on #7FAD92 background.


White color preview on #7FAD92 background

This text has white color on #7FAD92 background.


Related colors

Complementary color

Complementary color for #hex is #80526D.


I love getcolorcode.com

Triadic colors

1 #927FAD and #AD927F with #7FAD92 are triadic colors.

2 #92AD7F and #AD7F92 with #7FAD92 are triadic colors.