COLOR #7E9398

HEX: #7E9398
RGB: (126,147,152)

Color info

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

RGB color model

#7E9398 color RGB value is (126,147,152).

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

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 152 of 255 = 60%

126
147
152

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

Portions of RGB colors in percentages

R + G + B =
126 + 147 + 152 = 425 (100%)
R 126 of 425 ~ 29.65%
G 147 of 425 ~ 34.59%
B 152 of 425 ~ 35.76%

%29.65
%34.59
%35.76

CMYK color model

#7E9398 color CMYK value is (17,3,0,40).

  • cyan value is 17.11%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(17,3,0,40)
C17M3Y0K40 
(17%,3%,0%,40%)
(0.17/0.03/0.00/0.40)	

CMYK percentages

%17.11
%3.29
%0
%40.39

Codes

Color #7E9398 in popluar color models

7E9398
RGB126147152
HSL192°11.21%54.51%
HSB/HSV192°17.11%59.61%
CMYK17.11%3.29%0.00%
40.39%

Color #7E9398 in popluar number systems.

HEX7E9398
Decimal126147152
Binary11111101001001110011000
Octal176223230

Shades and tints

Shades of #7E9398

#7E9398
(126,147,152)
#73868B
(115,134,139)
#68797E
(104,121,126)
#5D6C71
(93,108,113)
#525F64
(82,95,100)
#475257
(71,82,87)
#3C454A
(60,69,74)
#31383D
(49,56,61)
#262B30
(38,43,48)
#1B1E23
(27,30,35)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #7E9398

#7E9398
(126,147,152)
#899CA1
(137,156,161)
#94A5AA
(148,165,170)
#9FAEB3
(159,174,179)
#AAB7BC
(170,183,188)
#B5C0C5
(181,192,197)
#C0C9CE
(192,201,206)
#CBD2D7
(203,210,215)
#D6DBE0
(214,219,224)
#E1E4E9
(225,228,233)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9398; }

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

This text font color is #7E9398.


Background Color

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

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

This div background color is #7E9398.


Border color

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

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

This div border color is #7E9398.


Opacity

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

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

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

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

This text has shadow with #7E9398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9398 on black background.


Color preview on white background

This text has color #7E9398 on white background.



Black color preview on #7E9398 background

This text has black color on #7E9398 background.


White color preview on #7E9398 background

This text has white color on #7E9398 background.