COLOR #7E8F9C

HEX: #7E8F9C RGB: (126,143,156)

Color info

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

RGB color model

#7E8F9C color RGB value is (126,143,156).

RGB: (126,143,156) (49%, 56%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 156 of 255 = 61%

126
143
156

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

Portions of RGB colors in percentages

R + G + B = 126 + 143 + 156 = 425 (100%)
R 126 of 425 ~ 29.65%
G 143 of 425 ~ 33.65%
B 156 of 425 ~ 36.71'%

%29.65
%33.65
%36.71

CMYK color model

#7E8F9C color CMYK value is (19,8,0,39).

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

CMYK: (19,8,0,39)
C19M8Y0K39 (19%, 8%, 0%, 39%)
(0.19 / 0.08 / 0.00 / 0.39)

CMYK percentages

%19.23
%8.33
%0
%38.82

Codes

Color #7E8F9C in popluar color models

7E 8F 9C
RGB 126 143 156
HSL 206° 13.16% 55.29%
HSB/HSV 206° 19.23% 61.18%
CMYK 19.23% 8.33% 0.00%
38.82%

Color #7E8F9C in popluar number systems.

HEX 7E 8F 9C
Decimal 126 143 156
Binary 1111110 10001111 10011100
Octal 176 217 234

Shades and tints

Shades of #7E8F9C

#7E8F9C
(126,143,156)
#73828E
(115,130,142)
#687580
(104,117,128)
#5D6872
(93,104,114)
#525B64
(82,91,100)
#474E56
(71,78,86)
#3C4148
(60,65,72)
#31343A
(49,52,58)
#26272C
(38,39,44)
#1B1A1E
(27,26,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E8F9C

#7E8F9C
(126,143,156)
#8999A5
(137,153,165)
#94A3AE
(148,163,174)
#9FADB7
(159,173,183)
#AAB7C0
(170,183,192)
#B5C1C9
(181,193,201)
#C0CBD2
(192,203,210)
#CBD5DB
(203,213,219)
#D6DFE4
(214,223,228)
#E1E9ED
(225,233,237)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8F9C; }

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

This text font color is #7E8F9C.

Background Color

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

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

This div background color is #7E8F9C.

Border color

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

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

This div border color is #7E8F9C.

Opacity

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

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

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

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

This text has shadow with #7E8F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8F9C.

Preview

Color preview on black background

This text has color #7E8F9C on black background.


Color preview on white background

This text has color #7E8F9C on white background.


Black color preview on #7E8F9C background

This text has black color on #7E8F9C background.


White color preview on #7E8F9C background

This text has white color on #7E8F9C background.


Related colors

Complementary color

Complementary color for #hex is #817063.


I love getcolorcode.com

Triadic colors

1 #9C7E8F and #8F9C7E with #7E8F9C are triadic colors.

2 #9C8F7E and #8F7E9C with #7E8F9C are triadic colors.