COLOR #7FA49F

HEX: #7FA49F
RGB: (127,164,159)

Color info

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

RGB color model

#7FA49F color RGB value is (127,164,159).

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

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 159 of 255 = 62%

127
164
159

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

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 159 = 450 (100%)
R 127 of 450 ~ 28.22%
G 164 of 450 ~ 36.44%
B 159 of 450 ~ 35.33%

%28.22
%36.44
%35.33

CMYK color model

#7FA49F color CMYK value is (23,0,3,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK:
(23,0,3,36)
C23M0Y3K36 
(23%,0%,3%,36%)
(0.23/0.00/0.03/0.36)	

CMYK percentages

%22.56
%0
%3.05
%35.69

Codes

Color #7FA49F in popluar color models

7FA49F
RGB127164159
HSL172°16.89%57.06%
HSB/HSV172°22.56%64.31%
CMYK22.56%0.00%3.05%
35.69%

Color #7FA49F in popluar number systems.

HEX7FA49F
Decimal127164159
Binary11111111010010010011111
Octal177244237

Shades and tints

Shades of #7FA49F

#7FA49F
(127,164,159)
#749691
(116,150,145)
#698883
(105,136,131)
#5E7A75
(94,122,117)
#536C67
(83,108,103)
#485E59
(72,94,89)
#3D504B
(61,80,75)
#32423D
(50,66,61)
#27342F
(39,52,47)
#1C2621
(28,38,33)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #7FA49F

#7FA49F
(127,164,159)
#8AACA7
(138,172,167)
#95B4AF
(149,180,175)
#A0BCB7
(160,188,183)
#ABC4BF
(171,196,191)
#B6CCC7
(182,204,199)
#C1D4CF
(193,212,207)
#CCDCD7
(204,220,215)
#D7E4DF
(215,228,223)
#E2ECE7
(226,236,231)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA49F; }

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

This text font color is #7FA49F.


Background Color

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

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

This div background color is #7FA49F.


Border color

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

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

This div border color is #7FA49F.


Opacity

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

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

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

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

This text has shadow with #7FA49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA49F on black background.


Color preview on white background

This text has color #7FA49F on white background.



Black color preview on #7FA49F background

This text has black color on #7FA49F background.


White color preview on #7FA49F background

This text has white color on #7FA49F background.