COLOR #7E9293

HEX: #7E9293
RGB: (126,146,147)

Color info

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

RGB color model

#7E9293 color RGB value is (126,146,147).

  • red value is 126;
  • green value is 146;
  • blue value is 147.
RGB:
(126,146,147)
(49%,57%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 147 of 255 = 58%

126
146
147

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 147 = 419 (100%)
R 126 of 419 ~ 30.07%
G 146 of 419 ~ 34.84%
B 147 of 419 ~ 35.08%

%30.07
%34.84
%35.08

CMYK color model

#7E9293 color CMYK value is (14,1,0,42).

  • cyan value is 14.29%
  • magenta value is 0.68%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(14,1,0,42)
C14M1Y0K42 
(14%,1%,0%,42%)
(0.14/0.01/0.00/0.42)	

CMYK percentages

%14.29
%0.68
%0
%42.35

Codes

Color #7E9293 in popluar color models

7E9293
RGB126146147
HSL183°8.86%53.53%
HSB/HSV183°14.29%57.65%
CMYK14.29%0.68%0.00%
42.35%

Color #7E9293 in popluar number systems.

HEX7E9293
Decimal126146147
Binary11111101001001010010011
Octal176222223

Shades and tints

Shades of #7E9293

#7E9293
(126,146,147)
#738586
(115,133,134)
#687879
(104,120,121)
#5D6B6C
(93,107,108)
#525E5F
(82,94,95)
#475152
(71,81,82)
#3C4445
(60,68,69)
#313738
(49,55,56)
#262A2B
(38,42,43)
#1B1D1E
(27,29,30)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7E9293

#7E9293
(126,146,147)
#899B9C
(137,155,156)
#94A4A5
(148,164,165)
#9FADAE
(159,173,174)
#AAB6B7
(170,182,183)
#B5BFC0
(181,191,192)
#C0C8C9
(192,200,201)
#CBD1D2
(203,209,210)
#D6DADB
(214,218,219)
#E1E3E4
(225,227,228)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9293; }

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

This text font color is #7E9293.


Background Color

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

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

This div background color is #7E9293.


Border color

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

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

This div border color is #7E9293.


Opacity

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

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

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

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

This text has shadow with #7E9293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9293 on black background.


Color preview on white background

This text has color #7E9293 on white background.



Black color preview on #7E9293 background

This text has black color on #7E9293 background.


White color preview on #7E9293 background

This text has white color on #7E9293 background.