COLOR #7E8A91

HEX: #7E8A91
RGB: (126,138,145)

Color info

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

RGB color model

#7E8A91 color RGB value is (126,138,145).

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

RGB channels and saturation

R 126 of 255 = 49%
G 138 of 255 = 54%
B 145 of 255 = 57%

126
138
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 138 + 145 = 409 (100%)
R 126 of 409 ~ 30.81%
G 138 of 409 ~ 33.74%
B 145 of 409 ~ 35.45%

%30.81
%33.74
%35.45

CMYK color model

#7E8A91 color CMYK value is (13,5,0,43).

  • cyan value is 13.10%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(13,5,0,43)
C13M5Y0K43 
(13%,5%,0%,43%)
(0.13/0.05/0.00/0.43)	

CMYK percentages

%13.1
%4.83
%0
%43.14

Codes

Color #7E8A91 in popluar color models

7E8A91
RGB126138145
HSL202°7.95%53.14%
HSB/HSV202°13.10%56.86%
CMYK13.10%4.83%0.00%
43.14%

Color #7E8A91 in popluar number systems.

HEX7E8A91
Decimal126138145
Binary11111101000101010010001
Octal176212221

Shades and tints

Shades of #7E8A91

#7E8A91
(126,138,145)
#737E84
(115,126,132)
#687277
(104,114,119)
#5D666A
(93,102,106)
#525A5D
(82,90,93)
#474E50
(71,78,80)
#3C4243
(60,66,67)
#313636
(49,54,54)
#262A29
(38,42,41)
#1B1E1C
(27,30,28)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7E8A91

#7E8A91
(126,138,145)
#89949B
(137,148,155)
#949EA5
(148,158,165)
#9FA8AF
(159,168,175)
#AAB2B9
(170,178,185)
#B5BCC3
(181,188,195)
#C0C6CD
(192,198,205)
#CBD0D7
(203,208,215)
#D6DAE1
(214,218,225)
#E1E4EB
(225,228,235)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8A91; }

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

This text font color is #7E8A91.


Background Color

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

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

This div background color is #7E8A91.


Border color

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

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

This div border color is #7E8A91.


Opacity

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

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

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

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

This text has shadow with #7E8A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8A91 on black background.


Color preview on white background

This text has color #7E8A91 on white background.



Black color preview on #7E8A91 background

This text has black color on #7E8A91 background.


White color preview on #7E8A91 background

This text has white color on #7E8A91 background.