COLOR #7E6CA9

HEX: #7E6CA9
RGB: (126,108,169)

Color info

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

RGB color model

#7E6CA9 color RGB value is (126,108,169).

  • red value is 126;
  • green value is 108;
  • blue value is 169.
RGB:
(126,108,169)
(49%,42%,66%)

RGB channels and saturation

R 126 of 255 = 49%
G 108 of 255 = 42%
B 169 of 255 = 66%

126
108
169

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

Portions of RGB colors in percentages

R + G + B =
126 + 108 + 169 = 403 (100%)
R 126 of 403 ~ 31.27%
G 108 of 403 ~ 26.8%
B 169 of 403 ~ 41.94%

%31.27
%26.8
%41.94

CMYK color model

#7E6CA9 color CMYK value is (25,36,0,34).

  • cyan value is 25.44%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(25,36,0,34)
C25M36Y0K34 
(25%,36%,0%,34%)
(0.25/0.36/0.00/0.34)	

CMYK percentages

%25.44
%36.09
%0
%33.73

Codes

Color #7E6CA9 in popluar color models

7E6CA9
RGB126108169
HSL258°26.18%54.31%
HSB/HSV258°36.09%66.27%
CMYK25.44%36.09%0.00%
33.73%

Color #7E6CA9 in popluar number systems.

HEX7E6CA9
Decimal126108169
Binary1111110110110010101001
Octal176154251

Shades and tints

Shades of #7E6CA9

#7E6CA9
(126,108,169)
#73639A
(115,99,154)
#685A8B
(104,90,139)
#5D517C
(93,81,124)
#52486D
(82,72,109)
#473F5E
(71,63,94)
#3C364F
(60,54,79)
#312D40
(49,45,64)
#262431
(38,36,49)
#1B1B22
(27,27,34)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7E6CA9

#7E6CA9
(126,108,169)
#8979B0
(137,121,176)
#9486B7
(148,134,183)
#9F93BE
(159,147,190)
#AAA0C5
(170,160,197)
#B5ADCC
(181,173,204)
#C0BAD3
(192,186,211)
#CBC7DA
(203,199,218)
#D6D4E1
(214,212,225)
#E1E1E8
(225,225,232)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6CA9; }

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

This text font color is #7E6CA9.


Background Color

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

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

This div background color is #7E6CA9.


Border color

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

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

This div border color is #7E6CA9.


Opacity

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

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

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

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

This text has shadow with #7E6CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6CA9 on black background.


Color preview on white background

This text has color #7E6CA9 on white background.



Black color preview on #7E6CA9 background

This text has black color on #7E6CA9 background.


White color preview on #7E6CA9 background

This text has white color on #7E6CA9 background.