COLOR #7FA4AB

HEX: #7FA4AB
RGB: (127,164,171)

Color info

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

RGB color model

#7FA4AB color RGB value is (127,164,171).

  • red value is 127;
  • green value is 164;
  • blue value is 171.
RGB:
(127,164,171)
(50%,64%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 171 of 255 = 67%

127
164
171

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

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 171 = 462 (100%)
R 127 of 462 ~ 27.49%
G 164 of 462 ~ 35.5%
B 171 of 462 ~ 37.01%

%27.49
%35.5
%37.01

CMYK color model

#7FA4AB color CMYK value is (26,4,0,33).

  • cyan value is 25.73%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,4,0,33)
C26M4Y0K33 
(26%,4%,0%,33%)
(0.26/0.04/0.00/0.33)	

CMYK percentages

%25.73
%4.09
%0
%32.94

Codes

Color #7FA4AB in popluar color models

7FA4AB
RGB127164171
HSL190°20.75%58.43%
HSB/HSV190°25.73%67.06%
CMYK25.73%4.09%0.00%
32.94%

Color #7FA4AB in popluar number systems.

HEX7FA4AB
Decimal127164171
Binary11111111010010010101011
Octal177244253

Shades and tints

Shades of #7FA4AB

#7FA4AB
(127,164,171)
#74969C
(116,150,156)
#69888D
(105,136,141)
#5E7A7E
(94,122,126)
#536C6F
(83,108,111)
#485E60
(72,94,96)
#3D5051
(61,80,81)
#324242
(50,66,66)
#273433
(39,52,51)
#1C2624
(28,38,36)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #7FA4AB

#7FA4AB
(127,164,171)
#8AACB2
(138,172,178)
#95B4B9
(149,180,185)
#A0BCC0
(160,188,192)
#ABC4C7
(171,196,199)
#B6CCCE
(182,204,206)
#C1D4D5
(193,212,213)
#CCDCDC
(204,220,220)
#D7E4E3
(215,228,227)
#E2ECEA
(226,236,234)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA4AB; }

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

This text font color is #7FA4AB.


Background Color

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

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

This div background color is #7FA4AB.


Border color

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

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

This div border color is #7FA4AB.


Opacity

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

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

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

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

This text has shadow with #7FA4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA4AB on black background.


Color preview on white background

This text has color #7FA4AB on white background.



Black color preview on #7FA4AB background

This text has black color on #7FA4AB background.


White color preview on #7FA4AB background

This text has white color on #7FA4AB background.