COLOR #7F9D8F

HEX: #7F9D8F
RGB: (127,157,143)

Color info

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

RGB color model

#7F9D8F color RGB value is (127,157,143).

  • red value is 127;
  • green value is 157;
  • blue value is 143.
RGB:
(127,157,143)
(50%,62%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 157 of 255 = 62%
B 143 of 255 = 56%

127
157
143

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

Portions of RGB colors in percentages

R + G + B =
127 + 157 + 143 = 427 (100%)
R 127 of 427 ~ 29.74%
G 157 of 427 ~ 36.77%
B 143 of 427 ~ 33.49%

%29.74
%36.77
%33.49

CMYK color model

#7F9D8F color CMYK value is (19,0,9,38).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 38.43%
CMYK:
(19,0,9,38)
C19M0Y9K38 
(19%,0%,9%,38%)
(0.19/0.00/0.09/0.38)	

CMYK percentages

%19.11
%0
%8.92
%38.43

Codes

Color #7F9D8F in popluar color models

7F9D8F
RGB127157143
HSL152°13.27%55.69%
HSB/HSV152°19.11%61.57%
CMYK19.11%0.00%8.92%
38.43%

Color #7F9D8F in popluar number systems.

HEX7F9D8F
Decimal127157143
Binary11111111001110110001111
Octal177235217

Shades and tints

Shades of #7F9D8F

#7F9D8F
(127,157,143)
#748F82
(116,143,130)
#698175
(105,129,117)
#5E7368
(94,115,104)
#53655B
(83,101,91)
#48574E
(72,87,78)
#3D4941
(61,73,65)
#323B34
(50,59,52)
#272D27
(39,45,39)
#1C1F1A
(28,31,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #7F9D8F

#7F9D8F
(127,157,143)
#8AA599
(138,165,153)
#95ADA3
(149,173,163)
#A0B5AD
(160,181,173)
#ABBDB7
(171,189,183)
#B6C5C1
(182,197,193)
#C1CDCB
(193,205,203)
#CCD5D5
(204,213,213)
#D7DDDF
(215,221,223)
#E2E5E9
(226,229,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9D8F color. Also use rgb(127,157,143) instead hex code.

Text Font Color

.myTextColor { color: #7F9D8F; }

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

This text font color is #7F9D8F.


Background Color

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

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

This div background color is #7F9D8F.


Border color

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

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

This div border color is #7F9D8F.


Opacity

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

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

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

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

This text has shadow with #7F9D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9D8F on black background.


Color preview on white background

This text has color #7F9D8F on white background.



Black color preview on #7F9D8F background

This text has black color on #7F9D8F background.


White color preview on #7F9D8F background

This text has white color on #7F9D8F background.