COLOR #7E6286

HEX: #7E6286 RGB: (126,98,134)

Color info

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

RGB color model

#7E6286 color RGB value is (126,98,134).

RGB: (126,98,134) (49%, 38%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 134 of 255 = 53%

126
98
134

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

Portions of RGB colors in percentages

R + G + B = 126 + 98 + 134 = 358 (100%)
R 126 of 358 ~ 35.2%
G 98 of 358 ~ 27.37%
B 134 of 358 ~ 37.43'%

%35.2
%27.37
%37.43

CMYK color model

#7E6286 color CMYK value is (6,27,0,47).

  • cyan value is 5.97%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK: (6,27,0,47) C6M27Y0K47 (6%,27%,0%,47%) (0.06/0.27/0.00/0.47) 

CMYK percentages

%5.97
%26.87
%0
%47.45

Codes

Color #7E6286 in popluar color models

7E 62 86
RGB 126 98 134
HSL 287° 15.52% 45.49%
HSB/HSV 287° 26.87% 52.55%
CMYK 5.97% 26.87% 0.00%
47.45%

Color #7E6286 in popluar number systems.

HEX 7E 62 86
Decimal 126 98 134
Binary 1111110 1100010 10000110
Octal 176 142 206

Shades and tints

Shades of #7E6286

#7E6286
(126,98,134)
#735A7A
(115,90,122)
#68526E
(104,82,110)
#5D4A62
(93,74,98)
#524256
(82,66,86)
#473A4A
(71,58,74)
#3C323E
(60,50,62)
#312A32
(49,42,50)
#262226
(38,34,38)
#1B1A1A
(27,26,26)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #7E6286

#7E6286
(126,98,134)
#897091
(137,112,145)
#947E9C
(148,126,156)
#9F8CA7
(159,140,167)
#AA9AB2
(170,154,178)
#B5A8BD
(181,168,189)
#C0B6C8
(192,182,200)
#CBC4D3
(203,196,211)
#D6D2DE
(214,210,222)
#E1E0E9
(225,224,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6286 color. Also use rgb(126,98,134) instead hex code.

Text Font Color

.myTextColor { color: #7E6286; }

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

This text font color is #7E6286.

Background Color

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

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

This div background color is #7E6286.

Border color

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

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

This div border color is #7E6286.

Opacity

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

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

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

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

This text has shadow with #7E6286 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E6286.

Preview

Color preview on black background

This text has color #7E6286 on black background.


Color preview on white background

This text has color #7E6286 on white background.


Black color preview on #7E6286 background

This text has black color on #7E6286 background.


White color preview on #7E6286 background

This text has white color on #7E6286 background.


Related colors

Complementary color

Complementary color for #hex is #819D79.


I love getcolorcode.com

Triadic colors

1 #867E62 and #62867E with #7E6286 are triadic colors.

2 #86627E and #627E86 with #7E6286 are triadic colors.