COLOR #7E929C

HEX: #7E929C RGB: (126,146,156)

Color info

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

RGB color model

#7E929C color RGB value is (126,146,156).

RGB: (126,146,156) (49%, 57%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 156 of 255 = 61%

126
146
156

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 156 = 428 (100%)
R 126 of 428 ~ 29.44%
G 146 of 428 ~ 34.11%
B 156 of 428 ~ 36.45'%

%29.44
%34.11
%36.45

CMYK color model

#7E929C color CMYK value is (19,6,0,39).

  • cyan value is 19.23%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (19,6,0,39)
C19M6Y0K39 (19%, 6%, 0%, 39%)
(0.19 / 0.06 / 0.00 / 0.39)

CMYK percentages

%19.23
%6.41
%0
%38.82

Codes

Color #7E929C in popluar color models

7E 92 9C
RGB 126 146 156
HSL 200° 13.16% 55.29%
HSB/HSV 200° 19.23% 61.18%
CMYK 19.23% 6.41% 0.00%
38.82%

Color #7E929C in popluar number systems.

HEX 7E 92 9C
Decimal 126 146 156
Binary 1111110 10010010 10011100
Octal 176 222 234

Shades and tints

Shades of #7E929C

#7E929C
(126,146,156)
#73858E
(115,133,142)
#687880
(104,120,128)
#5D6B72
(93,107,114)
#525E64
(82,94,100)
#475156
(71,81,86)
#3C4448
(60,68,72)
#31373A
(49,55,58)
#262A2C
(38,42,44)
#1B1D1E
(27,29,30)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E929C

#7E929C
(126,146,156)
#899BA5
(137,155,165)
#94A4AE
(148,164,174)
#9FADB7
(159,173,183)
#AAB6C0
(170,182,192)
#B5BFC9
(181,191,201)
#C0C8D2
(192,200,210)
#CBD1DB
(203,209,219)
#D6DAE4
(214,218,228)
#E1E3ED
(225,227,237)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E929C; }

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

This text font color is #7E929C.

Background Color

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

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

This div background color is #7E929C.

Border color

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

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

This div border color is #7E929C.

Opacity

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

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

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

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

This text has shadow with #7E929C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E929C.

Preview

Color preview on black background

This text has color #7E929C on black background.


Color preview on white background

This text has color #7E929C on white background.


Black color preview on #7E929C background

This text has black color on #7E929C background.


White color preview on #7E929C background

This text has white color on #7E929C background.


Related colors

Complementary color

Complementary color for #hex is #816D63.


I love getcolorcode.com

Triadic colors

1 #9C7E92 and #929C7E with #7E929C are triadic colors.

2 #9C927E and #927E9C with #7E929C are triadic colors.