COLOR #7E9992

HEX: #7E9992
RGB: (126,153,146)

Color info

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

RGB color model

#7E9992 color RGB value is (126,153,146).

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

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 146 of 255 = 57%

126
153
146

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 146 = 425 (100%)
R 126 of 425 ~ 29.65%
G 153 of 425 ~ 36%
B 146 of 425 ~ 34.35%

%29.65
%36
%34.35

CMYK color model

#7E9992 color CMYK value is (18,0,5,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(18,0,5,40)
C18M0Y5K40 
(18%,0%,5%,40%)
(0.18/0.00/0.05/0.40)	

CMYK percentages

%17.65
%0
%4.58
%40

Codes

Color #7E9992 in popluar color models

7E9992
RGB126153146
HSL164°11.69%54.71%
HSB/HSV164°17.65%60.00%
CMYK17.65%0.00%4.58%
40.00%

Color #7E9992 in popluar number systems.

HEX7E9992
Decimal126153146
Binary11111101001100110010010
Octal176231222

Shades and tints

Shades of #7E9992

#7E9992
(126,153,146)
#738C85
(115,140,133)
#687F78
(104,127,120)
#5D726B
(93,114,107)
#52655E
(82,101,94)
#475851
(71,88,81)
#3C4B44
(60,75,68)
#313E37
(49,62,55)
#26312A
(38,49,42)
#1B241D
(27,36,29)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #7E9992

#7E9992
(126,153,146)
#89A29B
(137,162,155)
#94ABA4
(148,171,164)
#9FB4AD
(159,180,173)
#AABDB6
(170,189,182)
#B5C6BF
(181,198,191)
#C0CFC8
(192,207,200)
#CBD8D1
(203,216,209)
#D6E1DA
(214,225,218)
#E1EAE3
(225,234,227)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9992; }

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

This text font color is #7E9992.


Background Color

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

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

This div background color is #7E9992.


Border color

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

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

This div border color is #7E9992.


Opacity

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

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

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

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

This text has shadow with #7E9992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9992 on black background.


Color preview on white background

This text has color #7E9992 on white background.



Black color preview on #7E9992 background

This text has black color on #7E9992 background.


White color preview on #7E9992 background

This text has white color on #7E9992 background.