COLOR #7FA4AC

HEX: #7FA4AC RGB: (127,164,172)

Color info

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

RGB color model

#7FA4AC color RGB value is (127,164,172).

RGB: (127,164,172) (50%, 64%, 67%)

RGB channels and saturation

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

127
164
172

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

Portions of RGB colors in percentages

R + G + B = 127 + 164 + 172 = 463 (100%)
R 127 of 463 ~ 27.43%
G 164 of 463 ~ 35.42%
B 172 of 463 ~ 37.15'%

%27.43
%35.42
%37.15

CMYK color model

#7FA4AC color CMYK value is (26,5,0,33).

  • cyan value is 26.16%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (26,5,0,33)
C26M5Y0K33 (26%, 5%, 0%, 33%)
(0.26 / 0.05 / 0.00 / 0.33)

CMYK percentages

%26.16
%4.65
%0
%32.55

Codes

Color #7FA4AC in popluar color models

7F A4 AC
RGB 127 164 172
HSL 191° 21.33% 58.63%
HSB/HSV 191° 26.16% 67.45%
CMYK 26.16% 4.65% 0.00%
32.55%

Color #7FA4AC in popluar number systems.

HEX 7F A4 AC
Decimal 127 164 172
Binary 1111111 10100100 10101100
Octal 177 244 254

Shades and tints

Shades of #7FA4AC

#7FA4AC
(127,164,172)
#74969D
(116,150,157)
#69888E
(105,136,142)
#5E7A7F
(94,122,127)
#536C70
(83,108,112)
#485E61
(72,94,97)
#3D5052
(61,80,82)
#324243
(50,66,67)
#273434
(39,52,52)
#1C2625
(28,38,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #7FA4AC

#7FA4AC
(127,164,172)
#8AACB3
(138,172,179)
#95B4BA
(149,180,186)
#A0BCC1
(160,188,193)
#ABC4C8
(171,196,200)
#B6CCCF
(182,204,207)
#C1D4D6
(193,212,214)
#CCDCDD
(204,220,221)
#D7E4E4
(215,228,228)
#E2ECEB
(226,236,235)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA4AC; }

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

This text font color is #7FA4AC.

Background Color

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

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

This div background color is #7FA4AC.

Border color

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

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

This div border color is #7FA4AC.

Opacity

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

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

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

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

This text has shadow with #7FA4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA4AC.

Preview

Color preview on black background

This text has color #7FA4AC on black background.


Color preview on white background

This text has color #7FA4AC on white background.


Black color preview on #7FA4AC background

This text has black color on #7FA4AC background.


White color preview on #7FA4AC background

This text has white color on #7FA4AC background.


Related colors

Complementary color

Complementary color for #hex is #805B53.


I love getcolorcode.com

Triadic colors

1 #AC7FA4 and #A4AC7F with #7FA4AC are triadic colors.

2 #ACA47F and #A47FAC with #7FA4AC are triadic colors.