COLOR #7E928B

HEX: #7E928B
RGB: (126,146,139)

Color info

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

RGB color model

#7E928B color RGB value is (126,146,139).

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

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 139 of 255 = 55%

126
146
139

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 139 = 411 (100%)
R 126 of 411 ~ 30.66%
G 146 of 411 ~ 35.52%
B 139 of 411 ~ 33.82%

%30.66
%35.52
%33.82

CMYK color model

#7E928B color CMYK value is (14,0,5,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 42.75%
CMYK:
(14,0,5,43)
C14M0Y5K43 
(14%,0%,5%,43%)
(0.14/0.00/0.05/0.43)	

CMYK percentages

%13.7
%0
%4.79
%42.75

Codes

Color #7E928B in popluar color models

7E928B
RGB126146139
HSL159°8.40%53.33%
HSB/HSV159°13.70%57.25%
CMYK13.70%0.00%4.79%
42.75%

Color #7E928B in popluar number systems.

HEX7E928B
Decimal126146139
Binary11111101001001010001011
Octal176222213

Shades and tints

Shades of #7E928B

#7E928B
(126,146,139)
#73857F
(115,133,127)
#687873
(104,120,115)
#5D6B67
(93,107,103)
#525E5B
(82,94,91)
#47514F
(71,81,79)
#3C4443
(60,68,67)
#313737
(49,55,55)
#262A2B
(38,42,43)
#1B1D1F
(27,29,31)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E928B

#7E928B
(126,146,139)
#899B95
(137,155,149)
#94A49F
(148,164,159)
#9FADA9
(159,173,169)
#AAB6B3
(170,182,179)
#B5BFBD
(181,191,189)
#C0C8C7
(192,200,199)
#CBD1D1
(203,209,209)
#D6DADB
(214,218,219)
#E1E3E5
(225,227,229)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E928B; }

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

This text font color is #7E928B.


Background Color

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

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

This div background color is #7E928B.


Border color

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

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

This div border color is #7E928B.


Opacity

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

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

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

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

This text has shadow with #7E928B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E928B on black background.


Color preview on white background

This text has color #7E928B on white background.



Black color preview on #7E928B background

This text has black color on #7E928B background.


White color preview on #7E928B background

This text has white color on #7E928B background.