COLOR #7E848A

HEX: #7E848A
RGB: (126,132,138)

Color info

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

RGB color model

#7E848A color RGB value is (126,132,138).

  • red value is 126;
  • green value is 132;
  • blue value is 138.
RGB:
(126,132,138)
(49%,52%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 138 of 255 = 54%

126
132
138

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 138 = 396 (100%)
R 126 of 396 ~ 31.82%
G 132 of 396 ~ 33.33%
B 138 of 396 ~ 34.85%

%31.82
%33.33
%34.85

CMYK color model

#7E848A color CMYK value is (9,4,0,46).

  • cyan value is 8.70%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(9,4,0,46)
C9M4Y0K46 
(9%,4%,0%,46%)
(0.09/0.04/0.00/0.46)	

CMYK percentages

%8.7
%4.35
%0
%45.88

Codes

Color #7E848A in popluar color models

7E848A
RGB126132138
HSL210°4.88%51.76%
HSB/HSV210°8.70%54.12%
CMYK8.70%4.35%0.00%
45.88%

Color #7E848A in popluar number systems.

HEX7E848A
Decimal126132138
Binary11111101000010010001010
Octal176204212

Shades and tints

Shades of #7E848A

#7E848A
(126,132,138)
#73787E
(115,120,126)
#686C72
(104,108,114)
#5D6066
(93,96,102)
#52545A
(82,84,90)
#47484E
(71,72,78)
#3C3C42
(60,60,66)
#313036
(49,48,54)
#26242A
(38,36,42)
#1B181E
(27,24,30)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #7E848A

#7E848A
(126,132,138)
#898F94
(137,143,148)
#949A9E
(148,154,158)
#9FA5A8
(159,165,168)
#AAB0B2
(170,176,178)
#B5BBBC
(181,187,188)
#C0C6C6
(192,198,198)
#CBD1D0
(203,209,208)
#D6DCDA
(214,220,218)
#E1E7E4
(225,231,228)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E848A color. Also use rgb(126,132,138) instead hex code.

Text Font Color

.myTextColor { color: #7E848A; }

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

This text font color is #7E848A.


Background Color

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

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

This div background color is #7E848A.


Border color

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

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

This div border color is #7E848A.


Opacity

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

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

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

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

This text has shadow with #7E848A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E848A on black background.


Color preview on white background

This text has color #7E848A on white background.



Black color preview on #7E848A background

This text has black color on #7E848A background.


White color preview on #7E848A background

This text has white color on #7E848A background.