COLOR #7E6982

HEX: #7E6982
RGB: (126,105,130)

Color info

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

RGB color model

#7E6982 color RGB value is (126,105,130).

  • red value is 126;
  • green value is 105;
  • blue value is 130.
RGB:
(126,105,130)
(49%,41%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 105 of 255 = 41%
B 130 of 255 = 51%

126
105
130

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

Portions of RGB colors in percentages

R + G + B =
126 + 105 + 130 = 361 (100%)
R 126 of 361 ~ 34.9%
G 105 of 361 ~ 29.09%
B 130 of 361 ~ 36.01%

%34.9
%29.09
%36.01

CMYK color model

#7E6982 color CMYK value is (3,19,0,49).

  • cyan value is 3.08%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(3,19,0,49)
C3M19Y0K49 
(3%,19%,0%,49%)
(0.03/0.19/0.00/0.49)	

CMYK percentages

%3.08
%19.23
%0
%49.02

Codes

Color #7E6982 in popluar color models

7E6982
RGB126105130
HSL290°10.64%46.08%
HSB/HSV290°19.23%50.98%
CMYK3.08%19.23%0.00%
49.02%

Color #7E6982 in popluar number systems.

HEX7E6982
Decimal126105130
Binary1111110110100110000010
Octal176151202

Shades and tints

Shades of #7E6982

#7E6982
(126,105,130)
#736077
(115,96,119)
#68576C
(104,87,108)
#5D4E61
(93,78,97)
#524556
(82,69,86)
#473C4B
(71,60,75)
#3C3340
(60,51,64)
#312A35
(49,42,53)
#26212A
(38,33,42)
#1B181F
(27,24,31)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #7E6982

#7E6982
(126,105,130)
#89768D
(137,118,141)
#948398
(148,131,152)
#9F90A3
(159,144,163)
#AA9DAE
(170,157,174)
#B5AAB9
(181,170,185)
#C0B7C4
(192,183,196)
#CBC4CF
(203,196,207)
#D6D1DA
(214,209,218)
#E1DEE5
(225,222,229)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6982 color. Also use rgb(126,105,130) instead hex code.

Text Font Color

.myTextColor { color: #7E6982; }

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

This text font color is #7E6982.


Background Color

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

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

This div background color is #7E6982.


Border color

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

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

This div border color is #7E6982.


Opacity

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

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

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

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

This text has shadow with #7E6982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6982 on black background.


Color preview on white background

This text has color #7E6982 on white background.



Black color preview on #7E6982 background

This text has black color on #7E6982 background.


White color preview on #7E6982 background

This text has white color on #7E6982 background.