COLOR #7E9297

HEX: #7E9297 RGB: (126,146,151)

Color info

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

RGB color model

#7E9297 color RGB value is (126,146,151).

RGB: (126,146,151) (49%, 57%, 59%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 151 of 255 = 59%

126
146
151

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 151 = 423 (100%)
R 126 of 423 ~ 29.79%
G 146 of 423 ~ 34.52%
B 151 of 423 ~ 35.7'%

%29.79
%34.52
%35.7

CMYK color model

#7E9297 color CMYK value is (17,3,0,41).

  • cyan value is 16.56%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (17,3,0,41)
C17M3Y0K41 (17%, 3%, 0%, 41%)
(0.17 / 0.03 / 0.00 / 0.41)

CMYK percentages

%16.56
%3.31
%0
%40.78

Codes

Color #7E9297 in popluar color models

7E 92 97
RGB 126 146 151
HSL 192° 10.73% 54.31%
HSB/HSV 192° 16.56% 59.22%
CMYK 16.56% 3.31% 0.00%
40.78%

Color #7E9297 in popluar number systems.

HEX 7E 92 97
Decimal 126 146 151
Binary 1111110 10010010 10010111
Octal 176 222 227

Shades and tints

Shades of #7E9297

#7E9297
(126,146,151)
#73858A
(115,133,138)
#68787D
(104,120,125)
#5D6B70
(93,107,112)
#525E63
(82,94,99)
#475156
(71,81,86)
#3C4449
(60,68,73)
#31373C
(49,55,60)
#262A2F
(38,42,47)
#1B1D22
(27,29,34)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7E9297

#7E9297
(126,146,151)
#899BA0
(137,155,160)
#94A4A9
(148,164,169)
#9FADB2
(159,173,178)
#AAB6BB
(170,182,187)
#B5BFC4
(181,191,196)
#C0C8CD
(192,200,205)
#CBD1D6
(203,209,214)
#D6DADF
(214,218,223)
#E1E3E8
(225,227,232)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9297; }

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

This text font color is #7E9297.

Background Color

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

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

This div background color is #7E9297.

Border color

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

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

This div border color is #7E9297.

Opacity

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

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

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

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

This text has shadow with #7E9297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9297.

Preview

Color preview on black background

This text has color #7E9297 on black background.


Color preview on white background

This text has color #7E9297 on white background.


Black color preview on #7E9297 background

This text has black color on #7E9297 background.


White color preview on #7E9297 background

This text has white color on #7E9297 background.


Related colors

Complementary color

Complementary color for #hex is #816D68.


I love getcolorcode.com

Triadic colors

1 #977E92 and #92977E with #7E9297 are triadic colors.

2 #97927E and #927E97 with #7E9297 are triadic colors.