COLOR #7E828F

HEX: #7E828F
RGB: (126,130,143)

Color info

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

RGB color model

#7E828F color RGB value is (126,130,143).

  • red value is 126;
  • green value is 130;
  • blue value is 143.
RGB:
(126,130,143)
(49%,51%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 143 of 255 = 56%

126
130
143

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

Portions of RGB colors in percentages

R + G + B =
126 + 130 + 143 = 399 (100%)
R 126 of 399 ~ 31.58%
G 130 of 399 ~ 32.58%
B 143 of 399 ~ 35.84%

%31.58
%32.58
%35.84

CMYK color model

#7E828F color CMYK value is (12,9,0,44).

  • cyan value is 11.89%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(12,9,0,44)
C12M9Y0K44 
(12%,9%,0%,44%)
(0.12/0.09/0.00/0.44)	

CMYK percentages

%11.89
%9.09
%0
%43.92

Codes

Color #7E828F in popluar color models

7E828F
RGB126130143
HSL226°7.05%52.75%
HSB/HSV226°11.89%56.08%
CMYK11.89%9.09%0.00%
43.92%

Color #7E828F in popluar number systems.

HEX7E828F
Decimal126130143
Binary11111101000001010001111
Octal176202217

Shades and tints

Shades of #7E828F

#7E828F
(126,130,143)
#737782
(115,119,130)
#686C75
(104,108,117)
#5D6168
(93,97,104)
#52565B
(82,86,91)
#474B4E
(71,75,78)
#3C4041
(60,64,65)
#313534
(49,53,52)
#262A27
(38,42,39)
#1B1F1A
(27,31,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #7E828F

#7E828F
(126,130,143)
#898D99
(137,141,153)
#9498A3
(148,152,163)
#9FA3AD
(159,163,173)
#AAAEB7
(170,174,183)
#B5B9C1
(181,185,193)
#C0C4CB
(192,196,203)
#CBCFD5
(203,207,213)
#D6DADF
(214,218,223)
#E1E5E9
(225,229,233)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E828F; }

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

This text font color is #7E828F.


Background Color

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

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

This div background color is #7E828F.


Border color

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

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

This div border color is #7E828F.


Opacity

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

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

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

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

This text has shadow with #7E828F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E828F on black background.


Color preview on white background

This text has color #7E828F on white background.



Black color preview on #7E828F background

This text has black color on #7E828F background.


White color preview on #7E828F background

This text has white color on #7E828F background.