COLOR #7E66AA

HEX: #7E66AA
RGB: (126,102,170)

Color info

#7E66AA contains mainly red and blue colors. Web safe color of #7E66AA is #666699 (or #669).

RGB color model

#7E66AA color RGB value is (126,102,170).

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

RGB channels and saturation

R 126 of 255 = 49%
G 102 of 255 = 40%
B 170 of 255 = 67%

126
102
170

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

Portions of RGB colors in percentages

R + G + B =
126 + 102 + 170 = 398 (100%)
R 126 of 398 ~ 31.66%
G 102 of 398 ~ 25.63%
B 170 of 398 ~ 42.71%

%31.66
%25.63
%42.71

CMYK color model

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

  • cyan value is 25.88%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,40,0,33)
C26M40Y0K33 
(26%,40%,0%,33%)
(0.26/0.40/0.00/0.33)	

CMYK percentages

%25.88
%40
%0
%33.33

Codes

Color #7E66AA in popluar color models

7E66AA
RGB126102170
HSL261°28.57%53.33%
HSB/HSV261°40.00%66.67%
CMYK25.88%40.00%0.00%
33.33%

Color #7E66AA in popluar number systems.

HEX7E66AA
Decimal126102170
Binary1111110110011010101010
Octal176146252

Shades and tints

Shades of #7E66AA

#7E66AA
(126,102,170)
#735D9B
(115,93,155)
#68548C
(104,84,140)
#5D4B7D
(93,75,125)
#52426E
(82,66,110)
#47395F
(71,57,95)
#3C3050
(60,48,80)
#312741
(49,39,65)
#261E32
(38,30,50)
#1B1523
(27,21,35)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #7E66AA

#7E66AA
(126,102,170)
#8973B1
(137,115,177)
#9480B8
(148,128,184)
#9F8DBF
(159,141,191)
#AA9AC6
(170,154,198)
#B5A7CD
(181,167,205)
#C0B4D4
(192,180,212)
#CBC1DB
(203,193,219)
#D6CEE2
(214,206,226)
#E1DBE9
(225,219,233)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E66AA; }

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

This text font color is #7E66AA.


Background Color

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

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

This div background color is #7E66AA.


Border color

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

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

This div border color is #7E66AA.


Opacity

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

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

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

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

This text has shadow with #7E66AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E66AA on black background.


Color preview on white background

This text has color #7E66AA on white background.



Black color preview on #7E66AA background

This text has black color on #7E66AA background.


White color preview on #7E66AA background

This text has white color on #7E66AA background.