COLOR #7E8280

HEX: #7E8280
RGB: (126,130,128)

Color info

#7E8280 contains red, green and blue colors in about the same proportion. Web safe color of #7E8280 is #669966 (or #696).

RGB color model

#7E8280 color RGB value is (126,130,128).

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

RGB channels and saturation

R 126 of 255 = 49%
G 130 of 255 = 51%
B 128 of 255 = 50%

126
130
128

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

Portions of RGB colors in percentages

R + G + B =
126 + 130 + 128 = 384 (100%)
R 126 of 384 ~ 32.81%
G 130 of 384 ~ 33.85%
B 128 of 384 ~ 33.33%

%32.81
%33.85
%33.33

CMYK color model

#7E8280 color CMYK value is (3,0,2,49).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(3,0,2,49)
C3M0Y2K49 
(3%,0%,2%,49%)
(0.03/0.00/0.02/0.49)	

CMYK percentages

%3.08
%0
%1.54
%49.02

Codes

Color #7E8280 in popluar color models

7E8280
RGB126130128
HSL150°1.57%50.20%
HSB/HSV150°3.08%50.98%
CMYK3.08%0.00%1.54%
49.02%

Color #7E8280 in popluar number systems.

HEX7E8280
Decimal126130128
Binary11111101000001010000000
Octal176202200

Shades and tints

Shades of #7E8280

#7E8280
(126,130,128)
#737775
(115,119,117)
#686C6A
(104,108,106)
#5D615F
(93,97,95)
#525654
(82,86,84)
#474B49
(71,75,73)
#3C403E
(60,64,62)
#313533
(49,53,51)
#262A28
(38,42,40)
#1B1F1D
(27,31,29)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #7E8280

#7E8280
(126,130,128)
#898D8B
(137,141,139)
#949896
(148,152,150)
#9FA3A1
(159,163,161)
#AAAEAC
(170,174,172)
#B5B9B7
(181,185,183)
#C0C4C2
(192,196,194)
#CBCFCD
(203,207,205)
#D6DAD8
(214,218,216)
#E1E5E3
(225,229,227)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8280; }

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

This text font color is #7E8280.


Background Color

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

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

This div background color is #7E8280.


Border color

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

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

This div border color is #7E8280.


Opacity

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

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

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

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

This text has shadow with #7E8280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8280 on black background.


Color preview on white background

This text has color #7E8280 on white background.



Black color preview on #7E8280 background

This text has black color on #7E8280 background.


White color preview on #7E8280 background

This text has white color on #7E8280 background.