COLOR #7E8F99

HEX: #7E8F99 RGB: (126,143,153)

Color info

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

RGB color model

#7E8F99 color RGB value is (126,143,153).

RGB: (126,143,153) (49%, 56%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 153 of 255 = 60%

126
143
153

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

Portions of RGB colors in percentages

R + G + B = 126 + 143 + 153 = 422 (100%)
R 126 of 422 ~ 29.86%
G 143 of 422 ~ 33.89%
B 153 of 422 ~ 36.26'%

%29.86
%33.89
%36.26

CMYK color model

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

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

CMYK: (18,7,0,40)
C18M7Y0K40 (18%, 7%, 0%, 40%)
(0.18 / 0.07 / 0.00 / 0.40)

CMYK percentages

%17.65
%6.54
%0
%40

Codes

Color #7E8F99 in popluar color models

7E 8F 99
RGB 126 143 153
HSL 202° 11.69% 54.71%
HSB/HSV 202° 17.65% 60.00%
CMYK 17.65% 6.54% 0.00%
40.00%

Color #7E8F99 in popluar number systems.

HEX 7E 8F 99
Decimal 126 143 153
Binary 1111110 10001111 10011001
Octal 176 217 231

Shades and tints

Shades of #7E8F99

#7E8F99
(126,143,153)
#73828C
(115,130,140)
#68757F
(104,117,127)
#5D6872
(93,104,114)
#525B65
(82,91,101)
#474E58
(71,78,88)
#3C414B
(60,65,75)
#31343E
(49,52,62)
#262731
(38,39,49)
#1B1A24
(27,26,36)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #7E8F99

#7E8F99
(126,143,153)
#8999A2
(137,153,162)
#94A3AB
(148,163,171)
#9FADB4
(159,173,180)
#AAB7BD
(170,183,189)
#B5C1C6
(181,193,198)
#C0CBCF
(192,203,207)
#CBD5D8
(203,213,216)
#D6DFE1
(214,223,225)
#E1E9EA
(225,233,234)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8F99; }

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

This text font color is #7E8F99.

Background Color

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

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

This div background color is #7E8F99.

Border color

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

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

This div border color is #7E8F99.

Opacity

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

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

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

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

This text has shadow with #7E8F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8F99.

Preview

Color preview on black background

This text has color #7E8F99 on black background.


Color preview on white background

This text has color #7E8F99 on white background.


Black color preview on #7E8F99 background

This text has black color on #7E8F99 background.


White color preview on #7E8F99 background

This text has white color on #7E8F99 background.


Related colors

Complementary color

Complementary color for #hex is #817066.


I love getcolorcode.com

Triadic colors

1 #997E8F and #8F997E with #7E8F99 are triadic colors.

2 #998F7E and #8F7E99 with #7E8F99 are triadic colors.