COLOR #7E918F

HEX: #7E918F RGB: (126,145,143)

Color info

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

RGB color model

#7E918F color RGB value is (126,145,143).

RGB: (126,145,143) (49%, 57%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 143 of 255 = 56%

126
145
143

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

Portions of RGB colors in percentages

R + G + B = 126 + 145 + 143 = 414 (100%)
R 126 of 414 ~ 30.43%
G 145 of 414 ~ 35.02%
B 143 of 414 ~ 34.54'%

%30.43
%35.02
%34.54

CMYK color model

#7E918F color CMYK value is (13,0,1,43).

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

CMYK: (13,0,1,43)
C13M0Y1K43 (13%, 0%, 1%, 43%)
(0.13 / 0.00 / 0.01 / 0.43)

CMYK percentages

%13.1
%0
%1.38
%43.14

Codes

Color #7E918F in popluar color models

7E 91 8F
RGB 126 145 143
HSL 174° 7.95% 53.14%
HSB/HSV 174° 13.10% 56.86%
CMYK 13.10% 0.00% 1.38%
43.14%

Color #7E918F in popluar number systems.

HEX 7E 91 8F
Decimal 126 145 143
Binary 1111110 10010001 10001111
Octal 176 221 217

Shades and tints

Shades of #7E918F

#7E918F
(126,145,143)
#738482
(115,132,130)
#687775
(104,119,117)
#5D6A68
(93,106,104)
#525D5B
(82,93,91)
#47504E
(71,80,78)
#3C4341
(60,67,65)
#313634
(49,54,52)
#262927
(38,41,39)
#1B1C1A
(27,28,26)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #7E918F

#7E918F
(126,145,143)
#899B99
(137,155,153)
#94A5A3
(148,165,163)
#9FAFAD
(159,175,173)
#AAB9B7
(170,185,183)
#B5C3C1
(181,195,193)
#C0CDCB
(192,205,203)
#CBD7D5
(203,215,213)
#D6E1DF
(214,225,223)
#E1EBE9
(225,235,233)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E918F; }

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

This text font color is #7E918F.

Background Color

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

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

This div background color is #7E918F.

Border color

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

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

This div border color is #7E918F.

Opacity

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

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

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

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

This text has shadow with #7E918F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E918F.

Preview

Color preview on black background

This text has color #7E918F on black background.


Color preview on white background

This text has color #7E918F on white background.


Black color preview on #7E918F background

This text has black color on #7E918F background.


White color preview on #7E918F background

This text has white color on #7E918F background.


Related colors

Complementary color

Complementary color for #hex is #816E70.


I love getcolorcode.com

Triadic colors

1 #8F7E91 and #918F7E with #7E918F are triadic colors.

2 #8F917E and #917E8F with #7E918F are triadic colors.