COLOR #7E848C

HEX: #7E848C
RGB: (126,132,140)

Color info

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

RGB color model

#7E848C color RGB value is (126,132,140).

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

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 140 of 255 = 55%

126
132
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 140 = 398 (100%)
R 126 of 398 ~ 31.66%
G 132 of 398 ~ 33.17%
B 140 of 398 ~ 35.18%

%31.66
%33.17
%35.18

CMYK color model

#7E848C color CMYK value is (10,6,0,45).

  • cyan value is 10.00%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(10,6,0,45)
C10M6Y0K45 
(10%,6%,0%,45%)
(0.10/0.06/0.00/0.45)	

CMYK percentages

%10
%5.71
%0
%45.1

Codes

Color #7E848C in popluar color models

7E848C
RGB126132140
HSL214°5.74%52.16%
HSB/HSV214°10.00%54.90%
CMYK10.00%5.71%0.00%
45.10%

Color #7E848C in popluar number systems.

HEX7E848C
Decimal126132140
Binary11111101000010010001100
Octal176204214

Shades and tints

Shades of #7E848C

#7E848C
(126,132,140)
#737880
(115,120,128)
#686C74
(104,108,116)
#5D6068
(93,96,104)
#52545C
(82,84,92)
#474850
(71,72,80)
#3C3C44
(60,60,68)
#313038
(49,48,56)
#26242C
(38,36,44)
#1B1820
(27,24,32)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #7E848C

#7E848C
(126,132,140)
#898F96
(137,143,150)
#949AA0
(148,154,160)
#9FA5AA
(159,165,170)
#AAB0B4
(170,176,180)
#B5BBBE
(181,187,190)
#C0C6C8
(192,198,200)
#CBD1D2
(203,209,210)
#D6DCDC
(214,220,220)
#E1E7E6
(225,231,230)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E848C; }

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

This text font color is #7E848C.


Background Color

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

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

This div background color is #7E848C.


Border color

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

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

This div border color is #7E848C.


Opacity

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

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

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

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

This text has shadow with #7E848C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E848C on black background.


Color preview on white background

This text has color #7E848C on white background.



Black color preview on #7E848C background

This text has black color on #7E848C background.


White color preview on #7E848C background

This text has white color on #7E848C background.