COLOR #7E919B

HEX: #7E919B
RGB: (126,145,155)

Color info

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

RGB color model

#7E919B color RGB value is (126,145,155).

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

RGB channels and saturation

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

126
145
155

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

Portions of RGB colors in percentages

R + G + B =
126 + 145 + 155 = 426 (100%)
R 126 of 426 ~ 29.58%
G 145 of 426 ~ 34.04%
B 155 of 426 ~ 36.38%

%29.58
%34.04
%36.38

CMYK color model

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

  • cyan value is 18.71%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(19,6,0,39)
C19M6Y0K39 
(19%,6%,0%,39%)
(0.19/0.06/0.00/0.39)	

CMYK percentages

%18.71
%6.45
%0
%39.22

Codes

Color #7E919B in popluar color models

7E919B
RGB126145155
HSL201°12.66%55.10%
HSB/HSV201°18.71%60.78%
CMYK18.71%6.45%0.00%
39.22%

Color #7E919B in popluar number systems.

HEX7E919B
Decimal126145155
Binary11111101001000110011011
Octal176221233

Shades and tints

Shades of #7E919B

#7E919B
(126,145,155)
#73848D
(115,132,141)
#68777F
(104,119,127)
#5D6A71
(93,106,113)
#525D63
(82,93,99)
#475055
(71,80,85)
#3C4347
(60,67,71)
#313639
(49,54,57)
#26292B
(38,41,43)
#1B1C1D
(27,28,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E919B

#7E919B
(126,145,155)
#899BA4
(137,155,164)
#94A5AD
(148,165,173)
#9FAFB6
(159,175,182)
#AAB9BF
(170,185,191)
#B5C3C8
(181,195,200)
#C0CDD1
(192,205,209)
#CBD7DA
(203,215,218)
#D6E1E3
(214,225,227)
#E1EBEC
(225,235,236)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E919B; }

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

This text font color is #7E919B.


Background Color

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

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

This div background color is #7E919B.


Border color

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

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

This div border color is #7E919B.


Opacity

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

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

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

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

This text has shadow with #7E919B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E919B on black background.


Color preview on white background

This text has color #7E919B on white background.



Black color preview on #7E919B background

This text has black color on #7E919B background.


White color preview on #7E919B background

This text has white color on #7E919B background.