COLOR #7E898B

HEX: #7E898B RGB: (126,137,139)

Color info

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

RGB color model

#7E898B color RGB value is (126,137,139).

RGB: (126,137,139) (49%, 54%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 137 of 255 = 54%
B 139 of 255 = 55%

126
137
139

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

Portions of RGB colors in percentages

R + G + B = 126 + 137 + 139 = 402 (100%)
R 126 of 402 ~ 31.34%
G 137 of 402 ~ 34.08%
B 139 of 402 ~ 34.58'%

%31.34
%34.08
%34.58

CMYK color model

#7E898B color CMYK value is (9,1,0,45).

  • cyan value is 9.35%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (9,1,0,45)
C9M1Y0K45 (9%, 1%, 0%, 45%)
(0.09 / 0.01 / 0.00 / 0.45)

CMYK percentages

%9.35
%1.44
%0
%45.49

Codes

Color #7E898B in popluar color models

7E 89 8B
RGB 126 137 139
HSL 189° 5.31% 51.96%
HSB/HSV 189° 9.35% 54.51%
CMYK 9.35% 1.44% 0.00%
45.49%

Color #7E898B in popluar number systems.

HEX 7E 89 8B
Decimal 126 137 139
Binary 1111110 10001001 10001011
Octal 176 211 213

Shades and tints

Shades of #7E898B

#7E898B
(126,137,139)
#737D7F
(115,125,127)
#687173
(104,113,115)
#5D6567
(93,101,103)
#52595B
(82,89,91)
#474D4F
(71,77,79)
#3C4143
(60,65,67)
#313537
(49,53,55)
#26292B
(38,41,43)
#1B1D1F
(27,29,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #7E898B

#7E898B
(126,137,139)
#899395
(137,147,149)
#949D9F
(148,157,159)
#9FA7A9
(159,167,169)
#AAB1B3
(170,177,179)
#B5BBBD
(181,187,189)
#C0C5C7
(192,197,199)
#CBCFD1
(203,207,209)
#D6D9DB
(214,217,219)
#E1E3E5
(225,227,229)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E898B; }

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

This text font color is #7E898B.

Background Color

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

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

This div background color is #7E898B.

Border color

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

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

This div border color is #7E898B.

Opacity

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

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

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

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

This text has shadow with #7E898B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E898B.

Preview

Color preview on black background

This text has color #7E898B on black background.


Color preview on white background

This text has color #7E898B on white background.


Black color preview on #7E898B background

This text has black color on #7E898B background.


White color preview on #7E898B background

This text has white color on #7E898B background.


Related colors

Complementary color

Complementary color for #hex is #817674.


I love getcolorcode.com

Triadic colors

1 #8B7E89 and #898B7E with #7E898B are triadic colors.

2 #8B897E and #897E8B with #7E898B are triadic colors.