COLOR #7F98AE

HEX: #7F98AE
RGB: (127,152,174)

Color info

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

RGB color model

#7F98AE color RGB value is (127,152,174).

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

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 174 of 255 = 68%

127
152
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 152 + 174 = 453 (100%)
R 127 of 453 ~ 28.04%
G 152 of 453 ~ 33.55%
B 174 of 453 ~ 38.41%

%28.04
%33.55
%38.41

CMYK color model

#7F98AE color CMYK value is (27,13,0,32).

  • cyan value is 27.01%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(27,13,0,32)
C27M13Y0K32 
(27%,13%,0%,32%)
(0.27/0.13/0.00/0.32)	

CMYK percentages

%27.01
%12.64
%0
%31.76

Codes

Color #7F98AE in popluar color models

7F98AE
RGB127152174
HSL208°22.49%59.02%
HSB/HSV208°27.01%68.24%
CMYK27.01%12.64%0.00%
31.76%

Color #7F98AE in popluar number systems.

HEX7F98AE
Decimal127152174
Binary11111111001100010101110
Octal177230256

Shades and tints

Shades of #7F98AE

#7F98AE
(127,152,174)
#748B9F
(116,139,159)
#697E90
(105,126,144)
#5E7181
(94,113,129)
#536472
(83,100,114)
#485763
(72,87,99)
#3D4A54
(61,74,84)
#323D45
(50,61,69)
#273036
(39,48,54)
#1C2327
(28,35,39)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #7F98AE

#7F98AE
(127,152,174)
#8AA1B5
(138,161,181)
#95AABC
(149,170,188)
#A0B3C3
(160,179,195)
#ABBCCA
(171,188,202)
#B6C5D1
(182,197,209)
#C1CED8
(193,206,216)
#CCD7DF
(204,215,223)
#D7E0E6
(215,224,230)
#E2E9ED
(226,233,237)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F98AE; }

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

This text font color is #7F98AE.


Background Color

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

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

This div background color is #7F98AE.


Border color

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

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

This div border color is #7F98AE.


Opacity

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

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

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

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

This text has shadow with #7F98AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F98AE on black background.


Color preview on white background

This text has color #7F98AE on white background.



Black color preview on #7F98AE background

This text has black color on #7F98AE background.


White color preview on #7F98AE background

This text has white color on #7F98AE background.