COLOR #7E899B

HEX: #7E899B
RGB: (126,137,155)

Color info

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

RGB color model

#7E899B color RGB value is (126,137,155).

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

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 155 of 255 = 61%

126
137
155

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

Portions of RGB colors in percentages

R + G + B =
126 + 137 + 155 = 418 (100%)
R 126 of 418 ~ 30.14%
G 137 of 418 ~ 32.78%
B 155 of 418 ~ 37.08%

%30.14
%32.78
%37.08

CMYK color model

#7E899B color CMYK value is (19,12,0,39).

  • cyan value is 18.71%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(19,12,0,39)
C19M12Y0K39 
(19%,12%,0%,39%)
(0.19/0.12/0.00/0.39)	

CMYK percentages

%18.71
%11.61
%0
%39.22

Codes

Color #7E899B in popluar color models

7E899B
RGB126137155
HSL217°12.66%55.10%
HSB/HSV217°18.71%60.78%
CMYK18.71%11.61%0.00%
39.22%

Color #7E899B in popluar number systems.

HEX7E899B
Decimal126137155
Binary11111101000100110011011
Octal176211233

Shades and tints

Shades of #7E899B

#7E899B
(126,137,155)
#737D8D
(115,125,141)
#68717F
(104,113,127)
#5D6571
(93,101,113)
#525963
(82,89,99)
#474D55
(71,77,85)
#3C4147
(60,65,71)
#313539
(49,53,57)
#26292B
(38,41,43)
#1B1D1D
(27,29,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #7E899B

#7E899B
(126,137,155)
#8993A4
(137,147,164)
#949DAD
(148,157,173)
#9FA7B6
(159,167,182)
#AAB1BF
(170,177,191)
#B5BBC8
(181,187,200)
#C0C5D1
(192,197,209)
#CBCFDA
(203,207,218)
#D6D9E3
(214,217,227)
#E1E3EC
(225,227,236)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E899B; }

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

This text font color is #7E899B.


Background Color

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

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

This div background color is #7E899B.


Border color

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

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

This div border color is #7E899B.


Opacity

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

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

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

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

This text has shadow with #7E899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E899B on black background.


Color preview on white background

This text has color #7E899B on white background.



Black color preview on #7E899B background

This text has black color on #7E899B background.


White color preview on #7E899B background

This text has white color on #7E899B background.