COLOR #7E7DAD

HEX: #7E7DAD
RGB: (126,125,173)

Color info

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

RGB color model

#7E7DAD color RGB value is (126,125,173).

  • red value is 126;
  • green value is 125;
  • blue value is 173.
RGB:
(126,125,173)
(49%,49%,68%)

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 173 of 255 = 68%

126
125
173

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

Portions of RGB colors in percentages

R + G + B =
126 + 125 + 173 = 424 (100%)
R 126 of 424 ~ 29.72%
G 125 of 424 ~ 29.48%
B 173 of 424 ~ 40.8%

%29.72
%29.48
%40.8

CMYK color model

#7E7DAD color CMYK value is (27,28,0,32).

  • cyan value is 27.17%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(27,28,0,32)
C27M28Y0K32 
(27%,28%,0%,32%)
(0.27/0.28/0.00/0.32)	

CMYK percentages

%27.17
%27.75
%0
%32.16

Codes

Color #7E7DAD in popluar color models

7E7DAD
RGB126125173
HSL241°22.64%58.43%
HSB/HSV241°27.75%67.84%
CMYK27.17%27.75%0.00%
32.16%

Color #7E7DAD in popluar number systems.

HEX7E7DAD
Decimal126125173
Binary1111110111110110101101
Octal176175255

Shades and tints

Shades of #7E7DAD

#7E7DAD
(126,125,173)
#73729E
(115,114,158)
#68678F
(104,103,143)
#5D5C80
(93,92,128)
#525171
(82,81,113)
#474662
(71,70,98)
#3C3B53
(60,59,83)
#313044
(49,48,68)
#262535
(38,37,53)
#1B1A26
(27,26,38)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #7E7DAD

#7E7DAD
(126,125,173)
#8988B4
(137,136,180)
#9493BB
(148,147,187)
#9F9EC2
(159,158,194)
#AAA9C9
(170,169,201)
#B5B4D0
(181,180,208)
#C0BFD7
(192,191,215)
#CBCADE
(203,202,222)
#D6D5E5
(214,213,229)
#E1E0EC
(225,224,236)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7DAD; }

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

This text font color is #7E7DAD.


Background Color

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

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

This div background color is #7E7DAD.


Border color

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

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

This div border color is #7E7DAD.


Opacity

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

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

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

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

This text has shadow with #7E7DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7DAD on black background.


Color preview on white background

This text has color #7E7DAD on white background.



Black color preview on #7E7DAD background

This text has black color on #7E7DAD background.


White color preview on #7E7DAD background

This text has white color on #7E7DAD background.