COLOR #7E6AC7

HEX: #7E6AC7
RGB: (126,106,199)

Color info

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

RGB color model

#7E6AC7 color RGB value is (126,106,199).

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

RGB channels and saturation

R 126 of 255 = 49%
G 106 of 255 = 42%
B 199 of 255 = 78%

126
106
199

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

Portions of RGB colors in percentages

R + G + B =
126 + 106 + 199 = 431 (100%)
R 126 of 431 ~ 29.23%
G 106 of 431 ~ 24.59%
B 199 of 431 ~ 46.17%

%29.23
%24.59
%46.17

CMYK color model

#7E6AC7 color CMYK value is (37,47,0,22).

  • cyan value is 36.68%
  • magenta value is 46.73%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(37,47,0,22)
C37M47Y0K22 
(37%,47%,0%,22%)
(0.37/0.47/0.00/0.22)	

CMYK percentages

%36.68
%46.73
%0
%21.96

Codes

Color #7E6AC7 in popluar color models

7E6AC7
RGB126106199
HSL253°45.37%59.80%
HSB/HSV253°46.73%78.04%
CMYK36.68%46.73%0.00%
21.96%

Color #7E6AC7 in popluar number systems.

HEX7E6AC7
Decimal126106199
Binary1111110110101011000111
Octal176152307

Shades and tints

Shades of #7E6AC7

#7E6AC7
(126,106,199)
#7361B5
(115,97,181)
#6858A3
(104,88,163)
#5D4F91
(93,79,145)
#52467F
(82,70,127)
#473D6D
(71,61,109)
#3C345B
(60,52,91)
#312B49
(49,43,73)
#262237
(38,34,55)
#1B1925
(27,25,37)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E6AC7

#7E6AC7
(126,106,199)
#8977CC
(137,119,204)
#9484D1
(148,132,209)
#9F91D6
(159,145,214)
#AA9EDB
(170,158,219)
#B5ABE0
(181,171,224)
#C0B8E5
(192,184,229)
#CBC5EA
(203,197,234)
#D6D2EF
(214,210,239)
#E1DFF4
(225,223,244)
#ECECF9
(236,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6AC7; }

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

This text font color is #7E6AC7.


Background Color

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

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

This div background color is #7E6AC7.


Border color

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

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

This div border color is #7E6AC7.


Opacity

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

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

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

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

This text has shadow with #7E6AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6AC7 on black background.


Color preview on white background

This text has color #7E6AC7 on white background.



Black color preview on #7E6AC7 background

This text has black color on #7E6AC7 background.


White color preview on #7E6AC7 background

This text has white color on #7E6AC7 background.