COLOR #7E8C9B

HEX: #7E8C9B
RGB: (126,140,155)

Color info

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

RGB color model

#7E8C9B color RGB value is (126,140,155).

  • red value is 126;
  • green value is 140;
  • blue value is 155.
RGB:
(126,140,155)
(49%,55%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 140 of 255 = 55%
B 155 of 255 = 61%

126
140
155

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

Portions of RGB colors in percentages

R + G + B =
126 + 140 + 155 = 421 (100%)
R 126 of 421 ~ 29.93%
G 140 of 421 ~ 33.25%
B 155 of 421 ~ 36.82%

%29.93
%33.25
%36.82

CMYK color model

#7E8C9B color CMYK value is (19,10,0,39).

  • cyan value is 18.71%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(19,10,0,39)
C19M10Y0K39 
(19%,10%,0%,39%)
(0.19/0.10/0.00/0.39)	

CMYK percentages

%18.71
%9.68
%0
%39.22

Codes

Color #7E8C9B in popluar color models

7E8C9B
RGB126140155
HSL211°12.66%55.10%
HSB/HSV211°18.71%60.78%
CMYK18.71%9.68%0.00%
39.22%

Color #7E8C9B in popluar number systems.

HEX7E8C9B
Decimal126140155
Binary11111101000110010011011
Octal176214233

Shades and tints

Shades of #7E8C9B

#7E8C9B
(126,140,155)
#73808D
(115,128,141)
#68747F
(104,116,127)
#5D6871
(93,104,113)
#525C63
(82,92,99)
#475055
(71,80,85)
#3C4447
(60,68,71)
#313839
(49,56,57)
#262C2B
(38,44,43)
#1B201D
(27,32,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7E8C9B

#7E8C9B
(126,140,155)
#8996A4
(137,150,164)
#94A0AD
(148,160,173)
#9FAAB6
(159,170,182)
#AAB4BF
(170,180,191)
#B5BEC8
(181,190,200)
#C0C8D1
(192,200,209)
#CBD2DA
(203,210,218)
#D6DCE3
(214,220,227)
#E1E6EC
(225,230,236)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8C9B color. Also use rgb(126,140,155) instead hex code.

Text Font Color

.myTextColor { color: #7E8C9B; }

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

This text font color is #7E8C9B.


Background Color

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

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

This div background color is #7E8C9B.


Border color

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

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

This div border color is #7E8C9B.


Opacity

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

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

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

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

This text has shadow with #7E8C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8C9B on black background.


Color preview on white background

This text has color #7E8C9B on white background.



Black color preview on #7E8C9B background

This text has black color on #7E8C9B background.


White color preview on #7E8C9B background

This text has white color on #7E8C9B background.