COLOR #7E8097

HEX: #7E8097
RGB: (126,128,151)

Color info

#7E8097 contains red, green and blue colors in about the same proportion. Web safe color of #7E8097 is #666699 (or #669).

RGB color model

#7E8097 color RGB value is (126,128,151).

  • red value is 126;
  • green value is 128;
  • blue value is 151.
RGB:
(126,128,151)
(49%,50%,59%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 151 of 255 = 59%

126
128
151

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

Portions of RGB colors in percentages

R + G + B =
126 + 128 + 151 = 405 (100%)
R 126 of 405 ~ 31.11%
G 128 of 405 ~ 31.6%
B 151 of 405 ~ 37.28%

%31.11
%31.6
%37.28

CMYK color model

#7E8097 color CMYK value is (17,15,0,41).

  • cyan value is 16.56%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(17,15,0,41)
C17M15Y0K41 
(17%,15%,0%,41%)
(0.17/0.15/0.00/0.41)	

CMYK percentages

%16.56
%15.23
%0
%40.78

Codes

Color #7E8097 in popluar color models

7E8097
RGB126128151
HSL235°10.73%54.31%
HSB/HSV235°16.56%59.22%
CMYK16.56%15.23%0.00%
40.78%

Color #7E8097 in popluar number systems.

HEX7E8097
Decimal126128151
Binary11111101000000010010111
Octal176200227

Shades and tints

Shades of #7E8097

#7E8097
(126,128,151)
#73758A
(115,117,138)
#686A7D
(104,106,125)
#5D5F70
(93,95,112)
#525463
(82,84,99)
#474956
(71,73,86)
#3C3E49
(60,62,73)
#31333C
(49,51,60)
#26282F
(38,40,47)
#1B1D22
(27,29,34)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #7E8097

#7E8097
(126,128,151)
#898BA0
(137,139,160)
#9496A9
(148,150,169)
#9FA1B2
(159,161,178)
#AAACBB
(170,172,187)
#B5B7C4
(181,183,196)
#C0C2CD
(192,194,205)
#CBCDD6
(203,205,214)
#D6D8DF
(214,216,223)
#E1E3E8
(225,227,232)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8097 color. Also use rgb(126,128,151) instead hex code.

Text Font Color

.myTextColor { color: #7E8097; }

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

This text font color is #7E8097.


Background Color

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

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

This div background color is #7E8097.


Border color

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

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

This div border color is #7E8097.


Opacity

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

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

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

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

This text has shadow with #7E8097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8097 on black background.


Color preview on white background

This text has color #7E8097 on white background.



Black color preview on #7E8097 background

This text has black color on #7E8097 background.


White color preview on #7E8097 background

This text has white color on #7E8097 background.