COLOR #7F7E99

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
126
153

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

Portions of RGB colors in percentages

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

%31.28
%31.03
%37.68

CMYK color model

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

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

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

CMYK percentages

%16.99
%17.65
%0
%40

Codes

Color #7F7E99 in popluar color models

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

Color #7F7E99 in popluar number systems.

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

Shades and tints

Shades of #7F7E99

#7F7E99
(127,126,153)
#74738C
(116,115,140)
#69687F
(105,104,127)
#5E5D72
(94,93,114)
#535265
(83,82,101)
#484758
(72,71,88)
#3D3C4B
(61,60,75)
#32313E
(50,49,62)
#272631
(39,38,49)
#1C1B24
(28,27,36)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #7F7E99

#7F7E99
(127,126,153)
#8A89A2
(138,137,162)
#9594AB
(149,148,171)
#A09FB4
(160,159,180)
#ABAABD
(171,170,189)
#B6B5C6
(182,181,198)
#C1C0CF
(193,192,207)
#CCCBD8
(204,203,216)
#D7D6E1
(215,214,225)
#E2E1EA
(226,225,234)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7E99; }

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

This text font color is #7F7E99.

Background Color

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

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

This div background color is #7F7E99.

Border color

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

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

This div border color is #7F7E99.

Opacity

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

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

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

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

This text has shadow with #7F7E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7E99.

Preview

Color preview on black background

This text has color #7F7E99 on black background.


Color preview on white background

This text has color #7F7E99 on white background.


Black color preview on #7F7E99 background

This text has black color on #7F7E99 background.


White color preview on #7F7E99 background

This text has white color on #7F7E99 background.


Related colors

Complementary color

Complementary color for #hex is #808166.


I love getcolorcode.com

Triadic colors

1 #997F7E and #7E997F with #7F7E99 are triadic colors.

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