COLOR #7E8799

HEX: #7E8799 RGB: (126,135,153)

Color info

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

RGB color model

#7E8799 color RGB value is (126,135,153).

RGB: (126,135,153) (49%, 53%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 135 of 255 = 53%
B 153 of 255 = 60%

126
135
153

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

Portions of RGB colors in percentages

R + G + B = 126 + 135 + 153 = 414 (100%)
R 126 of 414 ~ 30.43%
G 135 of 414 ~ 32.61%
B 153 of 414 ~ 36.96'%

%30.43
%32.61
%36.96

CMYK color model

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

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

CMYK: (18,12,0,40)
C18M12Y0K40 (18%, 12%, 0%, 40%)
(0.18 / 0.12 / 0.00 / 0.40)

CMYK percentages

%17.65
%11.76
%0
%40

Codes

Color #7E8799 in popluar color models

7E 87 99
RGB 126 135 153
HSL 220° 11.69% 54.71%
HSB/HSV 220° 17.65% 60.00%
CMYK 17.65% 11.76% 0.00%
40.00%

Color #7E8799 in popluar number systems.

HEX 7E 87 99
Decimal 126 135 153
Binary 1111110 10000111 10011001
Octal 176 207 231

Shades and tints

Shades of #7E8799

#7E8799
(126,135,153)
#737B8C
(115,123,140)
#686F7F
(104,111,127)
#5D6372
(93,99,114)
#525765
(82,87,101)
#474B58
(71,75,88)
#3C3F4B
(60,63,75)
#31333E
(49,51,62)
#262731
(38,39,49)
#1B1B24
(27,27,36)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #7E8799

#7E8799
(126,135,153)
#8991A2
(137,145,162)
#949BAB
(148,155,171)
#9FA5B4
(159,165,180)
#AAAFBD
(170,175,189)
#B5B9C6
(181,185,198)
#C0C3CF
(192,195,207)
#CBCDD8
(203,205,216)
#D6D7E1
(214,215,225)
#E1E1EA
(225,225,234)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8799; }

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

This text font color is #7E8799.

Background Color

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

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

This div background color is #7E8799.

Border color

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

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

This div border color is #7E8799.

Opacity

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

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

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

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

This text has shadow with #7E8799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8799.

Preview

Color preview on black background

This text has color #7E8799 on black background.


Color preview on white background

This text has color #7E8799 on white background.


Black color preview on #7E8799 background

This text has black color on #7E8799 background.


White color preview on #7E8799 background

This text has white color on #7E8799 background.


Related colors

Complementary color

Complementary color for #hex is #817866.


I love getcolorcode.com

Triadic colors

1 #997E87 and #87997E with #7E8799 are triadic colors.

2 #99877E and #877E99 with #7E8799 are triadic colors.