COLOR #7F988F

HEX: #7F988F
RGB: (127,152,143)

Color info

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

RGB color model

#7F988F color RGB value is (127,152,143).

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

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 143 of 255 = 56%

127
152
143

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

Portions of RGB colors in percentages

R + G + B =
127 + 152 + 143 = 422 (100%)
R 127 of 422 ~ 30.09%
G 152 of 422 ~ 36.02%
B 143 of 422 ~ 33.89%

%30.09
%36.02
%33.89

CMYK color model

#7F988F color CMYK value is (16,0,6,40).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(16,0,6,40)
C16M0Y6K40 
(16%,0%,6%,40%)
(0.16/0.00/0.06/0.40)	

CMYK percentages

%16.45
%0
%5.92
%40.39

Codes

Color #7F988F in popluar color models

7F988F
RGB127152143
HSL158°10.82%54.71%
HSB/HSV158°16.45%59.61%
CMYK16.45%0.00%5.92%
40.39%

Color #7F988F in popluar number systems.

HEX7F988F
Decimal127152143
Binary11111111001100010001111
Octal177230217

Shades and tints

Shades of #7F988F

#7F988F
(127,152,143)
#748B82
(116,139,130)
#697E75
(105,126,117)
#5E7168
(94,113,104)
#53645B
(83,100,91)
#48574E
(72,87,78)
#3D4A41
(61,74,65)
#323D34
(50,61,52)
#273027
(39,48,39)
#1C231A
(28,35,26)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #7F988F

#7F988F
(127,152,143)
#8AA199
(138,161,153)
#95AAA3
(149,170,163)
#A0B3AD
(160,179,173)
#ABBCB7
(171,188,183)
#B6C5C1
(182,197,193)
#C1CECB
(193,206,203)
#CCD7D5
(204,215,213)
#D7E0DF
(215,224,223)
#E2E9E9
(226,233,233)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F988F; }

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

This text font color is #7F988F.


Background Color

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

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

This div background color is #7F988F.


Border color

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

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

This div border color is #7F988F.


Opacity

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

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

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

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

This text has shadow with #7F988F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F988F on black background.


Color preview on white background

This text has color #7F988F on white background.



Black color preview on #7F988F background

This text has black color on #7F988F background.


White color preview on #7F988F background

This text has white color on #7F988F background.