COLOR #7E918B

HEX: #7E918B RGB: (126,145,139)

Color info

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

RGB color model

#7E918B color RGB value is (126,145,139).

RGB: (126,145,139) (49%, 57%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 139 of 255 = 55%

126
145
139

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

Portions of RGB colors in percentages

R + G + B = 126 + 145 + 139 = 410 (100%)
R 126 of 410 ~ 30.73%
G 145 of 410 ~ 35.37%
B 139 of 410 ~ 33.9'%

%30.73
%35.37
%33.9

CMYK color model

#7E918B color CMYK value is (13,0,4,43).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 4.14%
  • key color value is 43.14%

CMYK: (13,0,4,43)
C13M0Y4K43 (13%, 0%, 4%, 43%)
(0.13 / 0.00 / 0.04 / 0.43)

CMYK percentages

%13.1
%0
%4.14
%43.14

Codes

Color #7E918B in popluar color models

7E 91 8B
RGB 126 145 139
HSL 161° 7.95% 53.14%
HSB/HSV 161° 13.10% 56.86%
CMYK 13.10% 0.00% 4.14%
43.14%

Color #7E918B in popluar number systems.

HEX 7E 91 8B
Decimal 126 145 139
Binary 1111110 10010001 10001011
Octal 176 221 213

Shades and tints

Shades of #7E918B

#7E918B
(126,145,139)
#73847F
(115,132,127)
#687773
(104,119,115)
#5D6A67
(93,106,103)
#525D5B
(82,93,91)
#47504F
(71,80,79)
#3C4343
(60,67,67)
#313637
(49,54,55)
#26292B
(38,41,43)
#1B1C1F
(27,28,31)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #7E918B

#7E918B
(126,145,139)
#899B95
(137,155,149)
#94A59F
(148,165,159)
#9FAFA9
(159,175,169)
#AAB9B3
(170,185,179)
#B5C3BD
(181,195,189)
#C0CDC7
(192,205,199)
#CBD7D1
(203,215,209)
#D6E1DB
(214,225,219)
#E1EBE5
(225,235,229)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E918B; }

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

This text font color is #7E918B.

Background Color

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

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

This div background color is #7E918B.

Border color

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

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

This div border color is #7E918B.

Opacity

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

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

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

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

This text has shadow with #7E918B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E918B.

Preview

Color preview on black background

This text has color #7E918B on black background.


Color preview on white background

This text has color #7E918B on white background.


Black color preview on #7E918B background

This text has black color on #7E918B background.


White color preview on #7E918B background

This text has white color on #7E918B background.


Related colors

Complementary color

Complementary color for #hex is #816E74.


I love getcolorcode.com

Triadic colors

1 #8B7E91 and #918B7E with #7E918B are triadic colors.

2 #8B917E and #917E8B with #7E918B are triadic colors.