COLOR #7FA29F

HEX: #7FA29F
RGB: (127,162,159)

Color info

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

RGB color model

#7FA29F color RGB value is (127,162,159).

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

RGB channels and saturation

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

127
162
159

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

Portions of RGB colors in percentages

R + G + B =
127 + 162 + 159 = 448 (100%)
R 127 of 448 ~ 28.35%
G 162 of 448 ~ 36.16%
B 159 of 448 ~ 35.49%

%28.35
%36.16
%35.49

CMYK color model

#7FA29F color CMYK value is (22,0,2,36).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 36.47%
CMYK:
(22,0,2,36)
C22M0Y2K36 
(22%,0%,2%,36%)
(0.22/0.00/0.02/0.36)	

CMYK percentages

%21.6
%0
%1.85
%36.47

Codes

Color #7FA29F in popluar color models

7FA29F
RGB127162159
HSL175°15.84%56.67%
HSB/HSV175°21.60%63.53%
CMYK21.60%0.00%1.85%
36.47%

Color #7FA29F in popluar number systems.

HEX7FA29F
Decimal127162159
Binary11111111010001010011111
Octal177242237

Shades and tints

Shades of #7FA29F

#7FA29F
(127,162,159)
#749491
(116,148,145)
#698683
(105,134,131)
#5E7875
(94,120,117)
#536A67
(83,106,103)
#485C59
(72,92,89)
#3D4E4B
(61,78,75)
#32403D
(50,64,61)
#27322F
(39,50,47)
#1C2421
(28,36,33)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #7FA29F

#7FA29F
(127,162,159)
#8AAAA7
(138,170,167)
#95B2AF
(149,178,175)
#A0BAB7
(160,186,183)
#ABC2BF
(171,194,191)
#B6CAC7
(182,202,199)
#C1D2CF
(193,210,207)
#CCDAD7
(204,218,215)
#D7E2DF
(215,226,223)
#E2EAE7
(226,234,231)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA29F; }

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

This text font color is #7FA29F.


Background Color

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

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

This div background color is #7FA29F.


Border color

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

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

This div border color is #7FA29F.


Opacity

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

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

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

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

This text has shadow with #7FA29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA29F on black background.


Color preview on white background

This text has color #7FA29F on white background.



Black color preview on #7FA29F background

This text has black color on #7FA29F background.


White color preview on #7FA29F background

This text has white color on #7FA29F background.