COLOR #7E928F

HEX: #7E928F
RGB: (126,146,143)

Color info

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

RGB color model

#7E928F color RGB value is (126,146,143).

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

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 143 of 255 = 56%

126
146
143

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 143 = 415 (100%)
R 126 of 415 ~ 30.36%
G 146 of 415 ~ 35.18%
B 143 of 415 ~ 34.46%

%30.36
%35.18
%34.46

CMYK color model

#7E928F color CMYK value is (14,0,2,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 2.05%
  • key color value is 42.75%
CMYK:
(14,0,2,43)
C14M0Y2K43 
(14%,0%,2%,43%)
(0.14/0.00/0.02/0.43)	

CMYK percentages

%13.7
%0
%2.05
%42.75

Codes

Color #7E928F in popluar color models

7E928F
RGB126146143
HSL171°8.40%53.33%
HSB/HSV171°13.70%57.25%
CMYK13.70%0.00%2.05%
42.75%

Color #7E928F in popluar number systems.

HEX7E928F
Decimal126146143
Binary11111101001001010001111
Octal176222217

Shades and tints

Shades of #7E928F

#7E928F
(126,146,143)
#738582
(115,133,130)
#687875
(104,120,117)
#5D6B68
(93,107,104)
#525E5B
(82,94,91)
#47514E
(71,81,78)
#3C4441
(60,68,65)
#313734
(49,55,52)
#262A27
(38,42,39)
#1B1D1A
(27,29,26)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #7E928F

#7E928F
(126,146,143)
#899B99
(137,155,153)
#94A4A3
(148,164,163)
#9FADAD
(159,173,173)
#AAB6B7
(170,182,183)
#B5BFC1
(181,191,193)
#C0C8CB
(192,200,203)
#CBD1D5
(203,209,213)
#D6DADF
(214,218,223)
#E1E3E9
(225,227,233)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E928F; }

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

This text font color is #7E928F.


Background Color

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

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

This div background color is #7E928F.


Border color

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

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

This div border color is #7E928F.


Opacity

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

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

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

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

This text has shadow with #7E928F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E928F on black background.


Color preview on white background

This text has color #7E928F on white background.



Black color preview on #7E928F background

This text has black color on #7E928F background.


White color preview on #7E928F background

This text has white color on #7E928F background.