COLOR #7E859D

HEX: #7E859D
RGB: (126,133,157)

Color info

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

RGB color model

#7E859D color RGB value is (126,133,157).

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

RGB channels and saturation

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

126
133
157

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

Portions of RGB colors in percentages

R + G + B =
126 + 133 + 157 = 416 (100%)
R 126 of 416 ~ 30.29%
G 133 of 416 ~ 31.97%
B 157 of 416 ~ 37.74%

%30.29
%31.97
%37.74

CMYK color model

#7E859D color CMYK value is (20,15,0,38).

  • cyan value is 19.75%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,15,0,38)
C20M15Y0K38 
(20%,15%,0%,38%)
(0.20/0.15/0.00/0.38)	

CMYK percentages

%19.75
%15.29
%0
%38.43

Codes

Color #7E859D in popluar color models

7E859D
RGB126133157
HSL226°13.66%55.49%
HSB/HSV226°19.75%61.57%
CMYK19.75%15.29%0.00%
38.43%

Color #7E859D in popluar number systems.

HEX7E859D
Decimal126133157
Binary11111101000010110011101
Octal176205235

Shades and tints

Shades of #7E859D

#7E859D
(126,133,157)
#73798F
(115,121,143)
#686D81
(104,109,129)
#5D6173
(93,97,115)
#525565
(82,85,101)
#474957
(71,73,87)
#3C3D49
(60,61,73)
#31313B
(49,49,59)
#26252D
(38,37,45)
#1B191F
(27,25,31)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #7E859D

#7E859D
(126,133,157)
#8990A5
(137,144,165)
#949BAD
(148,155,173)
#9FA6B5
(159,166,181)
#AAB1BD
(170,177,189)
#B5BCC5
(181,188,197)
#C0C7CD
(192,199,205)
#CBD2D5
(203,210,213)
#D6DDDD
(214,221,221)
#E1E8E5
(225,232,229)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E859D; }

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

This text font color is #7E859D.


Background Color

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

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

This div background color is #7E859D.


Border color

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

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

This div border color is #7E859D.


Opacity

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

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

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

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

This text has shadow with #7E859D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E859D on black background.


Color preview on white background

This text has color #7E859D on white background.



Black color preview on #7E859D background

This text has black color on #7E859D background.


White color preview on #7E859D background

This text has white color on #7E859D background.