COLOR #7E7696

HEX: #7E7696
RGB: (126,118,150)

Color info

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

RGB color model

#7E7696 color RGB value is (126,118,150).

  • red value is 126;
  • green value is 118;
  • blue value is 150.
RGB:
(126,118,150)
(49%,46%,59%)

RGB channels and saturation

R 126 of 255 = 49%
G 118 of 255 = 46%
B 150 of 255 = 59%

126
118
150

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 150 = 394 (100%)
R 126 of 394 ~ 31.98%
G 118 of 394 ~ 29.95%
B 150 of 394 ~ 38.07%

%31.98
%29.95
%38.07

CMYK color model

#7E7696 color CMYK value is (16,21,0,41).

  • cyan value is 16.00%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(16,21,0,41)
C16M21Y0K41 
(16%,21%,0%,41%)
(0.16/0.21/0.00/0.41)	

CMYK percentages

%16
%21.33
%0
%41.18

Codes

Color #7E7696 in popluar color models

7E7696
RGB126118150
HSL255°13.22%52.55%
HSB/HSV255°21.33%58.82%
CMYK16.00%21.33%0.00%
41.18%

Color #7E7696 in popluar number systems.

HEX7E7696
Decimal126118150
Binary1111110111011010010110
Octal176166226

Shades and tints

Shades of #7E7696

#7E7696
(126,118,150)
#736C89
(115,108,137)
#68627C
(104,98,124)
#5D586F
(93,88,111)
#524E62
(82,78,98)
#474455
(71,68,85)
#3C3A48
(60,58,72)
#31303B
(49,48,59)
#26262E
(38,38,46)
#1B1C21
(27,28,33)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #7E7696

#7E7696
(126,118,150)
#89829F
(137,130,159)
#948EA8
(148,142,168)
#9F9AB1
(159,154,177)
#AAA6BA
(170,166,186)
#B5B2C3
(181,178,195)
#C0BECC
(192,190,204)
#CBCAD5
(203,202,213)
#D6D6DE
(214,214,222)
#E1E2E7
(225,226,231)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7696 color. Also use rgb(126,118,150) instead hex code.

Text Font Color

.myTextColor { color: #7E7696; }

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

This text font color is #7E7696.


Background Color

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

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

This div background color is #7E7696.


Border color

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

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

This div border color is #7E7696.


Opacity

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

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

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

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

This text has shadow with #7E7696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7696 on black background.


Color preview on white background

This text has color #7E7696 on white background.



Black color preview on #7E7696 background

This text has black color on #7E7696 background.


White color preview on #7E7696 background

This text has white color on #7E7696 background.