COLOR #7F9E8D

HEX: #7F9E8D RGB: (127,158,141)

Color info

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

RGB color model

#7F9E8D color RGB value is (127,158,141).

RGB: (127,158,141) (50%, 62%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 158 of 255 = 62%
B 141 of 255 = 55%

127
158
141

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

Portions of RGB colors in percentages

R + G + B = 127 + 158 + 141 = 426 (100%)
R 127 of 426 ~ 29.81%
G 158 of 426 ~ 37.09%
B 141 of 426 ~ 33.1'%

%29.81
%37.09
%33.1

CMYK color model

#7F9E8D color CMYK value is (20,0,11,38).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 38.04%
CMYK: (20,0,11,38) C20M0Y11K38 (20%,0%,11%,38%) (0.20/0.00/0.11/0.38) 

CMYK percentages

%19.62
%0
%10.76
%38.04

Codes

Color #7F9E8D in popluar color models

7F 9E 8D
RGB 127 158 141
HSL 147° 13.78% 55.88%
HSB/HSV 147° 19.62% 61.96%
CMYK 19.62% 0.00% 10.76%
38.04%

Color #7F9E8D in popluar number systems.

HEX 7F 9E 8D
Decimal 127 158 141
Binary 1111111 10011110 10001101
Octal 177 236 215

Shades and tints

Shades of #7F9E8D

#7F9E8D
(127,158,141)
#749081
(116,144,129)
#698275
(105,130,117)
#5E7469
(94,116,105)
#53665D
(83,102,93)
#485851
(72,88,81)
#3D4A45
(61,74,69)
#323C39
(50,60,57)
#272E2D
(39,46,45)
#1C2021
(28,32,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #7F9E8D

#7F9E8D
(127,158,141)
#8AA697
(138,166,151)
#95AEA1
(149,174,161)
#A0B6AB
(160,182,171)
#ABBEB5
(171,190,181)
#B6C6BF
(182,198,191)
#C1CEC9
(193,206,201)
#CCD6D3
(204,214,211)
#D7DEDD
(215,222,221)
#E2E6E7
(226,230,231)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9E8D color. Also use rgb(127,158,141) instead hex code.

Text Font Color

.myTextColor { color: #7F9E8D; }

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

This text font color is #7F9E8D.

Background Color

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

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

This div background color is #7F9E8D.

Border color

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

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

This div border color is #7F9E8D.

Opacity

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

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

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

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

This text has shadow with #7F9E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9E8D.

Preview

Color preview on black background

This text has color #7F9E8D on black background.


Color preview on white background

This text has color #7F9E8D on white background.


Black color preview on #7F9E8D background

This text has black color on #7F9E8D background.


White color preview on #7F9E8D background

This text has white color on #7F9E8D background.


Related colors

Complementary color

Complementary color for #hex is #806172.


I love getcolorcode.com

Triadic colors

1 #8D7F9E and #9E8D7F with #7F9E8D are triadic colors.

2 #8D9E7F and #9E7F8D with #7F9E8D are triadic colors.