COLOR #7E9495

HEX: #7E9495
RGB: (126,148,149)

Color info

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

RGB color model

#7E9495 color RGB value is (126,148,149).

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

RGB channels and saturation

R 126 of 255 = 49%
G 148 of 255 = 58%
B 149 of 255 = 58%

126
148
149

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

Portions of RGB colors in percentages

R + G + B =
126 + 148 + 149 = 423 (100%)
R 126 of 423 ~ 29.79%
G 148 of 423 ~ 34.99%
B 149 of 423 ~ 35.22%

%29.79
%34.99
%35.22

CMYK color model

#7E9495 color CMYK value is (15,1,0,42).

  • cyan value is 15.44%
  • magenta value is 0.67%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(15,1,0,42)
C15M1Y0K42 
(15%,1%,0%,42%)
(0.15/0.01/0.00/0.42)	

CMYK percentages

%15.44
%0.67
%0
%41.57

Codes

Color #7E9495 in popluar color models

7E9495
RGB126148149
HSL183°9.79%53.92%
HSB/HSV183°15.44%58.43%
CMYK15.44%0.67%0.00%
41.57%

Color #7E9495 in popluar number systems.

HEX7E9495
Decimal126148149
Binary11111101001010010010101
Octal176224225

Shades and tints

Shades of #7E9495

#7E9495
(126,148,149)
#738788
(115,135,136)
#687A7B
(104,122,123)
#5D6D6E
(93,109,110)
#526061
(82,96,97)
#475354
(71,83,84)
#3C4647
(60,70,71)
#31393A
(49,57,58)
#262C2D
(38,44,45)
#1B1F20
(27,31,32)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7E9495

#7E9495
(126,148,149)
#899D9E
(137,157,158)
#94A6A7
(148,166,167)
#9FAFB0
(159,175,176)
#AAB8B9
(170,184,185)
#B5C1C2
(181,193,194)
#C0CACB
(192,202,203)
#CBD3D4
(203,211,212)
#D6DCDD
(214,220,221)
#E1E5E6
(225,229,230)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9495; }

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

This text font color is #7E9495.


Background Color

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

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

This div background color is #7E9495.


Border color

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

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

This div border color is #7E9495.


Opacity

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

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

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

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

This text has shadow with #7E9495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9495 on black background.


Color preview on white background

This text has color #7E9495 on white background.



Black color preview on #7E9495 background

This text has black color on #7E9495 background.


White color preview on #7E9495 background

This text has white color on #7E9495 background.