COLOR #7E978F

HEX: #7E978F RGB: (126,151,143)

Color info

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

RGB color model

#7E978F color RGB value is (126,151,143).

RGB: (126,151,143) (49%, 59%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 151 of 255 = 59%
B 143 of 255 = 56%

126
151
143

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

Portions of RGB colors in percentages

R + G + B = 126 + 151 + 143 = 420 (100%)
R 126 of 420 ~ 30%
G 151 of 420 ~ 35.95%
B 143 of 420 ~ 34.05'%

%30
%35.95
%34.05

CMYK color model

#7E978F color CMYK value is (17,0,5,41).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK: (17,0,5,41) C17M0Y5K41 (17%,0%,5%,41%) (0.17/0.00/0.05/0.41) 

CMYK percentages

%16.56
%0
%5.3
%40.78

Codes

Color #7E978F in popluar color models

7E 97 8F
RGB 126 151 143
HSL 161° 10.73% 54.31%
HSB/HSV 161° 16.56% 59.22%
CMYK 16.56% 0.00% 5.30%
40.78%

Color #7E978F in popluar number systems.

HEX 7E 97 8F
Decimal 126 151 143
Binary 1111110 10010111 10001111
Octal 176 227 217

Shades and tints

Shades of #7E978F

#7E978F
(126,151,143)
#738A82
(115,138,130)
#687D75
(104,125,117)
#5D7068
(93,112,104)
#52635B
(82,99,91)
#47564E
(71,86,78)
#3C4941
(60,73,65)
#313C34
(49,60,52)
#262F27
(38,47,39)
#1B221A
(27,34,26)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #7E978F

#7E978F
(126,151,143)
#89A099
(137,160,153)
#94A9A3
(148,169,163)
#9FB2AD
(159,178,173)
#AABBB7
(170,187,183)
#B5C4C1
(181,196,193)
#C0CDCB
(192,205,203)
#CBD6D5
(203,214,213)
#D6DFDF
(214,223,223)
#E1E8E9
(225,232,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E978F; }

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

This text font color is #7E978F.

Background Color

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

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

This div background color is #7E978F.

Border color

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

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

This div border color is #7E978F.

Opacity

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

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

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

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

This text has shadow with #7E978F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E978F.

Preview

Color preview on black background

This text has color #7E978F on black background.


Color preview on white background

This text has color #7E978F on white background.


Black color preview on #7E978F background

This text has black color on #7E978F background.


White color preview on #7E978F background

This text has white color on #7E978F background.


Related colors

Complementary color

Complementary color for #hex is #816870.


I love getcolorcode.com

Triadic colors

1 #8F7E97 and #978F7E with #7E978F are triadic colors.

2 #8F977E and #977E8F with #7E978F are triadic colors.