COLOR #7E929D

HEX: #7E929D RGB: (126,146,157)

Color info

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

RGB color model

#7E929D color RGB value is (126,146,157).

RGB: (126,146,157) (49%, 57%, 62%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 157 of 255 = 62%

126
146
157

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 157 = 429 (100%)
R 126 of 429 ~ 29.37%
G 146 of 429 ~ 34.03%
B 157 of 429 ~ 36.6'%

%29.37
%34.03
%36.6

CMYK color model

#7E929D color CMYK value is (20,7,0,38).

  • cyan value is 19.75%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (20,7,0,38)
C20M7Y0K38 (20%, 7%, 0%, 38%)
(0.20 / 0.07 / 0.00 / 0.38)

CMYK percentages

%19.75
%7.01
%0
%38.43

Codes

Color #7E929D in popluar color models

7E 92 9D
RGB 126 146 157
HSL 201° 13.66% 55.49%
HSB/HSV 201° 19.75% 61.57%
CMYK 19.75% 7.01% 0.00%
38.43%

Color #7E929D in popluar number systems.

HEX 7E 92 9D
Decimal 126 146 157
Binary 1111110 10010010 10011101
Octal 176 222 235

Shades and tints

Shades of #7E929D

#7E929D
(126,146,157)
#73858F
(115,133,143)
#687881
(104,120,129)
#5D6B73
(93,107,115)
#525E65
(82,94,101)
#475157
(71,81,87)
#3C4449
(60,68,73)
#31373B
(49,55,59)
#262A2D
(38,42,45)
#1B1D1F
(27,29,31)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7E929D

#7E929D
(126,146,157)
#899BA5
(137,155,165)
#94A4AD
(148,164,173)
#9FADB5
(159,173,181)
#AAB6BD
(170,182,189)
#B5BFC5
(181,191,197)
#C0C8CD
(192,200,205)
#CBD1D5
(203,209,213)
#D6DADD
(214,218,221)
#E1E3E5
(225,227,229)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E929D; }

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

This text font color is #7E929D.

Background Color

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

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

This div background color is #7E929D.

Border color

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

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

This div border color is #7E929D.

Opacity

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

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

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

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

This text has shadow with #7E929D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E929D.

Preview

Color preview on black background

This text has color #7E929D on black background.


Color preview on white background

This text has color #7E929D on white background.


Black color preview on #7E929D background

This text has black color on #7E929D background.


White color preview on #7E929D background

This text has white color on #7E929D background.


Related colors

Complementary color

Complementary color for #hex is #816D62.


I love getcolorcode.com

Triadic colors

1 #9D7E92 and #929D7E with #7E929D are triadic colors.

2 #9D927E and #927E9D with #7E929D are triadic colors.