COLOR #7FA8AC

HEX: #7FA8AC
RGB: (127,168,172)

Color info

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

RGB color model

#7FA8AC color RGB value is (127,168,172).

  • red value is 127;
  • green value is 168;
  • blue value is 172.
RGB:
(127,168,172)
(50%,66%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 168 of 255 = 66%
B 172 of 255 = 67%

127
168
172

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

Portions of RGB colors in percentages

R + G + B =
127 + 168 + 172 = 467 (100%)
R 127 of 467 ~ 27.19%
G 168 of 467 ~ 35.97%
B 172 of 467 ~ 36.83%

%27.19
%35.97
%36.83

CMYK color model

#7FA8AC color CMYK value is (26,2,0,33).

  • cyan value is 26.16%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(26,2,0,33)
C26M2Y0K33 
(26%,2%,0%,33%)
(0.26/0.02/0.00/0.33)	

CMYK percentages

%26.16
%2.33
%0
%32.55

Codes

Color #7FA8AC in popluar color models

7FA8AC
RGB127168172
HSL185°21.33%58.63%
HSB/HSV185°26.16%67.45%
CMYK26.16%2.33%0.00%
32.55%

Color #7FA8AC in popluar number systems.

HEX7FA8AC
Decimal127168172
Binary11111111010100010101100
Octal177250254

Shades and tints

Shades of #7FA8AC

#7FA8AC
(127,168,172)
#74999D
(116,153,157)
#698A8E
(105,138,142)
#5E7B7F
(94,123,127)
#536C70
(83,108,112)
#485D61
(72,93,97)
#3D4E52
(61,78,82)
#323F43
(50,63,67)
#273034
(39,48,52)
#1C2125
(28,33,37)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #7FA8AC

#7FA8AC
(127,168,172)
#8AAFB3
(138,175,179)
#95B6BA
(149,182,186)
#A0BDC1
(160,189,193)
#ABC4C8
(171,196,200)
#B6CBCF
(182,203,207)
#C1D2D6
(193,210,214)
#CCD9DD
(204,217,221)
#D7E0E4
(215,224,228)
#E2E7EB
(226,231,235)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA8AC color. Also use rgb(127,168,172) instead hex code.

Text Font Color

.myTextColor { color: #7FA8AC; }

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

This text font color is #7FA8AC.


Background Color

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

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

This div background color is #7FA8AC.


Border color

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

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

This div border color is #7FA8AC.


Opacity

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

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

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

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

This text has shadow with #7FA8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA8AC on black background.


Color preview on white background

This text has color #7FA8AC on white background.



Black color preview on #7FA8AC background

This text has black color on #7FA8AC background.


White color preview on #7FA8AC background

This text has white color on #7FA8AC background.