COLOR #7E8180

HEX: #7E8180
RGB: (126,129,128)

Color info

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

RGB color model

#7E8180 color RGB value is (126,129,128).

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

RGB channels and saturation

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

126
129
128

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

Portions of RGB colors in percentages

R + G + B =
126 + 129 + 128 = 383 (100%)
R 126 of 383 ~ 32.9%
G 129 of 383 ~ 33.68%
B 128 of 383 ~ 33.42%

%32.9
%33.68
%33.42

CMYK color model

#7E8180 color CMYK value is (2,0,1,49).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(2,0,1,49)
C2M0Y1K49 
(2%,0%,1%,49%)
(0.02/0.00/0.01/0.49)	

CMYK percentages

%2.33
%0
%0.78
%49.41

Codes

Color #7E8180 in popluar color models

7E8180
RGB126129128
HSL160°1.18%50.00%
HSB/HSV160°2.33%50.59%
CMYK2.33%0.00%0.78%
49.41%

Color #7E8180 in popluar number systems.

HEX7E8180
Decimal126129128
Binary11111101000000110000000
Octal176201200

Shades and tints

Shades of #7E8180

#7E8180
(126,129,128)
#737675
(115,118,117)
#686B6A
(104,107,106)
#5D605F
(93,96,95)
#525554
(82,85,84)
#474A49
(71,74,73)
#3C3F3E
(60,63,62)
#313433
(49,52,51)
#262928
(38,41,40)
#1B1E1D
(27,30,29)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7E8180

#7E8180
(126,129,128)
#898C8B
(137,140,139)
#949796
(148,151,150)
#9FA2A1
(159,162,161)
#AAADAC
(170,173,172)
#B5B8B7
(181,184,183)
#C0C3C2
(192,195,194)
#CBCECD
(203,206,205)
#D6D9D8
(214,217,216)
#E1E4E3
(225,228,227)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8180; }

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

This text font color is #7E8180.


Background Color

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

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

This div background color is #7E8180.


Border color

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

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

This div border color is #7E8180.


Opacity

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

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

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

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

This text has shadow with #7E8180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8180 on black background.


Color preview on white background

This text has color #7E8180 on white background.



Black color preview on #7E8180 background

This text has black color on #7E8180 background.


White color preview on #7E8180 background

This text has white color on #7E8180 background.