COLOR #7E7FA3

HEX: #7E7FA3
RGB: (126,127,163)

Color info

#7E7FA3 contains red, green and blue colors in about the same proportion. Web safe color of #7E7FA3 is #666699 (or #669).

RGB color model

#7E7FA3 color RGB value is (126,127,163).

  • red value is 126;
  • green value is 127;
  • blue value is 163.
RGB:
(126,127,163)
(49%,50%,64%)

RGB channels and saturation

R 126 of 255 = 49%
G 127 of 255 = 50%
B 163 of 255 = 64%

126
127
163

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

Portions of RGB colors in percentages

R + G + B =
126 + 127 + 163 = 416 (100%)
R 126 of 416 ~ 30.29%
G 127 of 416 ~ 30.53%
B 163 of 416 ~ 39.18%

%30.29
%30.53
%39.18

CMYK color model

#7E7FA3 color CMYK value is (23,22,0,36).

  • cyan value is 22.70%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(23,22,0,36)
C23M22Y0K36 
(23%,22%,0%,36%)
(0.23/0.22/0.00/0.36)	

CMYK percentages

%22.7
%22.09
%0
%36.08

Codes

Color #7E7FA3 in popluar color models

7E7FA3
RGB126127163
HSL238°16.74%56.67%
HSB/HSV238°22.70%63.92%
CMYK22.70%22.09%0.00%
36.08%

Color #7E7FA3 in popluar number systems.

HEX7E7FA3
Decimal126127163
Binary1111110111111110100011
Octal176177243

Shades and tints

Shades of #7E7FA3

#7E7FA3
(126,127,163)
#737495
(115,116,149)
#686987
(104,105,135)
#5D5E79
(93,94,121)
#52536B
(82,83,107)
#47485D
(71,72,93)
#3C3D4F
(60,61,79)
#313241
(49,50,65)
#262733
(38,39,51)
#1B1C25
(27,28,37)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #7E7FA3

#7E7FA3
(126,127,163)
#898AAB
(137,138,171)
#9495B3
(148,149,179)
#9FA0BB
(159,160,187)
#AAABC3
(170,171,195)
#B5B6CB
(181,182,203)
#C0C1D3
(192,193,211)
#CBCCDB
(203,204,219)
#D6D7E3
(214,215,227)
#E1E2EB
(225,226,235)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7FA3 color. Also use rgb(126,127,163) instead hex code.

Text Font Color

.myTextColor { color: #7E7FA3; }

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

This text font color is #7E7FA3.


Background Color

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

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

This div background color is #7E7FA3.


Border color

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

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

This div border color is #7E7FA3.


Opacity

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

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

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

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

This text has shadow with #7E7FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7FA3 on black background.


Color preview on white background

This text has color #7E7FA3 on white background.



Black color preview on #7E7FA3 background

This text has black color on #7E7FA3 background.


White color preview on #7E7FA3 background

This text has white color on #7E7FA3 background.