COLOR #7E9199

HEX: #7E9199
RGB: (126,145,153)

Color info

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

RGB color model

#7E9199 color RGB value is (126,145,153).

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

RGB channels and saturation

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

126
145
153

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

Portions of RGB colors in percentages

R + G + B =
126 + 145 + 153 = 424 (100%)
R 126 of 424 ~ 29.72%
G 145 of 424 ~ 34.2%
B 153 of 424 ~ 36.08%

%29.72
%34.2
%36.08

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 5.23%
  • 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
%5.23
%0
%40

Codes

Color #7E9199 in popluar color models

7E9199
RGB126145153
HSL198°11.69%54.71%
HSB/HSV198°17.65%60.00%
CMYK17.65%5.23%0.00%
40.00%

Color #7E9199 in popluar number systems.

HEX7E9199
Decimal126145153
Binary11111101001000110011001
Octal176221231

Shades and tints

Shades of #7E9199

#7E9199
(126,145,153)
#73848C
(115,132,140)
#68777F
(104,119,127)
#5D6A72
(93,106,114)
#525D65
(82,93,101)
#475058
(71,80,88)
#3C434B
(60,67,75)
#31363E
(49,54,62)
#262931
(38,41,49)
#1B1C24
(27,28,36)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #7E9199

#7E9199
(126,145,153)
#899BA2
(137,155,162)
#94A5AB
(148,165,171)
#9FAFB4
(159,175,180)
#AAB9BD
(170,185,189)
#B5C3C6
(181,195,198)
#C0CDCF
(192,205,207)
#CBD7D8
(203,215,216)
#D6E1E1
(214,225,225)
#E1EBEA
(225,235,234)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9199; }

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

This text font color is #7E9199.


Background Color

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

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

This div background color is #7E9199.


Border color

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

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

This div border color is #7E9199.


Opacity

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

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

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

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

This text has shadow with #7E9199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9199 on black background.


Color preview on white background

This text has color #7E9199 on white background.



Black color preview on #7E9199 background

This text has black color on #7E9199 background.


White color preview on #7E9199 background

This text has white color on #7E9199 background.