COLOR #7F988E

HEX: #7F988E RGB: (127,152,142)

Color info

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

RGB color model

#7F988E color RGB value is (127,152,142).

RGB: (127,152,142) (50%, 60%, 56%)

RGB channels and saturation

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

127
152
142

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

Portions of RGB colors in percentages

R + G + B = 127 + 152 + 142 = 421 (100%)
R 127 of 421 ~ 30.17%
G 152 of 421 ~ 36.1%
B 142 of 421 ~ 33.73'%

%30.17
%36.1
%33.73

CMYK color model

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

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 40.39%

CMYK: (16,0,7,40)
C16M0Y7K40 (16%, 0%, 7%, 40%)
(0.16 / 0.00 / 0.07 / 0.40)

CMYK percentages

%16.45
%0
%6.58
%40.39

Codes

Color #7F988E in popluar color models

7F 98 8E
RGB 127 152 142
HSL 156° 10.82% 54.71%
HSB/HSV 156° 16.45% 59.61%
CMYK 16.45% 0.00% 6.58%
40.39%

Color #7F988E in popluar number systems.

HEX 7F 98 8E
Decimal 127 152 142
Binary 1111111 10011000 10001110
Octal 177 230 216

Shades and tints

Shades of #7F988E

#7F988E
(127,152,142)
#748B82
(116,139,130)
#697E76
(105,126,118)
#5E716A
(94,113,106)
#53645E
(83,100,94)
#485752
(72,87,82)
#3D4A46
(61,74,70)
#323D3A
(50,61,58)
#27302E
(39,48,46)
#1C2322
(28,35,34)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #7F988E

#7F988E
(127,152,142)
#8AA198
(138,161,152)
#95AAA2
(149,170,162)
#A0B3AC
(160,179,172)
#ABBCB6
(171,188,182)
#B6C5C0
(182,197,192)
#C1CECA
(193,206,202)
#CCD7D4
(204,215,212)
#D7E0DE
(215,224,222)
#E2E9E8
(226,233,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F988E; }

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

This text font color is #7F988E.

Background Color

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

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

This div background color is #7F988E.

Border color

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

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

This div border color is #7F988E.

Opacity

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

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

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

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

This text has shadow with #7F988E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F988E.

Preview

Color preview on black background

This text has color #7F988E on black background.


Color preview on white background

This text has color #7F988E on white background.


Black color preview on #7F988E background

This text has black color on #7F988E background.


White color preview on #7F988E background

This text has white color on #7F988E background.


Related colors

Complementary color

Complementary color for #hex is #806771.


I love getcolorcode.com

Triadic colors

1 #8E7F98 and #988E7F with #7F988E are triadic colors.

2 #8E987F and #987F8E with #7F988E are triadic colors.