COLOR #7FA3AA

HEX: #7FA3AA
RGB: (127,163,170)

Color info

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

RGB color model

#7FA3AA color RGB value is (127,163,170).

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

RGB channels and saturation

R 127 of 255 = 50%
G 163 of 255 = 64%
B 170 of 255 = 67%

127
163
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 163 + 170 = 460 (100%)
R 127 of 460 ~ 27.61%
G 163 of 460 ~ 35.43%
B 170 of 460 ~ 36.96%

%27.61
%35.43
%36.96

CMYK color model

#7FA3AA color CMYK value is (25,4,0,33).

  • cyan value is 25.29%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,4,0,33)
C25M4Y0K33 
(25%,4%,0%,33%)
(0.25/0.04/0.00/0.33)	

CMYK percentages

%25.29
%4.12
%0
%33.33

Codes

Color #7FA3AA in popluar color models

7FA3AA
RGB127163170
HSL190°20.19%58.24%
HSB/HSV190°25.29%66.67%
CMYK25.29%4.12%0.00%
33.33%

Color #7FA3AA in popluar number systems.

HEX7FA3AA
Decimal127163170
Binary11111111010001110101010
Octal177243252

Shades and tints

Shades of #7FA3AA

#7FA3AA
(127,163,170)
#74959B
(116,149,155)
#69878C
(105,135,140)
#5E797D
(94,121,125)
#536B6E
(83,107,110)
#485D5F
(72,93,95)
#3D4F50
(61,79,80)
#324141
(50,65,65)
#273332
(39,51,50)
#1C2523
(28,37,35)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #7FA3AA

#7FA3AA
(127,163,170)
#8AABB1
(138,171,177)
#95B3B8
(149,179,184)
#A0BBBF
(160,187,191)
#ABC3C6
(171,195,198)
#B6CBCD
(182,203,205)
#C1D3D4
(193,211,212)
#CCDBDB
(204,219,219)
#D7E3E2
(215,227,226)
#E2EBE9
(226,235,233)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA3AA; }

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

This text font color is #7FA3AA.


Background Color

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

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

This div background color is #7FA3AA.


Border color

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

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

This div border color is #7FA3AA.


Opacity

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

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

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

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

This text has shadow with #7FA3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA3AA on black background.


Color preview on white background

This text has color #7FA3AA on white background.



Black color preview on #7FA3AA background

This text has black color on #7FA3AA background.


White color preview on #7FA3AA background

This text has white color on #7FA3AA background.