COLOR #7E988F

HEX: #7E988F RGB: (126,152,143)

Color info

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

RGB color model

#7E988F color RGB value is (126,152,143).

RGB: (126,152,143) (49%, 60%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 143 of 255 = 56%

126
152
143

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

Portions of RGB colors in percentages

R + G + B = 126 + 152 + 143 = 421 (100%)
R 126 of 421 ~ 29.93%
G 152 of 421 ~ 36.1%
B 143 of 421 ~ 33.97'%

%29.93
%36.1
%33.97

CMYK color model

#7E988F color CMYK value is (17,0,6,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%

CMYK: (17,0,6,40)
C17M0Y6K40 (17%, 0%, 6%, 40%)
(0.17 / 0.00 / 0.06 / 0.40)

CMYK percentages

%17.11
%0
%5.92
%40.39

Codes

Color #7E988F in popluar color models

7E 98 8F
RGB 126 152 143
HSL 159° 11.21% 54.51%
HSB/HSV 159° 17.11% 59.61%
CMYK 17.11% 0.00% 5.92%
40.39%

Color #7E988F in popluar number systems.

HEX 7E 98 8F
Decimal 126 152 143
Binary 1111110 10011000 10001111
Octal 176 230 217

Shades and tints

Shades of #7E988F

#7E988F
(126,152,143)
#738B82
(115,139,130)
#687E75
(104,126,117)
#5D7168
(93,113,104)
#52645B
(82,100,91)
#47574E
(71,87,78)
#3C4A41
(60,74,65)
#313D34
(49,61,52)
#263027
(38,48,39)
#1B231A
(27,35,26)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #7E988F

#7E988F
(126,152,143)
#89A199
(137,161,153)
#94AAA3
(148,170,163)
#9FB3AD
(159,179,173)
#AABCB7
(170,188,183)
#B5C5C1
(181,197,193)
#C0CECB
(192,206,203)
#CBD7D5
(203,215,213)
#D6E0DF
(214,224,223)
#E1E9E9
(225,233,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E988F; }

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

This text font color is #7E988F.

Background Color

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

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

This div background color is #7E988F.

Border color

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

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

This div border color is #7E988F.

Opacity

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

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

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

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

This text has shadow with #7E988F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E988F.

Preview

Color preview on black background

This text has color #7E988F on black background.


Color preview on white background

This text has color #7E988F on white background.


Black color preview on #7E988F background

This text has black color on #7E988F background.


White color preview on #7E988F background

This text has white color on #7E988F background.


Related colors

Complementary color

Complementary color for #hex is #816770.


I love getcolorcode.com

Triadic colors

1 #8F7E98 and #988F7E with #7E988F are triadic colors.

2 #8F987E and #987E8F with #7E988F are triadic colors.