COLOR #7E988E

HEX: #7E988E
RGB: (126,152,142)

Color info

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

RGB color model

#7E988E color RGB value is (126,152,142).

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

RGB channels and saturation

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

126
152
142

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 142 = 420 (100%)
R 126 of 420 ~ 30%
G 152 of 420 ~ 36.19%
B 142 of 420 ~ 33.81%

%30
%36.19
%33.81

CMYK color model

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

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(17,0,7,40)
C17M0Y7K40 
(17%,0%,7%,40%)
(0.17/0.00/0.07/0.40)	

CMYK percentages

%17.11
%0
%6.58
%40.39

Codes

Color #7E988E in popluar color models

7E988E
RGB126152142
HSL157°11.21%54.51%
HSB/HSV157°17.11%59.61%
CMYK17.11%0.00%6.58%
40.39%

Color #7E988E in popluar number systems.

HEX7E988E
Decimal126152142
Binary11111101001100010001110
Octal176230216

Shades and tints

Shades of #7E988E

#7E988E
(126,152,142)
#738B82
(115,139,130)
#687E76
(104,126,118)
#5D716A
(93,113,106)
#52645E
(82,100,94)
#475752
(71,87,82)
#3C4A46
(60,74,70)
#313D3A
(49,61,58)
#26302E
(38,48,46)
#1B2322
(27,35,34)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #7E988E

#7E988E
(126,152,142)
#89A198
(137,161,152)
#94AAA2
(148,170,162)
#9FB3AC
(159,179,172)
#AABCB6
(170,188,182)
#B5C5C0
(181,197,192)
#C0CECA
(192,206,202)
#CBD7D4
(203,215,212)
#D6E0DE
(214,224,222)
#E1E9E8
(225,233,232)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E988E; }

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

This text font color is #7E988E.


Background Color

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

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

This div background color is #7E988E.


Border color

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

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

This div border color is #7E988E.


Opacity

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

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

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

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

This text has shadow with #7E988E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E988E on black background.


Color preview on white background

This text has color #7E988E on white background.



Black color preview on #7E988E background

This text has black color on #7E988E background.


White color preview on #7E988E background

This text has white color on #7E988E background.