COLOR #7E7196

HEX: #7E7196 RGB: (126,113,150)

Color info

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

RGB color model

#7E7196 color RGB value is (126,113,150).

RGB: (126,113,150) (49%, 44%, 59%)

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 150 of 255 = 59%

126
113
150

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

Portions of RGB colors in percentages

R + G + B = 126 + 113 + 150 = 389 (100%)
R 126 of 389 ~ 32.39%
G 113 of 389 ~ 29.05%
B 150 of 389 ~ 38.56'%

%32.39
%29.05
%38.56

CMYK color model

#7E7196 color CMYK value is (16,25,0,41).

  • cyan value is 16.00%
  • magenta value is 24.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (16,25,0,41)
C16M25Y0K41 (16%, 25%, 0%, 41%)
(0.16 / 0.25 / 0.00 / 0.41)

CMYK percentages

%16
%24.67
%0
%41.18

Codes

Color #7E7196 in popluar color models

7E 71 96
RGB 126 113 150
HSL 261° 14.98% 51.57%
HSB/HSV 261° 24.67% 58.82%
CMYK 16.00% 24.67% 0.00%
41.18%

Color #7E7196 in popluar number systems.

HEX 7E 71 96
Decimal 126 113 150
Binary 1111110 1110001 10010110
Octal 176 161 226

Shades and tints

Shades of #7E7196

#7E7196
(126,113,150)
#736789
(115,103,137)
#685D7C
(104,93,124)
#5D536F
(93,83,111)
#524962
(82,73,98)
#473F55
(71,63,85)
#3C3548
(60,53,72)
#312B3B
(49,43,59)
#26212E
(38,33,46)
#1B1721
(27,23,33)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #7E7196

#7E7196
(126,113,150)
#897D9F
(137,125,159)
#9489A8
(148,137,168)
#9F95B1
(159,149,177)
#AAA1BA
(170,161,186)
#B5ADC3
(181,173,195)
#C0B9CC
(192,185,204)
#CBC5D5
(203,197,213)
#D6D1DE
(214,209,222)
#E1DDE7
(225,221,231)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7196; }

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

This text font color is #7E7196.

Background Color

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

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

This div background color is #7E7196.

Border color

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

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

This div border color is #7E7196.

Opacity

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

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

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

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

This text has shadow with #7E7196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7196.

Preview

Color preview on black background

This text has color #7E7196 on black background.


Color preview on white background

This text has color #7E7196 on white background.


Black color preview on #7E7196 background

This text has black color on #7E7196 background.


White color preview on #7E7196 background

This text has white color on #7E7196 background.


Related colors

Complementary color

Complementary color for #hex is #818E69.


I love getcolorcode.com

Triadic colors

1 #967E71 and #71967E with #7E7196 are triadic colors.

2 #96717E and #717E96 with #7E7196 are triadic colors.