COLOR #7E6EC7

HEX: #7E6EC7
RGB: (126,110,199)

Color info

#7E6EC7 contains mainly blue color. Web safe color of #7E6EC7 is #6666CC (or #66C).

RGB color model

#7E6EC7 color RGB value is (126,110,199).

  • red value is 126;
  • green value is 110;
  • blue value is 199.
RGB:
(126,110,199)
(49%,43%,78%)

RGB channels and saturation

R 126 of 255 = 49%
G 110 of 255 = 43%
B 199 of 255 = 78%

126
110
199

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

Portions of RGB colors in percentages

R + G + B =
126 + 110 + 199 = 435 (100%)
R 126 of 435 ~ 28.97%
G 110 of 435 ~ 25.29%
B 199 of 435 ~ 45.75%

%28.97
%25.29
%45.75

CMYK color model

#7E6EC7 color CMYK value is (37,45,0,22).

  • cyan value is 36.68%
  • magenta value is 44.72%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(37,45,0,22)
C37M45Y0K22 
(37%,45%,0%,22%)
(0.37/0.45/0.00/0.22)	

CMYK percentages

%36.68
%44.72
%0
%21.96

Codes

Color #7E6EC7 in popluar color models

7E6EC7
RGB126110199
HSL251°44.28%60.59%
HSB/HSV251°44.72%78.04%
CMYK36.68%44.72%0.00%
21.96%

Color #7E6EC7 in popluar number systems.

HEX7E6EC7
Decimal126110199
Binary1111110110111011000111
Octal176156307

Shades and tints

Shades of #7E6EC7

#7E6EC7
(126,110,199)
#7364B5
(115,100,181)
#685AA3
(104,90,163)
#5D5091
(93,80,145)
#52467F
(82,70,127)
#473C6D
(71,60,109)
#3C325B
(60,50,91)
#312849
(49,40,73)
#261E37
(38,30,55)
#1B1425
(27,20,37)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #7E6EC7

#7E6EC7
(126,110,199)
#897BCC
(137,123,204)
#9488D1
(148,136,209)
#9F95D6
(159,149,214)
#AAA2DB
(170,162,219)
#B5AFE0
(181,175,224)
#C0BCE5
(192,188,229)
#CBC9EA
(203,201,234)
#D6D6EF
(214,214,239)
#E1E3F4
(225,227,244)
#ECF0F9
(236,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6EC7; }

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

This text font color is #7E6EC7.


Background Color

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

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

This div background color is #7E6EC7.


Border color

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

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

This div border color is #7E6EC7.


Opacity

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

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

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

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

This text has shadow with #7E6EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6EC7 on black background.


Color preview on white background

This text has color #7E6EC7 on white background.



Black color preview on #7E6EC7 background

This text has black color on #7E6EC7 background.


White color preview on #7E6EC7 background

This text has white color on #7E6EC7 background.