COLOR #7E859E

HEX: #7E859E
RGB: (126,133,158)

Color info

#7E859E contains red, green and blue colors in about the same proportion. Web safe color of #7E859E is #669999 (or #699).

RGB color model

#7E859E color RGB value is (126,133,158).

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

RGB channels and saturation

R 126 of 255 = 49%
G 133 of 255 = 52%
B 158 of 255 = 62%

126
133
158

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 158 = 417 (100%)
R 126 of 417 ~ 30.22%
G 133 of 417 ~ 31.89%
B 158 of 417 ~ 37.89%

%30.22
%31.89
%37.89

CMYK color model

#7E859E color CMYK value is (20,16,0,38).

  • cyan value is 20.25%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,16,0,38)
C20M16Y0K38 
(20%,16%,0%,38%)
(0.20/0.16/0.00/0.38)	

CMYK percentages

%20.25
%15.82
%0
%38.04

Codes

Color #7E859E in popluar color models

7E859E
RGB126133158
HSL227°14.16%55.69%
HSB/HSV227°20.25%61.96%
CMYK20.25%15.82%0.00%
38.04%

Color #7E859E in popluar number systems.

HEX7E859E
Decimal126133158
Binary11111101000010110011110
Octal176205236

Shades and tints

Shades of #7E859E

#7E859E
(126,133,158)
#737990
(115,121,144)
#686D82
(104,109,130)
#5D6174
(93,97,116)
#525566
(82,85,102)
#474958
(71,73,88)
#3C3D4A
(60,61,74)
#31313C
(49,49,60)
#26252E
(38,37,46)
#1B1920
(27,25,32)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E859E

#7E859E
(126,133,158)
#8990A6
(137,144,166)
#949BAE
(148,155,174)
#9FA6B6
(159,166,182)
#AAB1BE
(170,177,190)
#B5BCC6
(181,188,198)
#C0C7CE
(192,199,206)
#CBD2D6
(203,210,214)
#D6DDDE
(214,221,222)
#E1E8E6
(225,232,230)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E859E; }

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

This text font color is #7E859E.


Background Color

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

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

This div background color is #7E859E.


Border color

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

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

This div border color is #7E859E.


Opacity

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

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

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

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

This text has shadow with #7E859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E859E on black background.


Color preview on white background

This text has color #7E859E on white background.



Black color preview on #7E859E background

This text has black color on #7E859E background.


White color preview on #7E859E background

This text has white color on #7E859E background.