COLOR #7FA99C

HEX: #7FA99C
RGB: (127,169,156)

Color info

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

RGB color model

#7FA99C color RGB value is (127,169,156).

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

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 156 of 255 = 61%

127
169
156

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

Portions of RGB colors in percentages

R + G + B =
127 + 169 + 156 = 452 (100%)
R 127 of 452 ~ 28.1%
G 169 of 452 ~ 37.39%
B 156 of 452 ~ 34.51%

%28.1
%37.39
%34.51

CMYK color model

#7FA99C color CMYK value is (25,0,8,34).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(25,0,8,34)
C25M0Y8K34 
(25%,0%,8%,34%)
(0.25/0.00/0.08/0.34)	

CMYK percentages

%24.85
%0
%7.69
%33.73

Codes

Color #7FA99C in popluar color models

7FA99C
RGB127169156
HSL161°19.63%58.04%
HSB/HSV161°24.85%66.27%
CMYK24.85%0.00%7.69%
33.73%

Color #7FA99C in popluar number systems.

HEX7FA99C
Decimal127169156
Binary11111111010100110011100
Octal177251234

Shades and tints

Shades of #7FA99C

#7FA99C
(127,169,156)
#749A8E
(116,154,142)
#698B80
(105,139,128)
#5E7C72
(94,124,114)
#536D64
(83,109,100)
#485E56
(72,94,86)
#3D4F48
(61,79,72)
#32403A
(50,64,58)
#27312C
(39,49,44)
#1C221E
(28,34,30)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #7FA99C

#7FA99C
(127,169,156)
#8AB0A5
(138,176,165)
#95B7AE
(149,183,174)
#A0BEB7
(160,190,183)
#ABC5C0
(171,197,192)
#B6CCC9
(182,204,201)
#C1D3D2
(193,211,210)
#CCDADB
(204,218,219)
#D7E1E4
(215,225,228)
#E2E8ED
(226,232,237)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA99C; }

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

This text font color is #7FA99C.


Background Color

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

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

This div background color is #7FA99C.


Border color

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

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

This div border color is #7FA99C.


Opacity

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

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

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

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

This text has shadow with #7FA99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA99C on black background.


Color preview on white background

This text has color #7FA99C on white background.



Black color preview on #7FA99C background

This text has black color on #7FA99C background.


White color preview on #7FA99C background

This text has white color on #7FA99C background.