COLOR #7E9896

HEX: #7E9896
RGB: (126,152,150)

Color info

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

RGB color model

#7E9896 color RGB value is (126,152,150).

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

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 150 of 255 = 59%

126
152
150

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 150 = 428 (100%)
R 126 of 428 ~ 29.44%
G 152 of 428 ~ 35.51%
B 150 of 428 ~ 35.05%

%29.44
%35.51
%35.05

CMYK color model

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

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 40.39%
CMYK:
(17,0,1,40)
C17M0Y1K40 
(17%,0%,1%,40%)
(0.17/0.00/0.01/0.40)	

CMYK percentages

%17.11
%0
%1.32
%40.39

Codes

Color #7E9896 in popluar color models

7E9896
RGB126152150
HSL175°11.21%54.51%
HSB/HSV175°17.11%59.61%
CMYK17.11%0.00%1.32%
40.39%

Color #7E9896 in popluar number systems.

HEX7E9896
Decimal126152150
Binary11111101001100010010110
Octal176230226

Shades and tints

Shades of #7E9896

#7E9896
(126,152,150)
#738B89
(115,139,137)
#687E7C
(104,126,124)
#5D716F
(93,113,111)
#526462
(82,100,98)
#475755
(71,87,85)
#3C4A48
(60,74,72)
#313D3B
(49,61,59)
#26302E
(38,48,46)
#1B2321
(27,35,33)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #7E9896

#7E9896
(126,152,150)
#89A19F
(137,161,159)
#94AAA8
(148,170,168)
#9FB3B1
(159,179,177)
#AABCBA
(170,188,186)
#B5C5C3
(181,197,195)
#C0CECC
(192,206,204)
#CBD7D5
(203,215,213)
#D6E0DE
(214,224,222)
#E1E9E7
(225,233,231)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9896; }

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

This text font color is #7E9896.


Background Color

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

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

This div background color is #7E9896.


Border color

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

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

This div border color is #7E9896.


Opacity

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

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

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

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

This text has shadow with #7E9896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9896 on black background.


Color preview on white background

This text has color #7E9896 on white background.



Black color preview on #7E9896 background

This text has black color on #7E9896 background.


White color preview on #7E9896 background

This text has white color on #7E9896 background.