COLOR #7E8C9A

HEX: #7E8C9A RGB: (126,140,154)

Color info

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

RGB color model

#7E8C9A color RGB value is (126,140,154).

RGB: (126,140,154) (49%, 55%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 140 of 255 = 55%
B 154 of 255 = 60%

126
140
154

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

Portions of RGB colors in percentages

R + G + B = 126 + 140 + 154 = 420 (100%)
R 126 of 420 ~ 30%
G 140 of 420 ~ 33.33%
B 154 of 420 ~ 36.67'%

%30
%33.33
%36.67

CMYK color model

#7E8C9A color CMYK value is (18,9,0,40).

  • cyan value is 18.18%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (18,9,0,40)
C18M9Y0K40 (18%, 9%, 0%, 40%)
(0.18 / 0.09 / 0.00 / 0.40)

CMYK percentages

%18.18
%9.09
%0
%39.61

Codes

Color #7E8C9A in popluar color models

7E 8C 9A
RGB 126 140 154
HSL 210° 12.17% 54.90%
HSB/HSV 210° 18.18% 60.39%
CMYK 18.18% 9.09% 0.00%
39.61%

Color #7E8C9A in popluar number systems.

HEX 7E 8C 9A
Decimal 126 140 154
Binary 1111110 10001100 10011010
Octal 176 214 232

Shades and tints

Shades of #7E8C9A

#7E8C9A
(126,140,154)
#73808C
(115,128,140)
#68747E
(104,116,126)
#5D6870
(93,104,112)
#525C62
(82,92,98)
#475054
(71,80,84)
#3C4446
(60,68,70)
#313838
(49,56,56)
#262C2A
(38,44,42)
#1B201C
(27,32,28)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #7E8C9A

#7E8C9A
(126,140,154)
#8996A3
(137,150,163)
#94A0AC
(148,160,172)
#9FAAB5
(159,170,181)
#AAB4BE
(170,180,190)
#B5BEC7
(181,190,199)
#C0C8D0
(192,200,208)
#CBD2D9
(203,210,217)
#D6DCE2
(214,220,226)
#E1E6EB
(225,230,235)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8C9A; }

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

This text font color is #7E8C9A.

Background Color

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

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

This div background color is #7E8C9A.

Border color

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

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

This div border color is #7E8C9A.

Opacity

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

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

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

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

This text has shadow with #7E8C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8C9A.

Preview

Color preview on black background

This text has color #7E8C9A on black background.


Color preview on white background

This text has color #7E8C9A on white background.


Black color preview on #7E8C9A background

This text has black color on #7E8C9A background.


White color preview on #7E8C9A background

This text has white color on #7E8C9A background.


Related colors

Complementary color

Complementary color for #hex is #817365.


I love getcolorcode.com

Triadic colors

1 #9A7E8C and #8C9A7E with #7E8C9A are triadic colors.

2 #9A8C7E and #8C7E9A with #7E8C9A are triadic colors.