COLOR #7E9895

HEX: #7E9895
RGB: (126,152,149)

Color info

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

RGB color model

#7E9895 color RGB value is (126,152,149).

  • red value is 126;
  • green value is 152;
  • blue value is 149.
RGB:
(126,152,149)
(49%,60%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 149 of 255 = 58%

126
152
149

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

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 149 = 427 (100%)
R 126 of 427 ~ 29.51%
G 152 of 427 ~ 35.6%
B 149 of 427 ~ 34.89%

%29.51
%35.6
%34.89

CMYK color model

#7E9895 color CMYK value is (17,0,2,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 40.39%
CMYK:
(17,0,2,40)
C17M0Y2K40 
(17%,0%,2%,40%)
(0.17/0.00/0.02/0.40)	

CMYK percentages

%17.11
%0
%1.97
%40.39

Codes

Color #7E9895 in popluar color models

7E9895
RGB126152149
HSL173°11.21%54.51%
HSB/HSV173°17.11%59.61%
CMYK17.11%0.00%1.97%
40.39%

Color #7E9895 in popluar number systems.

HEX7E9895
Decimal126152149
Binary11111101001100010010101
Octal176230225

Shades and tints

Shades of #7E9895

#7E9895
(126,152,149)
#738B88
(115,139,136)
#687E7B
(104,126,123)
#5D716E
(93,113,110)
#526461
(82,100,97)
#475754
(71,87,84)
#3C4A47
(60,74,71)
#313D3A
(49,61,58)
#26302D
(38,48,45)
#1B2320
(27,35,32)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #7E9895

#7E9895
(126,152,149)
#89A19E
(137,161,158)
#94AAA7
(148,170,167)
#9FB3B0
(159,179,176)
#AABCB9
(170,188,185)
#B5C5C2
(181,197,194)
#C0CECB
(192,206,203)
#CBD7D4
(203,215,212)
#D6E0DD
(214,224,221)
#E1E9E6
(225,233,230)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9895 color. Also use rgb(126,152,149) instead hex code.

Text Font Color

.myTextColor { color: #7E9895; }

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

This text font color is #7E9895.


Background Color

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

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

This div background color is #7E9895.


Border color

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

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

This div border color is #7E9895.


Opacity

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

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

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

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

This text has shadow with #7E9895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9895 on black background.


Color preview on white background

This text has color #7E9895 on white background.



Black color preview on #7E9895 background

This text has black color on #7E9895 background.


White color preview on #7E9895 background

This text has white color on #7E9895 background.