COLOR #7E8FA1

HEX: #7E8FA1
RGB: (126,143,161)

Color info

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

RGB color model

#7E8FA1 color RGB value is (126,143,161).

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

RGB channels and saturation

R 126 of 255 = 49%
G 143 of 255 = 56%
B 161 of 255 = 63%

126
143
161

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

Portions of RGB colors in percentages

R + G + B =
126 + 143 + 161 = 430 (100%)
R 126 of 430 ~ 29.3%
G 143 of 430 ~ 33.26%
B 161 of 430 ~ 37.44%

%29.3
%33.26
%37.44

CMYK color model

#7E8FA1 color CMYK value is (22,11,0,37).

  • cyan value is 21.74%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(22,11,0,37)
C22M11Y0K37 
(22%,11%,0%,37%)
(0.22/0.11/0.00/0.37)	

CMYK percentages

%21.74
%11.18
%0
%36.86

Codes

Color #7E8FA1 in popluar color models

7E8FA1
RGB126143161
HSL211°15.70%56.27%
HSB/HSV211°21.74%63.14%
CMYK21.74%11.18%0.00%
36.86%

Color #7E8FA1 in popluar number systems.

HEX7E8FA1
Decimal126143161
Binary11111101000111110100001
Octal176217241

Shades and tints

Shades of #7E8FA1

#7E8FA1
(126,143,161)
#738293
(115,130,147)
#687585
(104,117,133)
#5D6877
(93,104,119)
#525B69
(82,91,105)
#474E5B
(71,78,91)
#3C414D
(60,65,77)
#31343F
(49,52,63)
#262731
(38,39,49)
#1B1A23
(27,26,35)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #7E8FA1

#7E8FA1
(126,143,161)
#8999A9
(137,153,169)
#94A3B1
(148,163,177)
#9FADB9
(159,173,185)
#AAB7C1
(170,183,193)
#B5C1C9
(181,193,201)
#C0CBD1
(192,203,209)
#CBD5D9
(203,213,217)
#D6DFE1
(214,223,225)
#E1E9E9
(225,233,233)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8FA1; }

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

This text font color is #7E8FA1.


Background Color

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

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

This div background color is #7E8FA1.


Border color

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

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

This div border color is #7E8FA1.


Opacity

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

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

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

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

This text has shadow with #7E8FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8FA1 on black background.


Color preview on white background

This text has color #7E8FA1 on white background.



Black color preview on #7E8FA1 background

This text has black color on #7E8FA1 background.


White color preview on #7E8FA1 background

This text has white color on #7E8FA1 background.