COLOR #7F8D9C

HEX: #7F8D9C RGB: (127,141,156)

Color info

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

RGB color model

#7F8D9C color RGB value is (127,141,156).

RGB: (127,141,156) (50%, 55%, 61%)

RGB channels and saturation

R 127 of 255 = 50%
G 141 of 255 = 55%
B 156 of 255 = 61%

127
141
156

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

Portions of RGB colors in percentages

R + G + B = 127 + 141 + 156 = 424 (100%)
R 127 of 424 ~ 29.95%
G 141 of 424 ~ 33.25%
B 156 of 424 ~ 36.79'%

%29.95
%33.25
%36.79

CMYK color model

#7F8D9C color CMYK value is (19,10,0,39).

  • cyan value is 18.59%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (19,10,0,39)
C19M10Y0K39 (19%, 10%, 0%, 39%)
(0.19 / 0.10 / 0.00 / 0.39)

CMYK percentages

%18.59
%9.62
%0
%38.82

Codes

Color #7F8D9C in popluar color models

7F 8D 9C
RGB 127 141 156
HSL 211° 12.78% 55.49%
HSB/HSV 211° 18.59% 61.18%
CMYK 18.59% 9.62% 0.00%
38.82%

Color #7F8D9C in popluar number systems.

HEX 7F 8D 9C
Decimal 127 141 156
Binary 1111111 10001101 10011100
Octal 177 215 234

Shades and tints

Shades of #7F8D9C

#7F8D9C
(127,141,156)
#74818E
(116,129,142)
#697580
(105,117,128)
#5E6972
(94,105,114)
#535D64
(83,93,100)
#485156
(72,81,86)
#3D4548
(61,69,72)
#32393A
(50,57,58)
#272D2C
(39,45,44)
#1C211E
(28,33,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #7F8D9C

#7F8D9C
(127,141,156)
#8A97A5
(138,151,165)
#95A1AE
(149,161,174)
#A0ABB7
(160,171,183)
#ABB5C0
(171,181,192)
#B6BFC9
(182,191,201)
#C1C9D2
(193,201,210)
#CCD3DB
(204,211,219)
#D7DDE4
(215,221,228)
#E2E7ED
(226,231,237)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8D9C; }

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

This text font color is #7F8D9C.

Background Color

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

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

This div background color is #7F8D9C.

Border color

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

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

This div border color is #7F8D9C.

Opacity

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

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

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

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

This text has shadow with #7F8D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8D9C.

Preview

Color preview on black background

This text has color #7F8D9C on black background.


Color preview on white background

This text has color #7F8D9C on white background.


Black color preview on #7F8D9C background

This text has black color on #7F8D9C background.


White color preview on #7F8D9C background

This text has white color on #7F8D9C background.


Related colors

Complementary color

Complementary color for #hex is #807263.


I love getcolorcode.com

Triadic colors

1 #9C7F8D and #8D9C7F with #7F8D9C are triadic colors.

2 #9C8D7F and #8D7F9C with #7F8D9C are triadic colors.