COLOR #7E7EA4

HEX: #7E7EA4
RGB: (126,126,164)

Color info

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

RGB color model

#7E7EA4 color RGB value is (126,126,164).

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

RGB channels and saturation

R 126 of 255 = 49%
G 126 of 255 = 49%
B 164 of 255 = 64%

126
126
164

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

Portions of RGB colors in percentages

R + G + B =
126 + 126 + 164 = 416 (100%)
R 126 of 416 ~ 30.29%
G 126 of 416 ~ 30.29%
B 164 of 416 ~ 39.42%

%30.29
%30.29
%39.42

CMYK color model

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

  • cyan value is 23.17%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(23,23,0,36)
C23M23Y0K36 
(23%,23%,0%,36%)
(0.23/0.23/0.00/0.36)	

CMYK percentages

%23.17
%23.17
%0
%35.69

Codes

Color #7E7EA4 in popluar color models

7E7EA4
RGB126126164
HSL240°17.27%56.86%
HSB/HSV240°23.17%64.31%
CMYK23.17%23.17%0.00%
35.69%

Color #7E7EA4 in popluar number systems.

HEX7E7EA4
Decimal126126164
Binary1111110111111010100100
Octal176176244

Shades and tints

Shades of #7E7EA4

#7E7EA4
(126,126,164)
#737396
(115,115,150)
#686888
(104,104,136)
#5D5D7A
(93,93,122)
#52526C
(82,82,108)
#47475E
(71,71,94)
#3C3C50
(60,60,80)
#313142
(49,49,66)
#262634
(38,38,52)
#1B1B26
(27,27,38)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #7E7EA4

#7E7EA4
(126,126,164)
#8989AC
(137,137,172)
#9494B4
(148,148,180)
#9F9FBC
(159,159,188)
#AAAAC4
(170,170,196)
#B5B5CC
(181,181,204)
#C0C0D4
(192,192,212)
#CBCBDC
(203,203,220)
#D6D6E4
(214,214,228)
#E1E1EC
(225,225,236)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7EA4; }

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

This text font color is #7E7EA4.


Background Color

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

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

This div background color is #7E7EA4.


Border color

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

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

This div border color is #7E7EA4.


Opacity

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

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

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

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

This text has shadow with #7E7EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7EA4 on black background.


Color preview on white background

This text has color #7E7EA4 on white background.



Black color preview on #7E7EA4 background

This text has black color on #7E7EA4 background.


White color preview on #7E7EA4 background

This text has white color on #7E7EA4 background.