COLOR #7F97AA

HEX: #7F97AA RGB: (127,151,170)

Color info

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

RGB color model

#7F97AA color RGB value is (127,151,170).

RGB: (127,151,170) (50%, 59%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 151 of 255 = 59%
B 170 of 255 = 67%

127
151
170

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

Portions of RGB colors in percentages

R + G + B = 127 + 151 + 170 = 448 (100%)
R 127 of 448 ~ 28.35%
G 151 of 448 ~ 33.71%
B 170 of 448 ~ 37.95'%

%28.35
%33.71
%37.95

CMYK color model

#7F97AA color CMYK value is (25,11,0,33).

  • cyan value is 25.29%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (25,11,0,33)
C25M11Y0K33 (25%, 11%, 0%, 33%)
(0.25 / 0.11 / 0.00 / 0.33)

CMYK percentages

%25.29
%11.18
%0
%33.33

Codes

Color #7F97AA in popluar color models

7F 97 AA
RGB 127 151 170
HSL 207° 20.19% 58.24%
HSB/HSV 207° 25.29% 66.67%
CMYK 25.29% 11.18% 0.00%
33.33%

Color #7F97AA in popluar number systems.

HEX 7F 97 AA
Decimal 127 151 170
Binary 1111111 10010111 10101010
Octal 177 227 252

Shades and tints

Shades of #7F97AA

#7F97AA
(127,151,170)
#748A9B
(116,138,155)
#697D8C
(105,125,140)
#5E707D
(94,112,125)
#53636E
(83,99,110)
#48565F
(72,86,95)
#3D4950
(61,73,80)
#323C41
(50,60,65)
#272F32
(39,47,50)
#1C2223
(28,34,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #7F97AA

#7F97AA
(127,151,170)
#8AA0B1
(138,160,177)
#95A9B8
(149,169,184)
#A0B2BF
(160,178,191)
#ABBBC6
(171,187,198)
#B6C4CD
(182,196,205)
#C1CDD4
(193,205,212)
#CCD6DB
(204,214,219)
#D7DFE2
(215,223,226)
#E2E8E9
(226,232,233)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F97AA; }

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

This text font color is #7F97AA.

Background Color

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

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

This div background color is #7F97AA.

Border color

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

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

This div border color is #7F97AA.

Opacity

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

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

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

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

This text has shadow with #7F97AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F97AA.

Preview

Color preview on black background

This text has color #7F97AA on black background.


Color preview on white background

This text has color #7F97AA on white background.


Black color preview on #7F97AA background

This text has black color on #7F97AA background.


White color preview on #7F97AA background

This text has white color on #7F97AA background.


Related colors

Complementary color

Complementary color for #hex is #806855.


I love getcolorcode.com

Triadic colors

1 #AA7F97 and #97AA7F with #7F97AA are triadic colors.

2 #AA977F and #977FAA with #7F97AA are triadic colors.