COLOR #7F8D98

HEX: #7F8D98 RGB: (127,141,152)

Color info

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

RGB color model

#7F8D98 color RGB value is (127,141,152).

RGB: (127,141,152) (50%, 55%, 60%)

RGB channels and saturation

R 127 of 255 = 50%
G 141 of 255 = 55%
B 152 of 255 = 60%

127
141
152

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

Portions of RGB colors in percentages

R + G + B = 127 + 141 + 152 = 420 (100%)
R 127 of 420 ~ 30.24%
G 141 of 420 ~ 33.57%
B 152 of 420 ~ 36.19'%

%30.24
%33.57
%36.19

CMYK color model

#7F8D98 color CMYK value is (16,7,0,40).

  • cyan value is 16.45%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (16,7,0,40)
C16M7Y0K40 (16%, 7%, 0%, 40%)
(0.16 / 0.07 / 0.00 / 0.40)

CMYK percentages

%16.45
%7.24
%0
%40.39

Codes

Color #7F8D98 in popluar color models

7F 8D 98
RGB 127 141 152
HSL 206° 10.82% 54.71%
HSB/HSV 206° 16.45% 59.61%
CMYK 16.45% 7.24% 0.00%
40.39%

Color #7F8D98 in popluar number systems.

HEX 7F 8D 98
Decimal 127 141 152
Binary 1111111 10001101 10011000
Octal 177 215 230

Shades and tints

Shades of #7F8D98

#7F8D98
(127,141,152)
#74818B
(116,129,139)
#69757E
(105,117,126)
#5E6971
(94,105,113)
#535D64
(83,93,100)
#485157
(72,81,87)
#3D454A
(61,69,74)
#32393D
(50,57,61)
#272D30
(39,45,48)
#1C2123
(28,33,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #7F8D98

#7F8D98
(127,141,152)
#8A97A1
(138,151,161)
#95A1AA
(149,161,170)
#A0ABB3
(160,171,179)
#ABB5BC
(171,181,188)
#B6BFC5
(182,191,197)
#C1C9CE
(193,201,206)
#CCD3D7
(204,211,215)
#D7DDE0
(215,221,224)
#E2E7E9
(226,231,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8D98; }

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

This text font color is #7F8D98.

Background Color

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

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

This div background color is #7F8D98.

Border color

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

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

This div border color is #7F8D98.

Opacity

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

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

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

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

This text has shadow with #7F8D98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8D98.

Preview

Color preview on black background

This text has color #7F8D98 on black background.


Color preview on white background

This text has color #7F8D98 on white background.


Black color preview on #7F8D98 background

This text has black color on #7F8D98 background.


White color preview on #7F8D98 background

This text has white color on #7F8D98 background.


Related colors

Complementary color

Complementary color for #hex is #807267.


I love getcolorcode.com

Triadic colors

1 #987F8D and #8D987F with #7F8D98 are triadic colors.

2 #988D7F and #8D7F98 with #7F8D98 are triadic colors.