COLOR #7E8EA8

HEX: #7E8EA8
RGB: (126,142,168)

Color info

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

RGB color model

#7E8EA8 color RGB value is (126,142,168).

  • red value is 126;
  • green value is 142;
  • blue value is 168.
RGB:
(126,142,168)
(49%,56%,66%)

RGB channels and saturation

R 126 of 255 = 49%
G 142 of 255 = 56%
B 168 of 255 = 66%

126
142
168

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

Portions of RGB colors in percentages

R + G + B =
126 + 142 + 168 = 436 (100%)
R 126 of 436 ~ 28.9%
G 142 of 436 ~ 32.57%
B 168 of 436 ~ 38.53%

%28.9
%32.57
%38.53

CMYK color model

#7E8EA8 color CMYK value is (25,15,0,34).

  • cyan value is 25.00%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(25,15,0,34)
C25M15Y0K34 
(25%,15%,0%,34%)
(0.25/0.15/0.00/0.34)	

CMYK percentages

%25
%15.48
%0
%34.12

Codes

Color #7E8EA8 in popluar color models

7E8EA8
RGB126142168
HSL217°19.44%57.65%
HSB/HSV217°25.00%65.88%
CMYK25.00%15.48%0.00%
34.12%

Color #7E8EA8 in popluar number systems.

HEX7E8EA8
Decimal126142168
Binary11111101000111010101000
Octal176216250

Shades and tints

Shades of #7E8EA8

#7E8EA8
(126,142,168)
#738299
(115,130,153)
#68768A
(104,118,138)
#5D6A7B
(93,106,123)
#525E6C
(82,94,108)
#47525D
(71,82,93)
#3C464E
(60,70,78)
#313A3F
(49,58,63)
#262E30
(38,46,48)
#1B2221
(27,34,33)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #7E8EA8

#7E8EA8
(126,142,168)
#8998AF
(137,152,175)
#94A2B6
(148,162,182)
#9FACBD
(159,172,189)
#AAB6C4
(170,182,196)
#B5C0CB
(181,192,203)
#C0CAD2
(192,202,210)
#CBD4D9
(203,212,217)
#D6DEE0
(214,222,224)
#E1E8E7
(225,232,231)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8EA8 color. Also use rgb(126,142,168) instead hex code.

Text Font Color

.myTextColor { color: #7E8EA8; }

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

This text font color is #7E8EA8.


Background Color

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

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

This div background color is #7E8EA8.


Border color

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

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

This div border color is #7E8EA8.


Opacity

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

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

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

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

This text has shadow with #7E8EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8EA8 on black background.


Color preview on white background

This text has color #7E8EA8 on white background.



Black color preview on #7E8EA8 background

This text has black color on #7E8EA8 background.


White color preview on #7E8EA8 background

This text has white color on #7E8EA8 background.