COLOR #7F9498

HEX: #7F9498
RGB: (127,148,152)

Color info

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

RGB color model

#7F9498 color RGB value is (127,148,152).

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

RGB channels and saturation

R 127 of 255 = 50%
G 148 of 255 = 58%
B 152 of 255 = 60%

127
148
152

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

Portions of RGB colors in percentages

R + G + B =
127 + 148 + 152 = 427 (100%)
R 127 of 427 ~ 29.74%
G 148 of 427 ~ 34.66%
B 152 of 427 ~ 35.6%

%29.74
%34.66
%35.6

CMYK color model

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

  • cyan value is 16.45%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(16,3,0,40)
C16M3Y0K40 
(16%,3%,0%,40%)
(0.16/0.03/0.00/0.40)	

CMYK percentages

%16.45
%2.63
%0
%40.39

Codes

Color #7F9498 in popluar color models

7F9498
RGB127148152
HSL190°10.82%54.71%
HSB/HSV190°16.45%59.61%
CMYK16.45%2.63%0.00%
40.39%

Color #7F9498 in popluar number systems.

HEX7F9498
Decimal127148152
Binary11111111001010010011000
Octal177224230

Shades and tints

Shades of #7F9498

#7F9498
(127,148,152)
#74878B
(116,135,139)
#697A7E
(105,122,126)
#5E6D71
(94,109,113)
#536064
(83,96,100)
#485357
(72,83,87)
#3D464A
(61,70,74)
#32393D
(50,57,61)
#272C30
(39,44,48)
#1C1F23
(28,31,35)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #7F9498

#7F9498
(127,148,152)
#8A9DA1
(138,157,161)
#95A6AA
(149,166,170)
#A0AFB3
(160,175,179)
#ABB8BC
(171,184,188)
#B6C1C5
(182,193,197)
#C1CACE
(193,202,206)
#CCD3D7
(204,211,215)
#D7DCE0
(215,220,224)
#E2E5E9
(226,229,233)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9498; }

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

This text font color is #7F9498.


Background Color

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

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

This div background color is #7F9498.


Border color

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

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

This div border color is #7F9498.


Opacity

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

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

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

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

This text has shadow with #7F9498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9498 on black background.


Color preview on white background

This text has color #7F9498 on white background.



Black color preview on #7F9498 background

This text has black color on #7F9498 background.


White color preview on #7F9498 background

This text has white color on #7F9498 background.