COLOR #7E978E

HEX: #7E978E
RGB: (126,151,142)

Color info

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

RGB color model

#7E978E color RGB value is (126,151,142).

  • red value is 126;
  • green value is 151;
  • blue value is 142.
RGB:
(126,151,142)
(49%,59%,56%)

RGB channels and saturation

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

126
151
142

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

Portions of RGB colors in percentages

R + G + B =
126 + 151 + 142 = 419 (100%)
R 126 of 419 ~ 30.07%
G 151 of 419 ~ 36.04%
B 142 of 419 ~ 33.89%

%30.07
%36.04
%33.89

CMYK color model

#7E978E color CMYK value is (17,0,6,41).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(17,0,6,41)
C17M0Y6K41 
(17%,0%,6%,41%)
(0.17/0.00/0.06/0.41)	

CMYK percentages

%16.56
%0
%5.96
%40.78

Codes

Color #7E978E in popluar color models

7E978E
RGB126151142
HSL158°10.73%54.31%
HSB/HSV158°16.56%59.22%
CMYK16.56%0.00%5.96%
40.78%

Color #7E978E in popluar number systems.

HEX7E978E
Decimal126151142
Binary11111101001011110001110
Octal176227216

Shades and tints

Shades of #7E978E

#7E978E
(126,151,142)
#738A82
(115,138,130)
#687D76
(104,125,118)
#5D706A
(93,112,106)
#52635E
(82,99,94)
#475652
(71,86,82)
#3C4946
(60,73,70)
#313C3A
(49,60,58)
#262F2E
(38,47,46)
#1B2222
(27,34,34)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7E978E

#7E978E
(126,151,142)
#89A098
(137,160,152)
#94A9A2
(148,169,162)
#9FB2AC
(159,178,172)
#AABBB6
(170,187,182)
#B5C4C0
(181,196,192)
#C0CDCA
(192,205,202)
#CBD6D4
(203,214,212)
#D6DFDE
(214,223,222)
#E1E8E8
(225,232,232)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E978E; }

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

This text font color is #7E978E.


Background Color

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

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

This div background color is #7E978E.


Border color

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

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

This div border color is #7E978E.


Opacity

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

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

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

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

This text has shadow with #7E978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E978E on black background.


Color preview on white background

This text has color #7E978E on white background.



Black color preview on #7E978E background

This text has black color on #7E978E background.


White color preview on #7E978E background

This text has white color on #7E978E background.