COLOR #7E6483

HEX: #7E6483
RGB: (126,100,131)

Color info

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

RGB color model

#7E6483 color RGB value is (126,100,131).

  • red value is 126;
  • green value is 100;
  • blue value is 131.
RGB:
(126,100,131)
(49%,39%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 100 of 255 = 39%
B 131 of 255 = 51%

126
100
131

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

Portions of RGB colors in percentages

R + G + B =
126 + 100 + 131 = 357 (100%)
R 126 of 357 ~ 35.29%
G 100 of 357 ~ 28.01%
B 131 of 357 ~ 36.69%

%35.29
%28.01
%36.69

CMYK color model

#7E6483 color CMYK value is (4,24,0,49).

  • cyan value is 3.82%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(4,24,0,49)
C4M24Y0K49 
(4%,24%,0%,49%)
(0.04/0.24/0.00/0.49)	

CMYK percentages

%3.82
%23.66
%0
%48.63

Codes

Color #7E6483 in popluar color models

7E6483
RGB126100131
HSL290°13.42%45.29%
HSB/HSV290°23.66%51.37%
CMYK3.82%23.66%0.00%
48.63%

Color #7E6483 in popluar number systems.

HEX7E6483
Decimal126100131
Binary1111110110010010000011
Octal176144203

Shades and tints

Shades of #7E6483

#7E6483
(126,100,131)
#735B78
(115,91,120)
#68526D
(104,82,109)
#5D4962
(93,73,98)
#524057
(82,64,87)
#47374C
(71,55,76)
#3C2E41
(60,46,65)
#312536
(49,37,54)
#261C2B
(38,28,43)
#1B1320
(27,19,32)
#100A15
(16,10,21)
#000000
(0,0,0)

Tints of #7E6483

#7E6483
(126,100,131)
#89728E
(137,114,142)
#948099
(148,128,153)
#9F8EA4
(159,142,164)
#AA9CAF
(170,156,175)
#B5AABA
(181,170,186)
#C0B8C5
(192,184,197)
#CBC6D0
(203,198,208)
#D6D4DB
(214,212,219)
#E1E2E6
(225,226,230)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6483 color. Also use rgb(126,100,131) instead hex code.

Text Font Color

.myTextColor { color: #7E6483; }

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

This text font color is #7E6483.


Background Color

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

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

This div background color is #7E6483.


Border color

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

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

This div border color is #7E6483.


Opacity

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

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

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

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

This text has shadow with #7E6483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6483 on black background.


Color preview on white background

This text has color #7E6483 on white background.



Black color preview on #7E6483 background

This text has black color on #7E6483 background.


White color preview on #7E6483 background

This text has white color on #7E6483 background.