COLOR #7E9C93

HEX: #7E9C93
RGB: (126,156,147)

Color info

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

RGB color model

#7E9C93 color RGB value is (126,156,147).

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

RGB channels and saturation

R 126 of 255 = 49%
G 156 of 255 = 61%
B 147 of 255 = 58%

126
156
147

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

Portions of RGB colors in percentages

R + G + B =
126 + 156 + 147 = 429 (100%)
R 126 of 429 ~ 29.37%
G 156 of 429 ~ 36.36%
B 147 of 429 ~ 34.27%

%29.37
%36.36
%34.27

CMYK color model

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

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK:
(19,0,6,39)
C19M0Y6K39 
(19%,0%,6%,39%)
(0.19/0.00/0.06/0.39)	

CMYK percentages

%19.23
%0
%5.77
%38.82

Codes

Color #7E9C93 in popluar color models

7E9C93
RGB126156147
HSL162°13.16%55.29%
HSB/HSV162°19.23%61.18%
CMYK19.23%0.00%5.77%
38.82%

Color #7E9C93 in popluar number systems.

HEX7E9C93
Decimal126156147
Binary11111101001110010010011
Octal176234223

Shades and tints

Shades of #7E9C93

#7E9C93
(126,156,147)
#738E86
(115,142,134)
#688079
(104,128,121)
#5D726C
(93,114,108)
#52645F
(82,100,95)
#475652
(71,86,82)
#3C4845
(60,72,69)
#313A38
(49,58,56)
#262C2B
(38,44,43)
#1B1E1E
(27,30,30)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7E9C93

#7E9C93
(126,156,147)
#89A59C
(137,165,156)
#94AEA5
(148,174,165)
#9FB7AE
(159,183,174)
#AAC0B7
(170,192,183)
#B5C9C0
(181,201,192)
#C0D2C9
(192,210,201)
#CBDBD2
(203,219,210)
#D6E4DB
(214,228,219)
#E1EDE4
(225,237,228)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9C93; }

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

This text font color is #7E9C93.


Background Color

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

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

This div background color is #7E9C93.


Border color

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

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

This div border color is #7E9C93.


Opacity

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

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

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

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

This text has shadow with #7E9C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9C93 on black background.


Color preview on white background

This text has color #7E9C93 on white background.



Black color preview on #7E9C93 background

This text has black color on #7E9C93 background.


White color preview on #7E9C93 background

This text has white color on #7E9C93 background.