COLOR #7E9980

HEX: #7E9980 RGB: (126,153,128)

Color info

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

RGB color model

#7E9980 color RGB value is (126,153,128).

RGB: (126,153,128) (49%, 60%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 128 of 255 = 50%

126
153
128

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

Portions of RGB colors in percentages

R + G + B = 126 + 153 + 128 = 407 (100%)
R 126 of 407 ~ 30.96%
G 153 of 407 ~ 37.59%
B 128 of 407 ~ 31.45'%

%30.96
%37.59
%31.45

CMYK color model

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

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

CMYK: (18,0,16,40)
C18M0Y16K40 (18%, 0%, 16%, 40%)
(0.18 / 0.00 / 0.16 / 0.40)

CMYK percentages

%17.65
%0
%16.34
%40

Codes

Color #7E9980 in popluar color models

7E 99 80
RGB 126 153 128
HSL 124° 11.69% 54.71%
HSB/HSV 124° 17.65% 60.00%
CMYK 17.65% 0.00% 16.34%
40.00%

Color #7E9980 in popluar number systems.

HEX 7E 99 80
Decimal 126 153 128
Binary 1111110 10011001 10000000
Octal 176 231 200

Shades and tints

Shades of #7E9980

#7E9980
(126,153,128)
#738C75
(115,140,117)
#687F6A
(104,127,106)
#5D725F
(93,114,95)
#526554
(82,101,84)
#475849
(71,88,73)
#3C4B3E
(60,75,62)
#313E33
(49,62,51)
#263128
(38,49,40)
#1B241D
(27,36,29)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #7E9980

#7E9980
(126,153,128)
#89A28B
(137,162,139)
#94AB96
(148,171,150)
#9FB4A1
(159,180,161)
#AABDAC
(170,189,172)
#B5C6B7
(181,198,183)
#C0CFC2
(192,207,194)
#CBD8CD
(203,216,205)
#D6E1D8
(214,225,216)
#E1EAE3
(225,234,227)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9980; }

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

This text font color is #7E9980.

Background Color

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

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

This div background color is #7E9980.

Border color

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

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

This div border color is #7E9980.

Opacity

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

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

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

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

This text has shadow with #7E9980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9980.

Preview

Color preview on black background

This text has color #7E9980 on black background.


Color preview on white background

This text has color #7E9980 on white background.


Black color preview on #7E9980 background

This text has black color on #7E9980 background.


White color preview on #7E9980 background

This text has white color on #7E9980 background.


Related colors

Complementary color

Complementary color for #hex is #81667F.


I love getcolorcode.com

Triadic colors

1 #807E99 and #99807E with #7E9980 are triadic colors.

2 #80997E and #997E80 with #7E9980 are triadic colors.