COLOR #7E8C9C

HEX: #7E8C9C RGB: (126,140,156)

Color info

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

RGB color model

#7E8C9C color RGB value is (126,140,156).

RGB: (126,140,156) (49%, 55%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 140 of 255 = 55%
B 156 of 255 = 61%

126
140
156

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

Portions of RGB colors in percentages

R + G + B = 126 + 140 + 156 = 422 (100%)
R 126 of 422 ~ 29.86%
G 140 of 422 ~ 33.18%
B 156 of 422 ~ 36.97'%

%29.86
%33.18
%36.97

CMYK color model

#7E8C9C color CMYK value is (19,10,0,39).

  • cyan value is 19.23%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (19,10,0,39)
C19M10Y0K39 (19%, 10%, 0%, 39%)
(0.19 / 0.10 / 0.00 / 0.39)

CMYK percentages

%19.23
%10.26
%0
%38.82

Codes

Color #7E8C9C in popluar color models

7E 8C 9C
RGB 126 140 156
HSL 212° 13.16% 55.29%
HSB/HSV 212° 19.23% 61.18%
CMYK 19.23% 10.26% 0.00%
38.82%

Color #7E8C9C in popluar number systems.

HEX 7E 8C 9C
Decimal 126 140 156
Binary 1111110 10001100 10011100
Octal 176 214 234

Shades and tints

Shades of #7E8C9C

#7E8C9C
(126,140,156)
#73808E
(115,128,142)
#687480
(104,116,128)
#5D6872
(93,104,114)
#525C64
(82,92,100)
#475056
(71,80,86)
#3C4448
(60,68,72)
#31383A
(49,56,58)
#262C2C
(38,44,44)
#1B201E
(27,32,30)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7E8C9C

#7E8C9C
(126,140,156)
#8996A5
(137,150,165)
#94A0AE
(148,160,174)
#9FAAB7
(159,170,183)
#AAB4C0
(170,180,192)
#B5BEC9
(181,190,201)
#C0C8D2
(192,200,210)
#CBD2DB
(203,210,219)
#D6DCE4
(214,220,228)
#E1E6ED
(225,230,237)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8C9C color. Also use rgb(126,140,156) instead hex code.

Text Font Color

.myTextColor { color: #7E8C9C; }

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

This text font color is #7E8C9C.

Background Color

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

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

This div background color is #7E8C9C.

Border color

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

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

This div border color is #7E8C9C.

Opacity

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

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

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

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

This text has shadow with #7E8C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8C9C.

Preview

Color preview on black background

This text has color #7E8C9C on black background.


Color preview on white background

This text has color #7E8C9C on white background.


Black color preview on #7E8C9C background

This text has black color on #7E8C9C background.


White color preview on #7E8C9C background

This text has white color on #7E8C9C background.


Related colors

Complementary color

Complementary color for #hex is #817363.


I love getcolorcode.com

Triadic colors

1 #9C7E8C and #8C9C7E with #7E8C9C are triadic colors.

2 #9C8C7E and #8C7E9C with #7E8C9C are triadic colors.