COLOR #7E7EAB

HEX: #7E7EAB
RGB: (126,126,171)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
126
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 126 + 171 = 423 (100%)
R 126 of 423 ~ 29.79%
G 126 of 423 ~ 29.79%
B 171 of 423 ~ 40.43%

%29.79
%29.79
%40.43

CMYK color model

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

  • cyan value is 26.32%
  • magenta value is 26.32%
  • 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
%26.32
%0
%32.94

Codes

Color #7E7EAB in popluar color models

7E7EAB
RGB126126171
HSL240°21.13%58.24%
HSB/HSV240°26.32%67.06%
CMYK26.32%26.32%0.00%
32.94%

Color #7E7EAB in popluar number systems.

HEX7E7EAB
Decimal126126171
Binary1111110111111010101011
Octal176176253

Shades and tints

Shades of #7E7EAB

#7E7EAB
(126,126,171)
#73739C
(115,115,156)
#68688D
(104,104,141)
#5D5D7E
(93,93,126)
#52526F
(82,82,111)
#474760
(71,71,96)
#3C3C51
(60,60,81)
#313142
(49,49,66)
#262633
(38,38,51)
#1B1B24
(27,27,36)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7E7EAB

#7E7EAB
(126,126,171)
#8989B2
(137,137,178)
#9494B9
(148,148,185)
#9F9FC0
(159,159,192)
#AAAAC7
(170,170,199)
#B5B5CE
(181,181,206)
#C0C0D5
(192,192,213)
#CBCBDC
(203,203,220)
#D6D6E3
(214,214,227)
#E1E1EA
(225,225,234)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7EAB; }

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

This text font color is #7E7EAB.


Background Color

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

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

This div background color is #7E7EAB.


Border color

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

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

This div border color is #7E7EAB.


Opacity

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

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

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

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

This text has shadow with #7E7EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7EAB on black background.


Color preview on white background

This text has color #7E7EAB on white background.



Black color preview on #7E7EAB background

This text has black color on #7E7EAB background.


White color preview on #7E7EAB background

This text has white color on #7E7EAB background.