COLOR #7E997F

HEX: #7E997F
RGB: (126,153,127)

Color info

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

RGB color model

#7E997F color RGB value is (126,153,127).

  • red value is 126;
  • green value is 153;
  • blue value is 127.
RGB:
(126,153,127)
(49%,60%,50%)

RGB channels and saturation

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

126
153
127

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 127 = 406 (100%)
R 126 of 406 ~ 31.03%
G 153 of 406 ~ 37.68%
B 127 of 406 ~ 31.28%

%31.03
%37.68
%31.28

CMYK color model

#7E997F color CMYK value is (18,0,17,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(18,0,17,40)
C18M0Y17K40 
(18%,0%,17%,40%)
(0.18/0.00/0.17/0.40)	

CMYK percentages

%17.65
%0
%16.99
%40

Codes

Color #7E997F in popluar color models

7E997F
RGB126153127
HSL122°11.69%54.71%
HSB/HSV122°17.65%60.00%
CMYK17.65%0.00%16.99%
40.00%

Color #7E997F in popluar number systems.

HEX7E997F
Decimal126153127
Binary1111110100110011111111
Octal176231177

Shades and tints

Shades of #7E997F

#7E997F
(126,153,127)
#738C74
(115,140,116)
#687F69
(104,127,105)
#5D725E
(93,114,94)
#526553
(82,101,83)
#475848
(71,88,72)
#3C4B3D
(60,75,61)
#313E32
(49,62,50)
#263127
(38,49,39)
#1B241C
(27,36,28)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #7E997F

#7E997F
(126,153,127)
#89A28A
(137,162,138)
#94AB95
(148,171,149)
#9FB4A0
(159,180,160)
#AABDAB
(170,189,171)
#B5C6B6
(181,198,182)
#C0CFC1
(192,207,193)
#CBD8CC
(203,216,204)
#D6E1D7
(214,225,215)
#E1EAE2
(225,234,226)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E997F; }

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

This text font color is #7E997F.


Background Color

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

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

This div background color is #7E997F.


Border color

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

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

This div border color is #7E997F.


Opacity

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

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

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

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

This text has shadow with #7E997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E997F on black background.


Color preview on white background

This text has color #7E997F on white background.



Black color preview on #7E997F background

This text has black color on #7E997F background.


White color preview on #7E997F background

This text has white color on #7E997F background.