COLOR #7E6DAB

HEX: #7E6DAB RGB: (126,109,171)

Color info

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

RGB color model

#7E6DAB color RGB value is (126,109,171).

RGB: (126,109,171) (49%, 43%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 109 of 255 = 43%
B 171 of 255 = 67%

126
109
171

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

Portions of RGB colors in percentages

R + G + B = 126 + 109 + 171 = 406 (100%)
R 126 of 406 ~ 31.03%
G 109 of 406 ~ 26.85%
B 171 of 406 ~ 42.12'%

%31.03
%26.85
%42.12

CMYK color model

#7E6DAB color CMYK value is (26,36,0,33).

  • cyan value is 26.32%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (26,36,0,33)
C26M36Y0K33 (26%, 36%, 0%, 33%)
(0.26 / 0.36 / 0.00 / 0.33)

CMYK percentages

%26.32
%36.26
%0
%32.94

Codes

Color #7E6DAB in popluar color models

7E 6D AB
RGB 126 109 171
HSL 256° 26.96% 54.90%
HSB/HSV 256° 36.26% 67.06%
CMYK 26.32% 36.26% 0.00%
32.94%

Color #7E6DAB in popluar number systems.

HEX 7E 6D AB
Decimal 126 109 171
Binary 1111110 1101101 10101011
Octal 176 155 253

Shades and tints

Shades of #7E6DAB

#7E6DAB
(126,109,171)
#73649C
(115,100,156)
#685B8D
(104,91,141)
#5D527E
(93,82,126)
#52496F
(82,73,111)
#474060
(71,64,96)
#3C3751
(60,55,81)
#312E42
(49,46,66)
#262533
(38,37,51)
#1B1C24
(27,28,36)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #7E6DAB

#7E6DAB
(126,109,171)
#897AB2
(137,122,178)
#9487B9
(148,135,185)
#9F94C0
(159,148,192)
#AAA1C7
(170,161,199)
#B5AECE
(181,174,206)
#C0BBD5
(192,187,213)
#CBC8DC
(203,200,220)
#D6D5E3
(214,213,227)
#E1E2EA
(225,226,234)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6DAB color. Also use rgb(126,109,171) instead hex code.

Text Font Color

.myTextColor { color: #7E6DAB; }

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

This text font color is #7E6DAB.

Background Color

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

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

This div background color is #7E6DAB.

Border color

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

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

This div border color is #7E6DAB.

Opacity

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

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

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

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

This text has shadow with #7E6DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6DAB.

Preview

Color preview on black background

This text has color #7E6DAB on black background.


Color preview on white background

This text has color #7E6DAB on white background.


Black color preview on #7E6DAB background

This text has black color on #7E6DAB background.


White color preview on #7E6DAB background

This text has white color on #7E6DAB background.


Related colors

Complementary color

Complementary color for #hex is #819254.


I love getcolorcode.com

Triadic colors

1 #AB7E6D and #6DAB7E with #7E6DAB are triadic colors.

2 #AB6D7E and #6D7EAB with #7E6DAB are triadic colors.