COLOR #7FAC92

HEX: #7FAC92
RGB: (127,172,146)

Color info

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

RGB color model

#7FAC92 color RGB value is (127,172,146).

  • red value is 127;
  • green value is 172;
  • blue value is 146.
RGB:
(127,172,146)
(50%,67%,57%)

RGB channels and saturation

R 127 of 255 = 50%
G 172 of 255 = 67%
B 146 of 255 = 57%

127
172
146

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

Portions of RGB colors in percentages

R + G + B =
127 + 172 + 146 = 445 (100%)
R 127 of 445 ~ 28.54%
G 172 of 445 ~ 38.65%
B 146 of 445 ~ 32.81%

%28.54
%38.65
%32.81

CMYK color model

#7FAC92 color CMYK value is (26,0,15,33).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(26,0,15,33)
C26M0Y15K33 
(26%,0%,15%,33%)
(0.26/0.00/0.15/0.33)	

CMYK percentages

%26.16
%0
%15.12
%32.55

Codes

Color #7FAC92 in popluar color models

7FAC92
RGB127172146
HSL145°21.33%58.63%
HSB/HSV145°26.16%67.45%
CMYK26.16%0.00%15.12%
32.55%

Color #7FAC92 in popluar number systems.

HEX7FAC92
Decimal127172146
Binary11111111010110010010010
Octal177254222

Shades and tints

Shades of #7FAC92

#7FAC92
(127,172,146)
#749D85
(116,157,133)
#698E78
(105,142,120)
#5E7F6B
(94,127,107)
#53705E
(83,112,94)
#486151
(72,97,81)
#3D5244
(61,82,68)
#324337
(50,67,55)
#27342A
(39,52,42)
#1C251D
(28,37,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #7FAC92

#7FAC92
(127,172,146)
#8AB39B
(138,179,155)
#95BAA4
(149,186,164)
#A0C1AD
(160,193,173)
#ABC8B6
(171,200,182)
#B6CFBF
(182,207,191)
#C1D6C8
(193,214,200)
#CCDDD1
(204,221,209)
#D7E4DA
(215,228,218)
#E2EBE3
(226,235,227)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAC92; }

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

This text font color is #7FAC92.


Background Color

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

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

This div background color is #7FAC92.


Border color

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

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

This div border color is #7FAC92.


Opacity

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

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

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

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

This text has shadow with #7FAC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAC92 on black background.


Color preview on white background

This text has color #7FAC92 on white background.



Black color preview on #7FAC92 background

This text has black color on #7FAC92 background.


White color preview on #7FAC92 background

This text has white color on #7FAC92 background.