COLOR #7E6BA2

HEX: #7E6BA2
RGB: (126,107,162)

Color info

#7E6BA2 contains red, green and blue colors in about the same proportion. Web safe color of #7E6BA2 is #666699 (or #669).

RGB color model

#7E6BA2 color RGB value is (126,107,162).

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

RGB channels and saturation

R 126 of 255 = 49%
G 107 of 255 = 42%
B 162 of 255 = 64%

126
107
162

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

Portions of RGB colors in percentages

R + G + B =
126 + 107 + 162 = 395 (100%)
R 126 of 395 ~ 31.9%
G 107 of 395 ~ 27.09%
B 162 of 395 ~ 41.01%

%31.9
%27.09
%41.01

CMYK color model

#7E6BA2 color CMYK value is (22,34,0,36).

  • cyan value is 22.22%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(22,34,0,36)
C22M34Y0K36 
(22%,34%,0%,36%)
(0.22/0.34/0.00/0.36)	

CMYK percentages

%22.22
%33.95
%0
%36.47

Codes

Color #7E6BA2 in popluar color models

7E6BA2
RGB126107162
HSL261°22.82%52.75%
HSB/HSV261°33.95%63.53%
CMYK22.22%33.95%0.00%
36.47%

Color #7E6BA2 in popluar number systems.

HEX7E6BA2
Decimal126107162
Binary1111110110101110100010
Octal176153242

Shades and tints

Shades of #7E6BA2

#7E6BA2
(126,107,162)
#736294
(115,98,148)
#685986
(104,89,134)
#5D5078
(93,80,120)
#52476A
(82,71,106)
#473E5C
(71,62,92)
#3C354E
(60,53,78)
#312C40
(49,44,64)
#262332
(38,35,50)
#1B1A24
(27,26,36)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #7E6BA2

#7E6BA2
(126,107,162)
#8978AA
(137,120,170)
#9485B2
(148,133,178)
#9F92BA
(159,146,186)
#AA9FC2
(170,159,194)
#B5ACCA
(181,172,202)
#C0B9D2
(192,185,210)
#CBC6DA
(203,198,218)
#D6D3E2
(214,211,226)
#E1E0EA
(225,224,234)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6BA2; }

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

This text font color is #7E6BA2.


Background Color

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

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

This div background color is #7E6BA2.


Border color

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

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

This div border color is #7E6BA2.


Opacity

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

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

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

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

This text has shadow with #7E6BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6BA2 on black background.


Color preview on white background

This text has color #7E6BA2 on white background.



Black color preview on #7E6BA2 background

This text has black color on #7E6BA2 background.


White color preview on #7E6BA2 background

This text has white color on #7E6BA2 background.