COLOR #7E6D99

HEX: #7E6D99
RGB: (126,109,153)

Color info

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

RGB color model

#7E6D99 color RGB value is (126,109,153).

  • red value is 126;
  • green value is 109;
  • blue value is 153.
RGB:
(126,109,153)
(49%,43%,60%)

RGB channels and saturation

R 126 of 255 = 49%
G 109 of 255 = 43%
B 153 of 255 = 60%

126
109
153

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

Portions of RGB colors in percentages

R + G + B =
126 + 109 + 153 = 388 (100%)
R 126 of 388 ~ 32.47%
G 109 of 388 ~ 28.09%
B 153 of 388 ~ 39.43%

%32.47
%28.09
%39.43

CMYK color model

#7E6D99 color CMYK value is (18,29,0,40).

  • cyan value is 17.65%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(18,29,0,40)
C18M29Y0K40 
(18%,29%,0%,40%)
(0.18/0.29/0.00/0.40)	

CMYK percentages

%17.65
%28.76
%0
%40

Codes

Color #7E6D99 in popluar color models

7E6D99
RGB126109153
HSL263°17.74%51.37%
HSB/HSV263°28.76%60.00%
CMYK17.65%28.76%0.00%
40.00%

Color #7E6D99 in popluar number systems.

HEX7E6D99
Decimal126109153
Binary1111110110110110011001
Octal176155231

Shades and tints

Shades of #7E6D99

#7E6D99
(126,109,153)
#73648C
(115,100,140)
#685B7F
(104,91,127)
#5D5272
(93,82,114)
#524965
(82,73,101)
#474058
(71,64,88)
#3C374B
(60,55,75)
#312E3E
(49,46,62)
#262531
(38,37,49)
#1B1C24
(27,28,36)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #7E6D99

#7E6D99
(126,109,153)
#897AA2
(137,122,162)
#9487AB
(148,135,171)
#9F94B4
(159,148,180)
#AAA1BD
(170,161,189)
#B5AEC6
(181,174,198)
#C0BBCF
(192,187,207)
#CBC8D8
(203,200,216)
#D6D5E1
(214,213,225)
#E1E2EA
(225,226,234)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D99; }

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

This text font color is #7E6D99.


Background Color

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

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

This div background color is #7E6D99.


Border color

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

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

This div border color is #7E6D99.


Opacity

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

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

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

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

This text has shadow with #7E6D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D99 on black background.


Color preview on white background

This text has color #7E6D99 on white background.



Black color preview on #7E6D99 background

This text has black color on #7E6D99 background.


White color preview on #7E6D99 background

This text has white color on #7E6D99 background.