COLOR #7E9990

HEX: #7E9990 RGB: (126,153,144)

Color info

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

RGB color model

#7E9990 color RGB value is (126,153,144).

RGB: (126,153,144) (49%, 60%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 144 of 255 = 56%

126
153
144

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

Portions of RGB colors in percentages

R + G + B = 126 + 153 + 144 = 423 (100%)
R 126 of 423 ~ 29.79%
G 153 of 423 ~ 36.17%
B 144 of 423 ~ 34.04'%

%29.79
%36.17
%34.04

CMYK color model

#7E9990 color CMYK value is (18,0,6,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 40.00%

CMYK: (18,0,6,40)
C18M0Y6K40 (18%, 0%, 6%, 40%)
(0.18 / 0.00 / 0.06 / 0.40)

CMYK percentages

%17.65
%0
%5.88
%40

Codes

Color #7E9990 in popluar color models

7E 99 90
RGB 126 153 144
HSL 160° 11.69% 54.71%
HSB/HSV 160° 17.65% 60.00%
CMYK 17.65% 0.00% 5.88%
40.00%

Color #7E9990 in popluar number systems.

HEX 7E 99 90
Decimal 126 153 144
Binary 1111110 10011001 10010000
Octal 176 231 220

Shades and tints

Shades of #7E9990

#7E9990
(126,153,144)
#738C83
(115,140,131)
#687F76
(104,127,118)
#5D7269
(93,114,105)
#52655C
(82,101,92)
#47584F
(71,88,79)
#3C4B42
(60,75,66)
#313E35
(49,62,53)
#263128
(38,49,40)
#1B241B
(27,36,27)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #7E9990

#7E9990
(126,153,144)
#89A29A
(137,162,154)
#94ABA4
(148,171,164)
#9FB4AE
(159,180,174)
#AABDB8
(170,189,184)
#B5C6C2
(181,198,194)
#C0CFCC
(192,207,204)
#CBD8D6
(203,216,214)
#D6E1E0
(214,225,224)
#E1EAEA
(225,234,234)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9990 color. Also use rgb(126,153,144) instead hex code.

Text Font Color

.myTextColor { color: #7E9990; }

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

This text font color is #7E9990.

Background Color

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

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

This div background color is #7E9990.

Border color

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

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

This div border color is #7E9990.

Opacity

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

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

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

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

This text has shadow with #7E9990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9990.

Preview

Color preview on black background

This text has color #7E9990 on black background.


Color preview on white background

This text has color #7E9990 on white background.


Black color preview on #7E9990 background

This text has black color on #7E9990 background.


White color preview on #7E9990 background

This text has white color on #7E9990 background.


Related colors

Complementary color

Complementary color for #hex is #81666F.


I love getcolorcode.com

Triadic colors

1 #907E99 and #99907E with #7E9990 are triadic colors.

2 #90997E and #997E90 with #7E9990 are triadic colors.