COLOR #7E929A

HEX: #7E929A
RGB: (126,146,154)

Color info

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

RGB color model

#7E929A color RGB value is (126,146,154).

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

RGB channels and saturation

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

126
146
154

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 154 = 426 (100%)
R 126 of 426 ~ 29.58%
G 146 of 426 ~ 34.27%
B 154 of 426 ~ 36.15%

%29.58
%34.27
%36.15

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(18,5,0,40)
C18M5Y0K40 
(18%,5%,0%,40%)
(0.18/0.05/0.00/0.40)	

CMYK percentages

%18.18
%5.19
%0
%39.61

Codes

Color #7E929A in popluar color models

7E929A
RGB126146154
HSL197°12.17%54.90%
HSB/HSV197°18.18%60.39%
CMYK18.18%5.19%0.00%
39.61%

Color #7E929A in popluar number systems.

HEX7E929A
Decimal126146154
Binary11111101001001010011010
Octal176222232

Shades and tints

Shades of #7E929A

#7E929A
(126,146,154)
#73858C
(115,133,140)
#68787E
(104,120,126)
#5D6B70
(93,107,112)
#525E62
(82,94,98)
#475154
(71,81,84)
#3C4446
(60,68,70)
#313738
(49,55,56)
#262A2A
(38,42,42)
#1B1D1C
(27,29,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7E929A

#7E929A
(126,146,154)
#899BA3
(137,155,163)
#94A4AC
(148,164,172)
#9FADB5
(159,173,181)
#AAB6BE
(170,182,190)
#B5BFC7
(181,191,199)
#C0C8D0
(192,200,208)
#CBD1D9
(203,209,217)
#D6DAE2
(214,218,226)
#E1E3EB
(225,227,235)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E929A; }

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

This text font color is #7E929A.


Background Color

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

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

This div background color is #7E929A.


Border color

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

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

This div border color is #7E929A.


Opacity

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

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

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

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

This text has shadow with #7E929A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E929A on black background.


Color preview on white background

This text has color #7E929A on white background.



Black color preview on #7E929A background

This text has black color on #7E929A background.


White color preview on #7E929A background

This text has white color on #7E929A background.