COLOR #7E8DAF

HEX: #7E8DAF
RGB: (126,141,175)

Color info

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

RGB color model

#7E8DAF color RGB value is (126,141,175).

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

RGB channels and saturation

R 126 of 255 = 49%
G 141 of 255 = 55%
B 175 of 255 = 69%

126
141
175

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

Portions of RGB colors in percentages

R + G + B =
126 + 141 + 175 = 442 (100%)
R 126 of 442 ~ 28.51%
G 141 of 442 ~ 31.9%
B 175 of 442 ~ 39.59%

%28.51
%31.9
%39.59

CMYK color model

#7E8DAF color CMYK value is (28,19,0,31).

  • cyan value is 28.00%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(28,19,0,31)
C28M19Y0K31 
(28%,19%,0%,31%)
(0.28/0.19/0.00/0.31)	

CMYK percentages

%28
%19.43
%0
%31.37

Codes

Color #7E8DAF in popluar color models

7E8DAF
RGB126141175
HSL222°23.44%59.02%
HSB/HSV222°28.00%68.63%
CMYK28.00%19.43%0.00%
31.37%

Color #7E8DAF in popluar number systems.

HEX7E8DAF
Decimal126141175
Binary11111101000110110101111
Octal176215257

Shades and tints

Shades of #7E8DAF

#7E8DAF
(126,141,175)
#7381A0
(115,129,160)
#687591
(104,117,145)
#5D6982
(93,105,130)
#525D73
(82,93,115)
#475164
(71,81,100)
#3C4555
(60,69,85)
#313946
(49,57,70)
#262D37
(38,45,55)
#1B2128
(27,33,40)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #7E8DAF

#7E8DAF
(126,141,175)
#8997B6
(137,151,182)
#94A1BD
(148,161,189)
#9FABC4
(159,171,196)
#AAB5CB
(170,181,203)
#B5BFD2
(181,191,210)
#C0C9D9
(192,201,217)
#CBD3E0
(203,211,224)
#D6DDE7
(214,221,231)
#E1E7EE
(225,231,238)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8DAF; }

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

This text font color is #7E8DAF.


Background Color

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

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

This div background color is #7E8DAF.


Border color

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

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

This div border color is #7E8DAF.


Opacity

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

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

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

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

This text has shadow with #7E8DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8DAF on black background.


Color preview on white background

This text has color #7E8DAF on white background.



Black color preview on #7E8DAF background

This text has black color on #7E8DAF background.


White color preview on #7E8DAF background

This text has white color on #7E8DAF background.