COLOR #7E9496

HEX: #7E9496
RGB: (126,148,150)

Color info

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

RGB color model

#7E9496 color RGB value is (126,148,150).

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

RGB channels and saturation

R 126 of 255 = 49%
G 148 of 255 = 58%
B 150 of 255 = 59%

126
148
150

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

Portions of RGB colors in percentages

R + G + B =
126 + 148 + 150 = 424 (100%)
R 126 of 424 ~ 29.72%
G 148 of 424 ~ 34.91%
B 150 of 424 ~ 35.38%

%29.72
%34.91
%35.38

CMYK color model

#7E9496 color CMYK value is (16,1,0,41).

  • cyan value is 16.00%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(16,1,0,41)
C16M1Y0K41 
(16%,1%,0%,41%)
(0.16/0.01/0.00/0.41)	

CMYK percentages

%16
%1.33
%0
%41.18

Codes

Color #7E9496 in popluar color models

7E9496
RGB126148150
HSL185°10.26%54.12%
HSB/HSV185°16.00%58.82%
CMYK16.00%1.33%0.00%
41.18%

Color #7E9496 in popluar number systems.

HEX7E9496
Decimal126148150
Binary11111101001010010010110
Octal176224226

Shades and tints

Shades of #7E9496

#7E9496
(126,148,150)
#738789
(115,135,137)
#687A7C
(104,122,124)
#5D6D6F
(93,109,111)
#526062
(82,96,98)
#475355
(71,83,85)
#3C4648
(60,70,72)
#31393B
(49,57,59)
#262C2E
(38,44,46)
#1B1F21
(27,31,33)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #7E9496

#7E9496
(126,148,150)
#899D9F
(137,157,159)
#94A6A8
(148,166,168)
#9FAFB1
(159,175,177)
#AAB8BA
(170,184,186)
#B5C1C3
(181,193,195)
#C0CACC
(192,202,204)
#CBD3D5
(203,211,213)
#D6DCDE
(214,220,222)
#E1E5E7
(225,229,231)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9496; }

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

This text font color is #7E9496.


Background Color

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

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

This div background color is #7E9496.


Border color

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

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

This div border color is #7E9496.


Opacity

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

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

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

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

This text has shadow with #7E9496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9496 on black background.


Color preview on white background

This text has color #7E9496 on white background.



Black color preview on #7E9496 background

This text has black color on #7E9496 background.


White color preview on #7E9496 background

This text has white color on #7E9496 background.