COLOR #7FA9AB

HEX: #7FA9AB RGB: (127,169,171)

Color info

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

RGB color model

#7FA9AB color RGB value is (127,169,171).

RGB: (127,169,171) (50%, 66%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 171 of 255 = 67%

127
169
171

R + G + B ~ 61%. #7FA9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 169 + 171 = 467 (100%)
R 127 of 467 ~ 27.19%
G 169 of 467 ~ 36.19%
B 171 of 467 ~ 36.62'%

%27.19
%36.19
%36.62

CMYK color model

#7FA9AB color CMYK value is (26,1,0,33).

  • cyan value is 25.73%
  • magenta value is 1.17%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (26,1,0,33) C26M1Y0K33 (26%,1%,0%,33%) (0.26/0.01/0.00/0.33) 

CMYK percentages

%25.73
%1.17
%0
%32.94

Codes

Color #7FA9AB in popluar color models

7F A9 AB
RGB 127 169 171
HSL 183° 20.75% 58.43%
HSB/HSV 183° 25.73% 67.06%
CMYK 25.73% 1.17% 0.00%
32.94%

Color #7FA9AB in popluar number systems.

HEX 7F A9 AB
Decimal 127 169 171
Binary 1111111 10101001 10101011
Octal 177 251 253

Shades and tints

Shades of #7FA9AB

#7FA9AB
(127,169,171)
#749A9C
(116,154,156)
#698B8D
(105,139,141)
#5E7C7E
(94,124,126)
#536D6F
(83,109,111)
#485E60
(72,94,96)
#3D4F51
(61,79,81)
#324042
(50,64,66)
#273133
(39,49,51)
#1C2224
(28,34,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #7FA9AB

#7FA9AB
(127,169,171)
#8AB0B2
(138,176,178)
#95B7B9
(149,183,185)
#A0BEC0
(160,190,192)
#ABC5C7
(171,197,199)
#B6CCCE
(182,204,206)
#C1D3D5
(193,211,213)
#CCDADC
(204,218,220)
#D7E1E3
(215,225,227)
#E2E8EA
(226,232,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA9AB color. Also use rgb(127,169,171) instead hex code.

Text Font Color

.myTextColor { color: #7FA9AB; }

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

This text font color is #7FA9AB.

Background Color

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

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

This div background color is #7FA9AB.

Border color

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

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

This div border color is #7FA9AB.

Opacity

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

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

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

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

This text has shadow with #7FA9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA9AB.

Preview

Color preview on black background

This text has color #7FA9AB on black background.


Color preview on white background

This text has color #7FA9AB on white background.


Black color preview on #7FA9AB background

This text has black color on #7FA9AB background.


White color preview on #7FA9AB background

This text has white color on #7FA9AB background.


Related colors

Complementary color

Complementary color for #hex is #805654.


I love getcolorcode.com

Triadic colors

1 #AB7FA9 and #A9AB7F with #7FA9AB are triadic colors.

2 #ABA97F and #A97FAB with #7FA9AB are triadic colors.