COLOR #7E9887

HEX: #7E9887
RGB: (126,152,135)

Color info

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

RGB color model

#7E9887 color RGB value is (126,152,135).

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

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 135 of 255 = 53%

126
152
135

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 135 = 413 (100%)
R 126 of 413 ~ 30.51%
G 152 of 413 ~ 36.8%
B 135 of 413 ~ 32.69%

%30.51
%36.8
%32.69

CMYK color model

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

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 40.39%
CMYK:
(17,0,11,40)
C17M0Y11K40 
(17%,0%,11%,40%)
(0.17/0.00/0.11/0.40)	

CMYK percentages

%17.11
%0
%11.18
%40.39

Codes

Color #7E9887 in popluar color models

7E9887
RGB126152135
HSL141°11.21%54.51%
HSB/HSV141°17.11%59.61%
CMYK17.11%0.00%11.18%
40.39%

Color #7E9887 in popluar number systems.

HEX7E9887
Decimal126152135
Binary11111101001100010000111
Octal176230207

Shades and tints

Shades of #7E9887

#7E9887
(126,152,135)
#738B7B
(115,139,123)
#687E6F
(104,126,111)
#5D7163
(93,113,99)
#526457
(82,100,87)
#47574B
(71,87,75)
#3C4A3F
(60,74,63)
#313D33
(49,61,51)
#263027
(38,48,39)
#1B231B
(27,35,27)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7E9887

#7E9887
(126,152,135)
#89A191
(137,161,145)
#94AA9B
(148,170,155)
#9FB3A5
(159,179,165)
#AABCAF
(170,188,175)
#B5C5B9
(181,197,185)
#C0CEC3
(192,206,195)
#CBD7CD
(203,215,205)
#D6E0D7
(214,224,215)
#E1E9E1
(225,233,225)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9887; }

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

This text font color is #7E9887.


Background Color

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

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

This div background color is #7E9887.


Border color

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

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

This div border color is #7E9887.


Opacity

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

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

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

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

This text has shadow with #7E9887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9887 on black background.


Color preview on white background

This text has color #7E9887 on white background.



Black color preview on #7E9887 background

This text has black color on #7E9887 background.


White color preview on #7E9887 background

This text has white color on #7E9887 background.