COLOR #7E6EAE

HEX: #7E6EAE RGB: (126,110,174)

Color info

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

RGB color model

#7E6EAE color RGB value is (126,110,174).

RGB: (126,110,174) (49%, 43%, 68%)

RGB channels and saturation

R 126 of 255 = 49%
G 110 of 255 = 43%
B 174 of 255 = 68%

126
110
174

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

Portions of RGB colors in percentages

R + G + B = 126 + 110 + 174 = 410 (100%)
R 126 of 410 ~ 30.73%
G 110 of 410 ~ 26.83%
B 174 of 410 ~ 42.44'%

%30.73
%26.83
%42.44

CMYK color model

#7E6EAE color CMYK value is (28,37,0,32).

  • cyan value is 27.59%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (28,37,0,32)
C28M37Y0K32 (28%, 37%, 0%, 32%)
(0.28 / 0.37 / 0.00 / 0.32)

CMYK percentages

%27.59
%36.78
%0
%31.76

Codes

Color #7E6EAE in popluar color models

7E 6E AE
RGB 126 110 174
HSL 255° 28.32% 55.69%
HSB/HSV 255° 36.78% 68.24%
CMYK 27.59% 36.78% 0.00%
31.76%

Color #7E6EAE in popluar number systems.

HEX 7E 6E AE
Decimal 126 110 174
Binary 1111110 1101110 10101110
Octal 176 156 256

Shades and tints

Shades of #7E6EAE

#7E6EAE
(126,110,174)
#73649F
(115,100,159)
#685A90
(104,90,144)
#5D5081
(93,80,129)
#524672
(82,70,114)
#473C63
(71,60,99)
#3C3254
(60,50,84)
#312845
(49,40,69)
#261E36
(38,30,54)
#1B1427
(27,20,39)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #7E6EAE

#7E6EAE
(126,110,174)
#897BB5
(137,123,181)
#9488BC
(148,136,188)
#9F95C3
(159,149,195)
#AAA2CA
(170,162,202)
#B5AFD1
(181,175,209)
#C0BCD8
(192,188,216)
#CBC9DF
(203,201,223)
#D6D6E6
(214,214,230)
#E1E3ED
(225,227,237)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6EAE; }

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

This text font color is #7E6EAE.

Background Color

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

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

This div background color is #7E6EAE.

Border color

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

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

This div border color is #7E6EAE.

Opacity

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

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

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

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

This text has shadow with #7E6EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6EAE.

Preview

Color preview on black background

This text has color #7E6EAE on black background.


Color preview on white background

This text has color #7E6EAE on white background.


Black color preview on #7E6EAE background

This text has black color on #7E6EAE background.


White color preview on #7E6EAE background

This text has white color on #7E6EAE background.


Related colors

Complementary color

Complementary color for #hex is #819151.


I love getcolorcode.com

Triadic colors

1 #AE7E6E and #6EAE7E with #7E6EAE are triadic colors.

2 #AE6E7E and #6E7EAE with #7E6EAE are triadic colors.