COLOR #7E838E

HEX: #7E838E
RGB: (126,131,142)

Color info

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

RGB color model

#7E838E color RGB value is (126,131,142).

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

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 142 of 255 = 56%

126
131
142

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 142 = 399 (100%)
R 126 of 399 ~ 31.58%
G 131 of 399 ~ 32.83%
B 142 of 399 ~ 35.59%

%31.58
%32.83
%35.59

CMYK color model

#7E838E color CMYK value is (11,8,0,44).

  • cyan value is 11.27%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(11,8,0,44)
C11M8Y0K44 
(11%,8%,0%,44%)
(0.11/0.08/0.00/0.44)	

CMYK percentages

%11.27
%7.75
%0
%44.31

Codes

Color #7E838E in popluar color models

7E838E
RGB126131142
HSL221°6.61%52.55%
HSB/HSV221°11.27%55.69%
CMYK11.27%7.75%0.00%
44.31%

Color #7E838E in popluar number systems.

HEX7E838E
Decimal126131142
Binary11111101000001110001110
Octal176203216

Shades and tints

Shades of #7E838E

#7E838E
(126,131,142)
#737882
(115,120,130)
#686D76
(104,109,118)
#5D626A
(93,98,106)
#52575E
(82,87,94)
#474C52
(71,76,82)
#3C4146
(60,65,70)
#31363A
(49,54,58)
#262B2E
(38,43,46)
#1B2022
(27,32,34)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7E838E

#7E838E
(126,131,142)
#898E98
(137,142,152)
#9499A2
(148,153,162)
#9FA4AC
(159,164,172)
#AAAFB6
(170,175,182)
#B5BAC0
(181,186,192)
#C0C5CA
(192,197,202)
#CBD0D4
(203,208,212)
#D6DBDE
(214,219,222)
#E1E6E8
(225,230,232)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E838E; }

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

This text font color is #7E838E.


Background Color

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

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

This div background color is #7E838E.


Border color

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

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

This div border color is #7E838E.


Opacity

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

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

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

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

This text has shadow with #7E838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E838E on black background.


Color preview on white background

This text has color #7E838E on white background.



Black color preview on #7E838E background

This text has black color on #7E838E background.


White color preview on #7E838E background

This text has white color on #7E838E background.