COLOR #7E919C

HEX: #7E919C
RGB: (126,145,156)

Color info

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

RGB color model

#7E919C color RGB value is (126,145,156).

  • red value is 126;
  • green value is 145;
  • blue value is 156.
RGB:
(126,145,156)
(49%,57%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 156 of 255 = 61%

126
145
156

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

Portions of RGB colors in percentages

R + G + B =
126 + 145 + 156 = 427 (100%)
R 126 of 427 ~ 29.51%
G 145 of 427 ~ 33.96%
B 156 of 427 ~ 36.53%

%29.51
%33.96
%36.53

CMYK color model

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

  • cyan value is 19.23%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,7,0,39)
C19M7Y0K39 
(19%,7%,0%,39%)
(0.19/0.07/0.00/0.39)	

CMYK percentages

%19.23
%7.05
%0
%38.82

Codes

Color #7E919C in popluar color models

7E919C
RGB126145156
HSL202°13.16%55.29%
HSB/HSV202°19.23%61.18%
CMYK19.23%7.05%0.00%
38.82%

Color #7E919C in popluar number systems.

HEX7E919C
Decimal126145156
Binary11111101001000110011100
Octal176221234

Shades and tints

Shades of #7E919C

#7E919C
(126,145,156)
#73848E
(115,132,142)
#687780
(104,119,128)
#5D6A72
(93,106,114)
#525D64
(82,93,100)
#475056
(71,80,86)
#3C4348
(60,67,72)
#31363A
(49,54,58)
#26292C
(38,41,44)
#1B1C1E
(27,28,30)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E919C

#7E919C
(126,145,156)
#899BA5
(137,155,165)
#94A5AE
(148,165,174)
#9FAFB7
(159,175,183)
#AAB9C0
(170,185,192)
#B5C3C9
(181,195,201)
#C0CDD2
(192,205,210)
#CBD7DB
(203,215,219)
#D6E1E4
(214,225,228)
#E1EBED
(225,235,237)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E919C color. Also use rgb(126,145,156) instead hex code.

Text Font Color

.myTextColor { color: #7E919C; }

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

This text font color is #7E919C.


Background Color

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

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

This div background color is #7E919C.


Border color

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

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

This div border color is #7E919C.


Opacity

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

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

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

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

This text has shadow with #7E919C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E919C on black background.


Color preview on white background

This text has color #7E919C on white background.



Black color preview on #7E919C background

This text has black color on #7E919C background.


White color preview on #7E919C background

This text has white color on #7E919C background.