COLOR #7E8B90

HEX: #7E8B90
RGB: (126,139,144)

Color info

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

RGB color model

#7E8B90 color RGB value is (126,139,144).

  • red value is 126;
  • green value is 139;
  • blue value is 144.
RGB:
(126,139,144)
(49%,55%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 139 of 255 = 55%
B 144 of 255 = 56%

126
139
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 139 + 144 = 409 (100%)
R 126 of 409 ~ 30.81%
G 139 of 409 ~ 33.99%
B 144 of 409 ~ 35.21%

%30.81
%33.99
%35.21

CMYK color model

#7E8B90 color CMYK value is (13,3,0,44).

  • cyan value is 12.50%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,3,0,44)
C13M3Y0K44 
(13%,3%,0%,44%)
(0.13/0.03/0.00/0.44)	

CMYK percentages

%12.5
%3.47
%0
%43.53

Codes

Color #7E8B90 in popluar color models

7E8B90
RGB126139144
HSL197°7.50%52.94%
HSB/HSV197°12.50%56.47%
CMYK12.50%3.47%0.00%
43.53%

Color #7E8B90 in popluar number systems.

HEX7E8B90
Decimal126139144
Binary11111101000101110010000
Octal176213220

Shades and tints

Shades of #7E8B90

#7E8B90
(126,139,144)
#737F83
(115,127,131)
#687376
(104,115,118)
#5D6769
(93,103,105)
#525B5C
(82,91,92)
#474F4F
(71,79,79)
#3C4342
(60,67,66)
#313735
(49,55,53)
#262B28
(38,43,40)
#1B1F1B
(27,31,27)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #7E8B90

#7E8B90
(126,139,144)
#89959A
(137,149,154)
#949FA4
(148,159,164)
#9FA9AE
(159,169,174)
#AAB3B8
(170,179,184)
#B5BDC2
(181,189,194)
#C0C7CC
(192,199,204)
#CBD1D6
(203,209,214)
#D6DBE0
(214,219,224)
#E1E5EA
(225,229,234)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8B90 color. Also use rgb(126,139,144) instead hex code.

Text Font Color

.myTextColor { color: #7E8B90; }

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

This text font color is #7E8B90.


Background Color

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

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

This div background color is #7E8B90.


Border color

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

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

This div border color is #7E8B90.


Opacity

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

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

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

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

This text has shadow with #7E8B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8B90 on black background.


Color preview on white background

This text has color #7E8B90 on white background.



Black color preview on #7E8B90 background

This text has black color on #7E8B90 background.


White color preview on #7E8B90 background

This text has white color on #7E8B90 background.