COLOR #7E9A8F

HEX: #7E9A8F
RGB: (126,154,143)

Color info

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

RGB color model

#7E9A8F color RGB value is (126,154,143).

  • red value is 126;
  • green value is 154;
  • blue value is 143.
RGB:
(126,154,143)
(49%,60%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 154 of 255 = 60%
B 143 of 255 = 56%

126
154
143

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

Portions of RGB colors in percentages

R + G + B =
126 + 154 + 143 = 423 (100%)
R 126 of 423 ~ 29.79%
G 154 of 423 ~ 36.41%
B 143 of 423 ~ 33.81%

%29.79
%36.41
%33.81

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 39.61%
CMYK:
(18,0,7,40)
C18M0Y7K40 
(18%,0%,7%,40%)
(0.18/0.00/0.07/0.40)	

CMYK percentages

%18.18
%0
%7.14
%39.61

Codes

Color #7E9A8F in popluar color models

7E9A8F
RGB126154143
HSL156°12.17%54.90%
HSB/HSV156°18.18%60.39%
CMYK18.18%0.00%7.14%
39.61%

Color #7E9A8F in popluar number systems.

HEX7E9A8F
Decimal126154143
Binary11111101001101010001111
Octal176232217

Shades and tints

Shades of #7E9A8F

#7E9A8F
(126,154,143)
#738C82
(115,140,130)
#687E75
(104,126,117)
#5D7068
(93,112,104)
#52625B
(82,98,91)
#47544E
(71,84,78)
#3C4641
(60,70,65)
#313834
(49,56,52)
#262A27
(38,42,39)
#1B1C1A
(27,28,26)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #7E9A8F

#7E9A8F
(126,154,143)
#89A399
(137,163,153)
#94ACA3
(148,172,163)
#9FB5AD
(159,181,173)
#AABEB7
(170,190,183)
#B5C7C1
(181,199,193)
#C0D0CB
(192,208,203)
#CBD9D5
(203,217,213)
#D6E2DF
(214,226,223)
#E1EBE9
(225,235,233)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9A8F color. Also use rgb(126,154,143) instead hex code.

Text Font Color

.myTextColor { color: #7E9A8F; }

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

This text font color is #7E9A8F.


Background Color

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

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

This div background color is #7E9A8F.


Border color

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

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

This div border color is #7E9A8F.


Opacity

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

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

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

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

This text has shadow with #7E9A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9A8F on black background.


Color preview on white background

This text has color #7E9A8F on white background.



Black color preview on #7E9A8F background

This text has black color on #7E9A8F background.


White color preview on #7E9A8F background

This text has white color on #7E9A8F background.