COLOR #7F97A2

HEX: #7F97A2 RGB: (127,151,162)

Color info

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

RGB color model

#7F97A2 color RGB value is (127,151,162).

RGB: (127,151,162) (50%, 59%, 64%)

RGB channels and saturation

R 127 of 255 = 50%
G 151 of 255 = 59%
B 162 of 255 = 64%

127
151
162

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

Portions of RGB colors in percentages

R + G + B = 127 + 151 + 162 = 440 (100%)
R 127 of 440 ~ 28.86%
G 151 of 440 ~ 34.32%
B 162 of 440 ~ 36.82'%

%28.86
%34.32
%36.82

CMYK color model

#7F97A2 color CMYK value is (22,7,0,36).

  • cyan value is 21.60%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (22,7,0,36)
C22M7Y0K36 (22%, 7%, 0%, 36%)
(0.22 / 0.07 / 0.00 / 0.36)

CMYK percentages

%21.6
%6.79
%0
%36.47

Codes

Color #7F97A2 in popluar color models

7F 97 A2
RGB 127 151 162
HSL 199° 15.84% 56.67%
HSB/HSV 199° 21.60% 63.53%
CMYK 21.60% 6.79% 0.00%
36.47%

Color #7F97A2 in popluar number systems.

HEX 7F 97 A2
Decimal 127 151 162
Binary 1111111 10010111 10100010
Octal 177 227 242

Shades and tints

Shades of #7F97A2

#7F97A2
(127,151,162)
#748A94
(116,138,148)
#697D86
(105,125,134)
#5E7078
(94,112,120)
#53636A
(83,99,106)
#48565C
(72,86,92)
#3D494E
(61,73,78)
#323C40
(50,60,64)
#272F32
(39,47,50)
#1C2224
(28,34,36)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #7F97A2

#7F97A2
(127,151,162)
#8AA0AA
(138,160,170)
#95A9B2
(149,169,178)
#A0B2BA
(160,178,186)
#ABBBC2
(171,187,194)
#B6C4CA
(182,196,202)
#C1CDD2
(193,205,210)
#CCD6DA
(204,214,218)
#D7DFE2
(215,223,226)
#E2E8EA
(226,232,234)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F97A2; }

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

This text font color is #7F97A2.

Background Color

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

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

This div background color is #7F97A2.

Border color

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

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

This div border color is #7F97A2.

Opacity

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

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

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

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

This text has shadow with #7F97A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F97A2.

Preview

Color preview on black background

This text has color #7F97A2 on black background.


Color preview on white background

This text has color #7F97A2 on white background.


Black color preview on #7F97A2 background

This text has black color on #7F97A2 background.


White color preview on #7F97A2 background

This text has white color on #7F97A2 background.


Related colors

Complementary color

Complementary color for #hex is #80685D.


I love getcolorcode.com

Triadic colors

1 #A27F97 and #97A27F with #7F97A2 are triadic colors.

2 #A2977F and #977FA2 with #7F97A2 are triadic colors.