COLOR #7E8DA5

HEX: #7E8DA5
RGB: (126,141,165)

Color info

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

RGB color model

#7E8DA5 color RGB value is (126,141,165).

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

RGB channels and saturation

R 126 of 255 = 49%
G 141 of 255 = 55%
B 165 of 255 = 65%

126
141
165

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

Portions of RGB colors in percentages

R + G + B =
126 + 141 + 165 = 432 (100%)
R 126 of 432 ~ 29.17%
G 141 of 432 ~ 32.64%
B 165 of 432 ~ 38.19%

%29.17
%32.64
%38.19

CMYK color model

#7E8DA5 color CMYK value is (24,15,0,35).

  • cyan value is 23.64%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(24,15,0,35)
C24M15Y0K35 
(24%,15%,0%,35%)
(0.24/0.15/0.00/0.35)	

CMYK percentages

%23.64
%14.55
%0
%35.29

Codes

Color #7E8DA5 in popluar color models

7E8DA5
RGB126141165
HSL217°17.81%57.06%
HSB/HSV217°23.64%64.71%
CMYK23.64%14.55%0.00%
35.29%

Color #7E8DA5 in popluar number systems.

HEX7E8DA5
Decimal126141165
Binary11111101000110110100101
Octal176215245

Shades and tints

Shades of #7E8DA5

#7E8DA5
(126,141,165)
#738196
(115,129,150)
#687587
(104,117,135)
#5D6978
(93,105,120)
#525D69
(82,93,105)
#47515A
(71,81,90)
#3C454B
(60,69,75)
#31393C
(49,57,60)
#262D2D
(38,45,45)
#1B211E
(27,33,30)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #7E8DA5

#7E8DA5
(126,141,165)
#8997AD
(137,151,173)
#94A1B5
(148,161,181)
#9FABBD
(159,171,189)
#AAB5C5
(170,181,197)
#B5BFCD
(181,191,205)
#C0C9D5
(192,201,213)
#CBD3DD
(203,211,221)
#D6DDE5
(214,221,229)
#E1E7ED
(225,231,237)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8DA5; }

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

This text font color is #7E8DA5.


Background Color

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

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

This div background color is #7E8DA5.


Border color

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

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

This div border color is #7E8DA5.


Opacity

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

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

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

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

This text has shadow with #7E8DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8DA5 on black background.


Color preview on white background

This text has color #7E8DA5 on white background.



Black color preview on #7E8DA5 background

This text has black color on #7E8DA5 background.


White color preview on #7E8DA5 background

This text has white color on #7E8DA5 background.