COLOR #7FA99F

HEX: #7FA99F
RGB: (127,169,159)

Color info

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

RGB color model

#7FA99F color RGB value is (127,169,159).

  • red value is 127;
  • green value is 169;
  • blue value is 159.
RGB:
(127,169,159)
(50%,66%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 159 of 255 = 62%

127
169
159

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

Portions of RGB colors in percentages

R + G + B =
127 + 169 + 159 = 455 (100%)
R 127 of 455 ~ 27.91%
G 169 of 455 ~ 37.14%
B 159 of 455 ~ 34.95%

%27.91
%37.14
%34.95

CMYK color model

#7FA99F color CMYK value is (25,0,6,34).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%
CMYK:
(25,0,6,34)
C25M0Y6K34 
(25%,0%,6%,34%)
(0.25/0.00/0.06/0.34)	

CMYK percentages

%24.85
%0
%5.92
%33.73

Codes

Color #7FA99F in popluar color models

7FA99F
RGB127169159
HSL166°19.63%58.04%
HSB/HSV166°24.85%66.27%
CMYK24.85%0.00%5.92%
33.73%

Color #7FA99F in popluar number systems.

HEX7FA99F
Decimal127169159
Binary11111111010100110011111
Octal177251237

Shades and tints

Shades of #7FA99F

#7FA99F
(127,169,159)
#749A91
(116,154,145)
#698B83
(105,139,131)
#5E7C75
(94,124,117)
#536D67
(83,109,103)
#485E59
(72,94,89)
#3D4F4B
(61,79,75)
#32403D
(50,64,61)
#27312F
(39,49,47)
#1C2221
(28,34,33)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #7FA99F

#7FA99F
(127,169,159)
#8AB0A7
(138,176,167)
#95B7AF
(149,183,175)
#A0BEB7
(160,190,183)
#ABC5BF
(171,197,191)
#B6CCC7
(182,204,199)
#C1D3CF
(193,211,207)
#CCDAD7
(204,218,215)
#D7E1DF
(215,225,223)
#E2E8E7
(226,232,231)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA99F color. Also use rgb(127,169,159) instead hex code.

Text Font Color

.myTextColor { color: #7FA99F; }

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

This text font color is #7FA99F.


Background Color

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

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

This div background color is #7FA99F.


Border color

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

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

This div border color is #7FA99F.


Opacity

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

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

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

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

This text has shadow with #7FA99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA99F on black background.


Color preview on white background

This text has color #7FA99F on white background.



Black color preview on #7FA99F background

This text has black color on #7FA99F background.


White color preview on #7FA99F background

This text has white color on #7FA99F background.