COLOR #7E9D8D

HEX: #7E9D8D RGB: (126,157,141)

Color info

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

RGB color model

#7E9D8D color RGB value is (126,157,141).

RGB: (126,157,141) (49%, 62%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 157 of 255 = 62%
B 141 of 255 = 55%

126
157
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 157 + 141 = 424 (100%)
R 126 of 424 ~ 29.72%
G 157 of 424 ~ 37.03%
B 141 of 424 ~ 33.25'%

%29.72
%37.03
%33.25

CMYK color model

#7E9D8D color CMYK value is (20,0,10,38).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 38.43%

CMYK: (20,0,10,38)
C20M0Y10K38 (20%, 0%, 10%, 38%)
(0.20 / 0.00 / 0.10 / 0.38)

CMYK percentages

%19.75
%0
%10.19
%38.43

Codes

Color #7E9D8D in popluar color models

7E 9D 8D
RGB 126 157 141
HSL 149° 13.66% 55.49%
HSB/HSV 149° 19.75% 61.57%
CMYK 19.75% 0.00% 10.19%
38.43%

Color #7E9D8D in popluar number systems.

HEX 7E 9D 8D
Decimal 126 157 141
Binary 1111110 10011101 10001101
Octal 176 235 215

Shades and tints

Shades of #7E9D8D

#7E9D8D
(126,157,141)
#738F81
(115,143,129)
#688175
(104,129,117)
#5D7369
(93,115,105)
#52655D
(82,101,93)
#475751
(71,87,81)
#3C4945
(60,73,69)
#313B39
(49,59,57)
#262D2D
(38,45,45)
#1B1F21
(27,31,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #7E9D8D

#7E9D8D
(126,157,141)
#89A597
(137,165,151)
#94ADA1
(148,173,161)
#9FB5AB
(159,181,171)
#AABDB5
(170,189,181)
#B5C5BF
(181,197,191)
#C0CDC9
(192,205,201)
#CBD5D3
(203,213,211)
#D6DDDD
(214,221,221)
#E1E5E7
(225,229,231)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9D8D; }

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

This text font color is #7E9D8D.

Background Color

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

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

This div background color is #7E9D8D.

Border color

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

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

This div border color is #7E9D8D.

Opacity

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

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

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

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

This text has shadow with #7E9D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9D8D.

Preview

Color preview on black background

This text has color #7E9D8D on black background.


Color preview on white background

This text has color #7E9D8D on white background.


Black color preview on #7E9D8D background

This text has black color on #7E9D8D background.


White color preview on #7E9D8D background

This text has white color on #7E9D8D background.


Related colors

Complementary color

Complementary color for #hex is #816272.


I love getcolorcode.com

Triadic colors

1 #8D7E9D and #9D8D7E with #7E9D8D are triadic colors.

2 #8D9D7E and #9D7E8D with #7E9D8D are triadic colors.