COLOR #7E8591

HEX: #7E8591
RGB: (126,133,145)

Color info

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

RGB color model

#7E8591 color RGB value is (126,133,145).

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

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 145 of 255 = 57%

126
133
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 145 = 404 (100%)
R 126 of 404 ~ 31.19%
G 133 of 404 ~ 32.92%
B 145 of 404 ~ 35.89%

%31.19
%32.92
%35.89

CMYK color model

#7E8591 color CMYK value is (13,8,0,43).

  • cyan value is 13.10%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(13,8,0,43)
C13M8Y0K43 
(13%,8%,0%,43%)
(0.13/0.08/0.00/0.43)	

CMYK percentages

%13.1
%8.28
%0
%43.14

Codes

Color #7E8591 in popluar color models

7E8591
RGB126133145
HSL218°7.95%53.14%
HSB/HSV218°13.10%56.86%
CMYK13.10%8.28%0.00%
43.14%

Color #7E8591 in popluar number systems.

HEX7E8591
Decimal126133145
Binary11111101000010110010001
Octal176205221

Shades and tints

Shades of #7E8591

#7E8591
(126,133,145)
#737984
(115,121,132)
#686D77
(104,109,119)
#5D616A
(93,97,106)
#52555D
(82,85,93)
#474950
(71,73,80)
#3C3D43
(60,61,67)
#313136
(49,49,54)
#262529
(38,37,41)
#1B191C
(27,25,28)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E8591

#7E8591
(126,133,145)
#89909B
(137,144,155)
#949BA5
(148,155,165)
#9FA6AF
(159,166,175)
#AAB1B9
(170,177,185)
#B5BCC3
(181,188,195)
#C0C7CD
(192,199,205)
#CBD2D7
(203,210,215)
#D6DDE1
(214,221,225)
#E1E8EB
(225,232,235)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8591; }

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

This text font color is #7E8591.


Background Color

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

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

This div background color is #7E8591.


Border color

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

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

This div border color is #7E8591.


Opacity

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

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

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

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

This text has shadow with #7E8591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8591 on black background.


Color preview on white background

This text has color #7E8591 on white background.



Black color preview on #7E8591 background

This text has black color on #7E8591 background.


White color preview on #7E8591 background

This text has white color on #7E8591 background.