COLOR #7E6BD6

HEX: #7E6BD6
RGB: (126,107,214)

Color info

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

RGB color model

#7E6BD6 color RGB value is (126,107,214).

  • red value is 126;
  • green value is 107;
  • blue value is 214.
RGB:
(126,107,214)
(49%,42%,84%)

RGB channels and saturation

R 126 of 255 = 49%
G 107 of 255 = 42%
B 214 of 255 = 84%

126
107
214

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

Portions of RGB colors in percentages

R + G + B =
126 + 107 + 214 = 447 (100%)
R 126 of 447 ~ 28.19%
G 107 of 447 ~ 23.94%
B 214 of 447 ~ 47.87%

%28.19
%23.94
%47.87

CMYK color model

#7E6BD6 color CMYK value is (41,50,0,16).

  • cyan value is 41.12%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(41,50,0,16)
C41M50Y0K16 
(41%,50%,0%,16%)
(0.41/0.50/0.00/0.16)	

CMYK percentages

%41.12
%50
%0
%16.08

Codes

Color #7E6BD6 in popluar color models

7E6BD6
RGB126107214
HSL251°56.61%62.94%
HSB/HSV251°50.00%83.92%
CMYK41.12%50.00%0.00%
16.08%

Color #7E6BD6 in popluar number systems.

HEX7E6BD6
Decimal126107214
Binary1111110110101111010110
Octal176153326

Shades and tints

Shades of #7E6BD6

#7E6BD6
(126,107,214)
#7362C3
(115,98,195)
#6859B0
(104,89,176)
#5D509D
(93,80,157)
#52478A
(82,71,138)
#473E77
(71,62,119)
#3C3564
(60,53,100)
#312C51
(49,44,81)
#26233E
(38,35,62)
#1B1A2B
(27,26,43)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #7E6BD6

#7E6BD6
(126,107,214)
#8978D9
(137,120,217)
#9485DC
(148,133,220)
#9F92DF
(159,146,223)
#AA9FE2
(170,159,226)
#B5ACE5
(181,172,229)
#C0B9E8
(192,185,232)
#CBC6EB
(203,198,235)
#D6D3EE
(214,211,238)
#E1E0F1
(225,224,241)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6BD6 color. Also use rgb(126,107,214) instead hex code.

Text Font Color

.myTextColor { color: #7E6BD6; }

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

This text font color is #7E6BD6.


Background Color

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

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

This div background color is #7E6BD6.


Border color

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

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

This div border color is #7E6BD6.


Opacity

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

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

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

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

This text has shadow with #7E6BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6BD6 on black background.


Color preview on white background

This text has color #7E6BD6 on white background.



Black color preview on #7E6BD6 background

This text has black color on #7E6BD6 background.


White color preview on #7E6BD6 background

This text has white color on #7E6BD6 background.