COLOR #7E7F99

HEX: #7E7F99 RGB: (126,127,153)

Color info

#7E7F99 contains red, green and blue colors in about the same proportion. Web safe color of #7E7F99 is #666699 (or #669).

RGB color model

#7E7F99 color RGB value is (126,127,153).

RGB: (126,127,153) (49%, 50%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 127 of 255 = 50%
B 153 of 255 = 60%

126
127
153

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

Portions of RGB colors in percentages

R + G + B = 126 + 127 + 153 = 406 (100%)
R 126 of 406 ~ 31.03%
G 127 of 406 ~ 31.28%
B 153 of 406 ~ 37.68'%

%31.03
%31.28
%37.68

CMYK color model

#7E7F99 color CMYK value is (18,17,0,40).

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

CMYK: (18,17,0,40)
C18M17Y0K40 (18%, 17%, 0%, 40%)
(0.18 / 0.17 / 0.00 / 0.40)

CMYK percentages

%17.65
%16.99
%0
%40

Codes

Color #7E7F99 in popluar color models

7E 7F 99
RGB 126 127 153
HSL 238° 11.69% 54.71%
HSB/HSV 238° 17.65% 60.00%
CMYK 17.65% 16.99% 0.00%
40.00%

Color #7E7F99 in popluar number systems.

HEX 7E 7F 99
Decimal 126 127 153
Binary 1111110 1111111 10011001
Octal 176 177 231

Shades and tints

Shades of #7E7F99

#7E7F99
(126,127,153)
#73748C
(115,116,140)
#68697F
(104,105,127)
#5D5E72
(93,94,114)
#525365
(82,83,101)
#474858
(71,72,88)
#3C3D4B
(60,61,75)
#31323E
(49,50,62)
#262731
(38,39,49)
#1B1C24
(27,28,36)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #7E7F99

#7E7F99
(126,127,153)
#898AA2
(137,138,162)
#9495AB
(148,149,171)
#9FA0B4
(159,160,180)
#AAABBD
(170,171,189)
#B5B6C6
(181,182,198)
#C0C1CF
(192,193,207)
#CBCCD8
(203,204,216)
#D6D7E1
(214,215,225)
#E1E2EA
(225,226,234)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7F99; }

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

This text font color is #7E7F99.

Background Color

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

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

This div background color is #7E7F99.

Border color

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

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

This div border color is #7E7F99.

Opacity

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

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

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

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

This text has shadow with #7E7F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7F99.

Preview

Color preview on black background

This text has color #7E7F99 on black background.


Color preview on white background

This text has color #7E7F99 on white background.


Black color preview on #7E7F99 background

This text has black color on #7E7F99 background.


White color preview on #7E7F99 background

This text has white color on #7E7F99 background.


Related colors

Complementary color

Complementary color for #hex is #818066.


I love getcolorcode.com

Triadic colors

1 #997E7F and #7F997E with #7E7F99 are triadic colors.

2 #997F7E and #7F7E99 with #7E7F99 are triadic colors.