COLOR #7E7FAB

HEX: #7E7FAB
RGB: (126,127,171)

Color info

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

RGB color model

#7E7FAB color RGB value is (126,127,171).

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

RGB channels and saturation

R 126 of 255 = 49%
G 127 of 255 = 50%
B 171 of 255 = 67%

126
127
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 127 + 171 = 424 (100%)
R 126 of 424 ~ 29.72%
G 127 of 424 ~ 29.95%
B 171 of 424 ~ 40.33%

%29.72
%29.95
%40.33

CMYK color model

#7E7FAB color CMYK value is (26,26,0,33).

  • cyan value is 26.32%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,26,0,33)
C26M26Y0K33 
(26%,26%,0%,33%)
(0.26/0.26/0.00/0.33)	

CMYK percentages

%26.32
%25.73
%0
%32.94

Codes

Color #7E7FAB in popluar color models

7E7FAB
RGB126127171
HSL239°21.13%58.24%
HSB/HSV239°26.32%67.06%
CMYK26.32%25.73%0.00%
32.94%

Color #7E7FAB in popluar number systems.

HEX7E7FAB
Decimal126127171
Binary1111110111111110101011
Octal176177253

Shades and tints

Shades of #7E7FAB

#7E7FAB
(126,127,171)
#73749C
(115,116,156)
#68698D
(104,105,141)
#5D5E7E
(93,94,126)
#52536F
(82,83,111)
#474860
(71,72,96)
#3C3D51
(60,61,81)
#313242
(49,50,66)
#262733
(38,39,51)
#1B1C24
(27,28,36)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #7E7FAB

#7E7FAB
(126,127,171)
#898AB2
(137,138,178)
#9495B9
(148,149,185)
#9FA0C0
(159,160,192)
#AAABC7
(170,171,199)
#B5B6CE
(181,182,206)
#C0C1D5
(192,193,213)
#CBCCDC
(203,204,220)
#D6D7E3
(214,215,227)
#E1E2EA
(225,226,234)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7FAB; }

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

This text font color is #7E7FAB.


Background Color

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

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

This div background color is #7E7FAB.


Border color

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

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

This div border color is #7E7FAB.


Opacity

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

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

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

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

This text has shadow with #7E7FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7FAB on black background.


Color preview on white background

This text has color #7E7FAB on white background.



Black color preview on #7E7FAB background

This text has black color on #7E7FAB background.


White color preview on #7E7FAB background

This text has white color on #7E7FAB background.