COLOR #7E6383

HEX: #7E6383
RGB: (126,99,131)

Color info

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

RGB color model

#7E6383 color RGB value is (126,99,131).

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

RGB channels and saturation

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

126
99
131

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 131 = 356 (100%)
R 126 of 356 ~ 35.39%
G 99 of 356 ~ 27.81%
B 131 of 356 ~ 36.8%

%35.39
%27.81
%36.8

CMYK color model

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

  • cyan value is 3.82%
  • magenta value is 24.43%
  • 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
%24.43
%0
%48.63

Codes

Color #7E6383 in popluar color models

7E6383
RGB12699131
HSL291°13.91%45.10%
HSB/HSV291°24.43%51.37%
CMYK3.82%24.43%0.00%
48.63%

Color #7E6383 in popluar number systems.

HEX7E6383
Decimal12699131
Binary1111110110001110000011
Octal176143203

Shades and tints

Shades of #7E6383

#7E6383
(126,99,131)
#735A78
(115,90,120)
#68516D
(104,81,109)
#5D4862
(93,72,98)
#523F57
(82,63,87)
#47364C
(71,54,76)
#3C2D41
(60,45,65)
#312436
(49,36,54)
#261B2B
(38,27,43)
#1B1220
(27,18,32)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #7E6383

#7E6383
(126,99,131)
#89718E
(137,113,142)
#947F99
(148,127,153)
#9F8DA4
(159,141,164)
#AA9BAF
(170,155,175)
#B5A9BA
(181,169,186)
#C0B7C5
(192,183,197)
#CBC5D0
(203,197,208)
#D6D3DB
(214,211,219)
#E1E1E6
(225,225,230)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6383; }

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

This text font color is #7E6383.


Background Color

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

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

This div background color is #7E6383.


Border color

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

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

This div border color is #7E6383.


Opacity

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

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

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

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

This text has shadow with #7E6383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6383 on black background.


Color preview on white background

This text has color #7E6383 on white background.



Black color preview on #7E6383 background

This text has black color on #7E6383 background.


White color preview on #7E6383 background

This text has white color on #7E6383 background.