COLOR #7E8DA1

HEX: #7E8DA1
RGB: (126,141,161)

Color info

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

RGB color model

#7E8DA1 color RGB value is (126,141,161).

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

RGB channels and saturation

R 126 of 255 = 49%
G 141 of 255 = 55%
B 161 of 255 = 63%

126
141
161

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

Portions of RGB colors in percentages

R + G + B =
126 + 141 + 161 = 428 (100%)
R 126 of 428 ~ 29.44%
G 141 of 428 ~ 32.94%
B 161 of 428 ~ 37.62%

%29.44
%32.94
%37.62

CMYK color model

#7E8DA1 color CMYK value is (22,12,0,37).

  • cyan value is 21.74%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(22,12,0,37)
C22M12Y0K37 
(22%,12%,0%,37%)
(0.22/0.12/0.00/0.37)	

CMYK percentages

%21.74
%12.42
%0
%36.86

Codes

Color #7E8DA1 in popluar color models

7E8DA1
RGB126141161
HSL214°15.70%56.27%
HSB/HSV214°21.74%63.14%
CMYK21.74%12.42%0.00%
36.86%

Color #7E8DA1 in popluar number systems.

HEX7E8DA1
Decimal126141161
Binary11111101000110110100001
Octal176215241

Shades and tints

Shades of #7E8DA1

#7E8DA1
(126,141,161)
#738193
(115,129,147)
#687585
(104,117,133)
#5D6977
(93,105,119)
#525D69
(82,93,105)
#47515B
(71,81,91)
#3C454D
(60,69,77)
#31393F
(49,57,63)
#262D31
(38,45,49)
#1B2123
(27,33,35)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #7E8DA1

#7E8DA1
(126,141,161)
#8997A9
(137,151,169)
#94A1B1
(148,161,177)
#9FABB9
(159,171,185)
#AAB5C1
(170,181,193)
#B5BFC9
(181,191,201)
#C0C9D1
(192,201,209)
#CBD3D9
(203,211,217)
#D6DDE1
(214,221,225)
#E1E7E9
(225,231,233)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8DA1; }

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

This text font color is #7E8DA1.


Background Color

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

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

This div background color is #7E8DA1.


Border color

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

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

This div border color is #7E8DA1.


Opacity

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

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

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

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

This text has shadow with #7E8DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8DA1 on black background.


Color preview on white background

This text has color #7E8DA1 on white background.



Black color preview on #7E8DA1 background

This text has black color on #7E8DA1 background.


White color preview on #7E8DA1 background

This text has white color on #7E8DA1 background.