COLOR #7E7697

HEX: #7E7697
RGB: (126,118,151)

Color info

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

RGB color model

#7E7697 color RGB value is (126,118,151).

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

RGB channels and saturation

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

126
118
151

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

Portions of RGB colors in percentages

R + G + B =
126 + 118 + 151 = 395 (100%)
R 126 of 395 ~ 31.9%
G 118 of 395 ~ 29.87%
B 151 of 395 ~ 38.23%

%31.9
%29.87
%38.23

CMYK color model

#7E7697 color CMYK value is (17,22,0,41).

  • cyan value is 16.56%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(17,22,0,41)
C17M22Y0K41 
(17%,22%,0%,41%)
(0.17/0.22/0.00/0.41)	

CMYK percentages

%16.56
%21.85
%0
%40.78

Codes

Color #7E7697 in popluar color models

7E7697
RGB126118151
HSL255°13.69%52.75%
HSB/HSV255°21.85%59.22%
CMYK16.56%21.85%0.00%
40.78%

Color #7E7697 in popluar number systems.

HEX7E7697
Decimal126118151
Binary1111110111011010010111
Octal176166227

Shades and tints

Shades of #7E7697

#7E7697
(126,118,151)
#736C8A
(115,108,138)
#68627D
(104,98,125)
#5D5870
(93,88,112)
#524E63
(82,78,99)
#474456
(71,68,86)
#3C3A49
(60,58,73)
#31303C
(49,48,60)
#26262F
(38,38,47)
#1B1C22
(27,28,34)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #7E7697

#7E7697
(126,118,151)
#8982A0
(137,130,160)
#948EA9
(148,142,169)
#9F9AB2
(159,154,178)
#AAA6BB
(170,166,187)
#B5B2C4
(181,178,196)
#C0BECD
(192,190,205)
#CBCAD6
(203,202,214)
#D6D6DF
(214,214,223)
#E1E2E8
(225,226,232)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7697; }

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

This text font color is #7E7697.


Background Color

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

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

This div background color is #7E7697.


Border color

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

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

This div border color is #7E7697.


Opacity

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

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

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

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

This text has shadow with #7E7697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7697 on black background.


Color preview on white background

This text has color #7E7697 on white background.



Black color preview on #7E7697 background

This text has black color on #7E7697 background.


White color preview on #7E7697 background

This text has white color on #7E7697 background.