COLOR #7E839B

HEX: #7E839B
RGB: (126,131,155)

Color info

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

RGB color model

#7E839B color RGB value is (126,131,155).

  • red value is 126;
  • green value is 131;
  • blue value is 155.
RGB:
(126,131,155)
(49%,51%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 155 of 255 = 61%

126
131
155

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 155 = 412 (100%)
R 126 of 412 ~ 30.58%
G 131 of 412 ~ 31.8%
B 155 of 412 ~ 37.62%

%30.58
%31.8
%37.62

CMYK color model

#7E839B color CMYK value is (19,15,0,39).

  • cyan value is 18.71%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(19,15,0,39)
C19M15Y0K39 
(19%,15%,0%,39%)
(0.19/0.15/0.00/0.39)	

CMYK percentages

%18.71
%15.48
%0
%39.22

Codes

Color #7E839B in popluar color models

7E839B
RGB126131155
HSL230°12.66%55.10%
HSB/HSV230°18.71%60.78%
CMYK18.71%15.48%0.00%
39.22%

Color #7E839B in popluar number systems.

HEX7E839B
Decimal126131155
Binary11111101000001110011011
Octal176203233

Shades and tints

Shades of #7E839B

#7E839B
(126,131,155)
#73788D
(115,120,141)
#686D7F
(104,109,127)
#5D6271
(93,98,113)
#525763
(82,87,99)
#474C55
(71,76,85)
#3C4147
(60,65,71)
#313639
(49,54,57)
#262B2B
(38,43,43)
#1B201D
(27,32,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #7E839B

#7E839B
(126,131,155)
#898EA4
(137,142,164)
#9499AD
(148,153,173)
#9FA4B6
(159,164,182)
#AAAFBF
(170,175,191)
#B5BAC8
(181,186,200)
#C0C5D1
(192,197,209)
#CBD0DA
(203,208,218)
#D6DBE3
(214,219,227)
#E1E6EC
(225,230,236)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E839B color. Also use rgb(126,131,155) instead hex code.

Text Font Color

.myTextColor { color: #7E839B; }

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

This text font color is #7E839B.


Background Color

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

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

This div background color is #7E839B.


Border color

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

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

This div border color is #7E839B.


Opacity

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

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

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

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

This text has shadow with #7E839B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E839B on black background.


Color preview on white background

This text has color #7E839B on white background.



Black color preview on #7E839B background

This text has black color on #7E839B background.


White color preview on #7E839B background

This text has white color on #7E839B background.