COLOR #7E9299

HEX: #7E9299 RGB: (126,146,153)

Color info

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

RGB color model

#7E9299 color RGB value is (126,146,153).

RGB: (126,146,153) (49%, 57%, 60%)

RGB channels and saturation

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

126
146
153

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 153 = 425 (100%)
R 126 of 425 ~ 29.65%
G 146 of 425 ~ 34.35%
B 153 of 425 ~ 36'%

%29.65
%34.35
%36

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 4.58%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (18,5,0,40)
C18M5Y0K40 (18%, 5%, 0%, 40%)
(0.18 / 0.05 / 0.00 / 0.40)

CMYK percentages

%17.65
%4.58
%0
%40

Codes

Color #7E9299 in popluar color models

7E 92 99
RGB 126 146 153
HSL 196° 11.69% 54.71%
HSB/HSV 196° 17.65% 60.00%
CMYK 17.65% 4.58% 0.00%
40.00%

Color #7E9299 in popluar number systems.

HEX 7E 92 99
Decimal 126 146 153
Binary 1111110 10010010 10011001
Octal 176 222 231

Shades and tints

Shades of #7E9299

#7E9299
(126,146,153)
#73858C
(115,133,140)
#68787F
(104,120,127)
#5D6B72
(93,107,114)
#525E65
(82,94,101)
#475158
(71,81,88)
#3C444B
(60,68,75)
#31373E
(49,55,62)
#262A31
(38,42,49)
#1B1D24
(27,29,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #7E9299

#7E9299
(126,146,153)
#899BA2
(137,155,162)
#94A4AB
(148,164,171)
#9FADB4
(159,173,180)
#AAB6BD
(170,182,189)
#B5BFC6
(181,191,198)
#C0C8CF
(192,200,207)
#CBD1D8
(203,209,216)
#D6DAE1
(214,218,225)
#E1E3EA
(225,227,234)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9299; }

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

This text font color is #7E9299.

Background Color

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

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

This div background color is #7E9299.

Border color

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

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

This div border color is #7E9299.

Opacity

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

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

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

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

This text has shadow with #7E9299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9299.

Preview

Color preview on black background

This text has color #7E9299 on black background.


Color preview on white background

This text has color #7E9299 on white background.


Black color preview on #7E9299 background

This text has black color on #7E9299 background.


White color preview on #7E9299 background

This text has white color on #7E9299 background.


Related colors

Complementary color

Complementary color for #hex is #816D66.


I love getcolorcode.com

Triadic colors

1 #997E92 and #92997E with #7E9299 are triadic colors.

2 #99927E and #927E99 with #7E9299 are triadic colors.