COLOR #7F989C

HEX: #7F989C
RGB: (127,152,156)

Color info

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

RGB color model

#7F989C color RGB value is (127,152,156).

  • red value is 127;
  • green value is 152;
  • blue value is 156.
RGB:
(127,152,156)
(50%,60%,61%)

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 156 of 255 = 61%

127
152
156

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

Portions of RGB colors in percentages

R + G + B =
127 + 152 + 156 = 435 (100%)
R 127 of 435 ~ 29.2%
G 152 of 435 ~ 34.94%
B 156 of 435 ~ 35.86%

%29.2
%34.94
%35.86

CMYK color model

#7F989C color CMYK value is (19,3,0,39).

  • cyan value is 18.59%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,3,0,39)
C19M3Y0K39 
(19%,3%,0%,39%)
(0.19/0.03/0.00/0.39)	

CMYK percentages

%18.59
%2.56
%0
%38.82

Codes

Color #7F989C in popluar color models

7F989C
RGB127152156
HSL188°12.78%55.49%
HSB/HSV188°18.59%61.18%
CMYK18.59%2.56%0.00%
38.82%

Color #7F989C in popluar number systems.

HEX7F989C
Decimal127152156
Binary11111111001100010011100
Octal177230234

Shades and tints

Shades of #7F989C

#7F989C
(127,152,156)
#748B8E
(116,139,142)
#697E80
(105,126,128)
#5E7172
(94,113,114)
#536464
(83,100,100)
#485756
(72,87,86)
#3D4A48
(61,74,72)
#323D3A
(50,61,58)
#27302C
(39,48,44)
#1C231E
(28,35,30)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #7F989C

#7F989C
(127,152,156)
#8AA1A5
(138,161,165)
#95AAAE
(149,170,174)
#A0B3B7
(160,179,183)
#ABBCC0
(171,188,192)
#B6C5C9
(182,197,201)
#C1CED2
(193,206,210)
#CCD7DB
(204,215,219)
#D7E0E4
(215,224,228)
#E2E9ED
(226,233,237)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F989C; }

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

This text font color is #7F989C.


Background Color

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

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

This div background color is #7F989C.


Border color

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

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

This div border color is #7F989C.


Opacity

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

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

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

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

This text has shadow with #7F989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F989C on black background.


Color preview on white background

This text has color #7F989C on white background.



Black color preview on #7F989C background

This text has black color on #7F989C background.


White color preview on #7F989C background

This text has white color on #7F989C background.