COLOR #7E9D96

HEX: #7E9D96
RGB: (126,157,150)

Color info

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

RGB color model

#7E9D96 color RGB value is (126,157,150).

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

RGB channels and saturation

R 126 of 255 = 49%
G 157 of 255 = 62%
B 150 of 255 = 59%

126
157
150

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

Portions of RGB colors in percentages

R + G + B =
126 + 157 + 150 = 433 (100%)
R 126 of 433 ~ 29.1%
G 157 of 433 ~ 36.26%
B 150 of 433 ~ 34.64%

%29.1
%36.26
%34.64

CMYK color model

#7E9D96 color CMYK value is (20,0,4,38).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 38.43%
CMYK:
(20,0,4,38)
C20M0Y4K38 
(20%,0%,4%,38%)
(0.20/0.00/0.04/0.38)	

CMYK percentages

%19.75
%0
%4.46
%38.43

Codes

Color #7E9D96 in popluar color models

7E9D96
RGB126157150
HSL166°13.66%55.49%
HSB/HSV166°19.75%61.57%
CMYK19.75%0.00%4.46%
38.43%

Color #7E9D96 in popluar number systems.

HEX7E9D96
Decimal126157150
Binary11111101001110110010110
Octal176235226

Shades and tints

Shades of #7E9D96

#7E9D96
(126,157,150)
#738F89
(115,143,137)
#68817C
(104,129,124)
#5D736F
(93,115,111)
#526562
(82,101,98)
#475755
(71,87,85)
#3C4948
(60,73,72)
#313B3B
(49,59,59)
#262D2E
(38,45,46)
#1B1F21
(27,31,33)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #7E9D96

#7E9D96
(126,157,150)
#89A59F
(137,165,159)
#94ADA8
(148,173,168)
#9FB5B1
(159,181,177)
#AABDBA
(170,189,186)
#B5C5C3
(181,197,195)
#C0CDCC
(192,205,204)
#CBD5D5
(203,213,213)
#D6DDDE
(214,221,222)
#E1E5E7
(225,229,231)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9D96; }

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

This text font color is #7E9D96.


Background Color

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

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

This div background color is #7E9D96.


Border color

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

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

This div border color is #7E9D96.


Opacity

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

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

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

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

This text has shadow with #7E9D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9D96 on black background.


Color preview on white background

This text has color #7E9D96 on white background.



Black color preview on #7E9D96 background

This text has black color on #7E9D96 background.


White color preview on #7E9D96 background

This text has white color on #7E9D96 background.