COLOR #7E6CAE

HEX: #7E6CAE
RGB: (126,108,174)

Color info

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

RGB color model

#7E6CAE color RGB value is (126,108,174).

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

RGB channels and saturation

R 126 of 255 = 49%
G 108 of 255 = 42%
B 174 of 255 = 68%

126
108
174

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

Portions of RGB colors in percentages

R + G + B =
126 + 108 + 174 = 408 (100%)
R 126 of 408 ~ 30.88%
G 108 of 408 ~ 26.47%
B 174 of 408 ~ 42.65%

%30.88
%26.47
%42.65

CMYK color model

#7E6CAE color CMYK value is (28,38,0,32).

  • cyan value is 27.59%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(28,38,0,32)
C28M38Y0K32 
(28%,38%,0%,32%)
(0.28/0.38/0.00/0.32)	

CMYK percentages

%27.59
%37.93
%0
%31.76

Codes

Color #7E6CAE in popluar color models

7E6CAE
RGB126108174
HSL256°28.95%55.29%
HSB/HSV256°37.93%68.24%
CMYK27.59%37.93%0.00%
31.76%

Color #7E6CAE in popluar number systems.

HEX7E6CAE
Decimal126108174
Binary1111110110110010101110
Octal176154256

Shades and tints

Shades of #7E6CAE

#7E6CAE
(126,108,174)
#73639F
(115,99,159)
#685A90
(104,90,144)
#5D5181
(93,81,129)
#524872
(82,72,114)
#473F63
(71,63,99)
#3C3654
(60,54,84)
#312D45
(49,45,69)
#262436
(38,36,54)
#1B1B27
(27,27,39)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #7E6CAE

#7E6CAE
(126,108,174)
#8979B5
(137,121,181)
#9486BC
(148,134,188)
#9F93C3
(159,147,195)
#AAA0CA
(170,160,202)
#B5ADD1
(181,173,209)
#C0BAD8
(192,186,216)
#CBC7DF
(203,199,223)
#D6D4E6
(214,212,230)
#E1E1ED
(225,225,237)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6CAE; }

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

This text font color is #7E6CAE.


Background Color

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

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

This div background color is #7E6CAE.


Border color

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

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

This div border color is #7E6CAE.


Opacity

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

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

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

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

This text has shadow with #7E6CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6CAE on black background.


Color preview on white background

This text has color #7E6CAE on white background.



Black color preview on #7E6CAE background

This text has black color on #7E6CAE background.


White color preview on #7E6CAE background

This text has white color on #7E6CAE background.