COLOR #7E8A99

HEX: #7E8A99
RGB: (126,138,153)

Color info

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

RGB color model

#7E8A99 color RGB value is (126,138,153).

  • red value is 126;
  • green value is 138;
  • blue value is 153.
RGB:
(126,138,153)
(49%,54%,60%)

RGB channels and saturation

R 126 of 255 = 49%
G 138 of 255 = 54%
B 153 of 255 = 60%

126
138
153

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

Portions of RGB colors in percentages

R + G + B =
126 + 138 + 153 = 417 (100%)
R 126 of 417 ~ 30.22%
G 138 of 417 ~ 33.09%
B 153 of 417 ~ 36.69%

%30.22
%33.09
%36.69

CMYK color model

#7E8A99 color CMYK value is (18,10,0,40).

  • cyan value is 17.65%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(18,10,0,40)
C18M10Y0K40 
(18%,10%,0%,40%)
(0.18/0.10/0.00/0.40)	

CMYK percentages

%17.65
%9.8
%0
%40

Codes

Color #7E8A99 in popluar color models

7E8A99
RGB126138153
HSL213°11.69%54.71%
HSB/HSV213°17.65%60.00%
CMYK17.65%9.80%0.00%
40.00%

Color #7E8A99 in popluar number systems.

HEX7E8A99
Decimal126138153
Binary11111101000101010011001
Octal176212231

Shades and tints

Shades of #7E8A99

#7E8A99
(126,138,153)
#737E8C
(115,126,140)
#68727F
(104,114,127)
#5D6672
(93,102,114)
#525A65
(82,90,101)
#474E58
(71,78,88)
#3C424B
(60,66,75)
#31363E
(49,54,62)
#262A31
(38,42,49)
#1B1E24
(27,30,36)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #7E8A99

#7E8A99
(126,138,153)
#8994A2
(137,148,162)
#949EAB
(148,158,171)
#9FA8B4
(159,168,180)
#AAB2BD
(170,178,189)
#B5BCC6
(181,188,198)
#C0C6CF
(192,198,207)
#CBD0D8
(203,208,216)
#D6DAE1
(214,218,225)
#E1E4EA
(225,228,234)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8A99 color. Also use rgb(126,138,153) instead hex code.

Text Font Color

.myTextColor { color: #7E8A99; }

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

This text font color is #7E8A99.


Background Color

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

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

This div background color is #7E8A99.


Border color

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

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

This div border color is #7E8A99.


Opacity

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

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

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

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

This text has shadow with #7E8A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8A99 on black background.


Color preview on white background

This text has color #7E8A99 on white background.



Black color preview on #7E8A99 background

This text has black color on #7E8A99 background.


White color preview on #7E8A99 background

This text has white color on #7E8A99 background.