COLOR #7E8D99

HEX: #7E8D99 RGB: (126,141,153)

Color info

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

RGB color model

#7E8D99 color RGB value is (126,141,153).

RGB: (126,141,153) (49%, 55%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 141 of 255 = 55%
B 153 of 255 = 60%

126
141
153

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

Portions of RGB colors in percentages

R + G + B = 126 + 141 + 153 = 420 (100%)
R 126 of 420 ~ 30%
G 141 of 420 ~ 33.57%
B 153 of 420 ~ 36.43'%

%30
%33.57
%36.43

CMYK color model

#7E8D99 color CMYK value is (18,8,0,40).

  • cyan value is 17.65%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (18,8,0,40)
C18M8Y0K40 (18%, 8%, 0%, 40%)
(0.18 / 0.08 / 0.00 / 0.40)

CMYK percentages

%17.65
%7.84
%0
%40

Codes

Color #7E8D99 in popluar color models

7E 8D 99
RGB 126 141 153
HSL 207° 11.69% 54.71%
HSB/HSV 207° 17.65% 60.00%
CMYK 17.65% 7.84% 0.00%
40.00%

Color #7E8D99 in popluar number systems.

HEX 7E 8D 99
Decimal 126 141 153
Binary 1111110 10001101 10011001
Octal 176 215 231

Shades and tints

Shades of #7E8D99

#7E8D99
(126,141,153)
#73818C
(115,129,140)
#68757F
(104,117,127)
#5D6972
(93,105,114)
#525D65
(82,93,101)
#475158
(71,81,88)
#3C454B
(60,69,75)
#31393E
(49,57,62)
#262D31
(38,45,49)
#1B2124
(27,33,36)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #7E8D99

#7E8D99
(126,141,153)
#8997A2
(137,151,162)
#94A1AB
(148,161,171)
#9FABB4
(159,171,180)
#AAB5BD
(170,181,189)
#B5BFC6
(181,191,198)
#C0C9CF
(192,201,207)
#CBD3D8
(203,211,216)
#D6DDE1
(214,221,225)
#E1E7EA
(225,231,234)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8D99; }

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

This text font color is #7E8D99.

Background Color

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

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

This div background color is #7E8D99.

Border color

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

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

This div border color is #7E8D99.

Opacity

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

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

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

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

This text has shadow with #7E8D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8D99.

Preview

Color preview on black background

This text has color #7E8D99 on black background.


Color preview on white background

This text has color #7E8D99 on white background.


Black color preview on #7E8D99 background

This text has black color on #7E8D99 background.


White color preview on #7E8D99 background

This text has white color on #7E8D99 background.


Related colors

Complementary color

Complementary color for #hex is #817266.


I love getcolorcode.com

Triadic colors

1 #997E8D and #8D997E with #7E8D99 are triadic colors.

2 #998D7E and #8D7E99 with #7E8D99 are triadic colors.