COLOR #7F97AF

HEX: #7F97AF
RGB: (127,151,175)

Color info

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

RGB color model

#7F97AF color RGB value is (127,151,175).

  • red value is 127;
  • green value is 151;
  • blue value is 175.
RGB:
(127,151,175)
(50%,59%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 151 of 255 = 59%
B 175 of 255 = 69%

127
151
175

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

Portions of RGB colors in percentages

R + G + B =
127 + 151 + 175 = 453 (100%)
R 127 of 453 ~ 28.04%
G 151 of 453 ~ 33.33%
B 175 of 453 ~ 38.63%

%28.04
%33.33
%38.63

CMYK color model

#7F97AF color CMYK value is (27,14,0,31).

  • cyan value is 27.43%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(27,14,0,31)
C27M14Y0K31 
(27%,14%,0%,31%)
(0.27/0.14/0.00/0.31)	

CMYK percentages

%27.43
%13.71
%0
%31.37

Codes

Color #7F97AF in popluar color models

7F97AF
RGB127151175
HSL210°23.08%59.22%
HSB/HSV210°27.43%68.63%
CMYK27.43%13.71%0.00%
31.37%

Color #7F97AF in popluar number systems.

HEX7F97AF
Decimal127151175
Binary11111111001011110101111
Octal177227257

Shades and tints

Shades of #7F97AF

#7F97AF
(127,151,175)
#748AA0
(116,138,160)
#697D91
(105,125,145)
#5E7082
(94,112,130)
#536373
(83,99,115)
#485664
(72,86,100)
#3D4955
(61,73,85)
#323C46
(50,60,70)
#272F37
(39,47,55)
#1C2228
(28,34,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #7F97AF

#7F97AF
(127,151,175)
#8AA0B6
(138,160,182)
#95A9BD
(149,169,189)
#A0B2C4
(160,178,196)
#ABBBCB
(171,187,203)
#B6C4D2
(182,196,210)
#C1CDD9
(193,205,217)
#CCD6E0
(204,214,224)
#D7DFE7
(215,223,231)
#E2E8EE
(226,232,238)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F97AF color. Also use rgb(127,151,175) instead hex code.

Text Font Color

.myTextColor { color: #7F97AF; }

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

This text font color is #7F97AF.


Background Color

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

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

This div background color is #7F97AF.


Border color

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

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

This div border color is #7F97AF.


Opacity

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

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

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

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

This text has shadow with #7F97AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F97AF on black background.


Color preview on white background

This text has color #7F97AF on white background.



Black color preview on #7F97AF background

This text has black color on #7F97AF background.


White color preview on #7F97AF background

This text has white color on #7F97AF background.