COLOR #7E7B9E

HEX: #7E7B9E
RGB: (126,123,158)

Color info

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

RGB color model

#7E7B9E color RGB value is (126,123,158).

  • red value is 126;
  • green value is 123;
  • blue value is 158.
RGB:
(126,123,158)
(49%,48%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 123 of 255 = 48%
B 158 of 255 = 62%

126
123
158

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

Portions of RGB colors in percentages

R + G + B =
126 + 123 + 158 = 407 (100%)
R 126 of 407 ~ 30.96%
G 123 of 407 ~ 30.22%
B 158 of 407 ~ 38.82%

%30.96
%30.22
%38.82

CMYK color model

#7E7B9E color CMYK value is (20,22,0,38).

  • cyan value is 20.25%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,22,0,38)
C20M22Y0K38 
(20%,22%,0%,38%)
(0.20/0.22/0.00/0.38)	

CMYK percentages

%20.25
%22.15
%0
%38.04

Codes

Color #7E7B9E in popluar color models

7E7B9E
RGB126123158
HSL245°15.28%55.10%
HSB/HSV245°22.15%61.96%
CMYK20.25%22.15%0.00%
38.04%

Color #7E7B9E in popluar number systems.

HEX7E7B9E
Decimal126123158
Binary1111110111101110011110
Octal176173236

Shades and tints

Shades of #7E7B9E

#7E7B9E
(126,123,158)
#737090
(115,112,144)
#686582
(104,101,130)
#5D5A74
(93,90,116)
#524F66
(82,79,102)
#474458
(71,68,88)
#3C394A
(60,57,74)
#312E3C
(49,46,60)
#26232E
(38,35,46)
#1B1820
(27,24,32)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E7B9E

#7E7B9E
(126,123,158)
#8987A6
(137,135,166)
#9493AE
(148,147,174)
#9F9FB6
(159,159,182)
#AAABBE
(170,171,190)
#B5B7C6
(181,183,198)
#C0C3CE
(192,195,206)
#CBCFD6
(203,207,214)
#D6DBDE
(214,219,222)
#E1E7E6
(225,231,230)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7B9E color. Also use rgb(126,123,158) instead hex code.

Text Font Color

.myTextColor { color: #7E7B9E; }

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

This text font color is #7E7B9E.


Background Color

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

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

This div background color is #7E7B9E.


Border color

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

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

This div border color is #7E7B9E.


Opacity

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

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

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

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

This text has shadow with #7E7B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7B9E on black background.


Color preview on white background

This text has color #7E7B9E on white background.



Black color preview on #7E7B9E background

This text has black color on #7E7B9E background.


White color preview on #7E7B9E background

This text has white color on #7E7B9E background.