COLOR #7FA6AA

HEX: #7FA6AA
RGB: (127,166,170)

Color info

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

RGB color model

#7FA6AA color RGB value is (127,166,170).

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

RGB channels and saturation

R 127 of 255 = 50%
G 166 of 255 = 65%
B 170 of 255 = 67%

127
166
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 166 + 170 = 463 (100%)
R 127 of 463 ~ 27.43%
G 166 of 463 ~ 35.85%
B 170 of 463 ~ 36.72%

%27.43
%35.85
%36.72

CMYK color model

#7FA6AA color CMYK value is (25,2,0,33).

  • cyan value is 25.29%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,2,0,33)
C25M2Y0K33 
(25%,2%,0%,33%)
(0.25/0.02/0.00/0.33)	

CMYK percentages

%25.29
%2.35
%0
%33.33

Codes

Color #7FA6AA in popluar color models

7FA6AA
RGB127166170
HSL186°20.19%58.24%
HSB/HSV186°25.29%66.67%
CMYK25.29%2.35%0.00%
33.33%

Color #7FA6AA in popluar number systems.

HEX7FA6AA
Decimal127166170
Binary11111111010011010101010
Octal177246252

Shades and tints

Shades of #7FA6AA

#7FA6AA
(127,166,170)
#74979B
(116,151,155)
#69888C
(105,136,140)
#5E797D
(94,121,125)
#536A6E
(83,106,110)
#485B5F
(72,91,95)
#3D4C50
(61,76,80)
#323D41
(50,61,65)
#272E32
(39,46,50)
#1C1F23
(28,31,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #7FA6AA

#7FA6AA
(127,166,170)
#8AAEB1
(138,174,177)
#95B6B8
(149,182,184)
#A0BEBF
(160,190,191)
#ABC6C6
(171,198,198)
#B6CECD
(182,206,205)
#C1D6D4
(193,214,212)
#CCDEDB
(204,222,219)
#D7E6E2
(215,230,226)
#E2EEE9
(226,238,233)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA6AA; }

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

This text font color is #7FA6AA.


Background Color

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

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

This div background color is #7FA6AA.


Border color

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

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

This div border color is #7FA6AA.


Opacity

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

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

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

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

This text has shadow with #7FA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA6AA on black background.


Color preview on white background

This text has color #7FA6AA on white background.



Black color preview on #7FA6AA background

This text has black color on #7FA6AA background.


White color preview on #7FA6AA background

This text has white color on #7FA6AA background.