COLOR #7FA4AE

HEX: #7FA4AE
RGB: (127,164,174)

Color info

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

RGB color model

#7FA4AE color RGB value is (127,164,174).

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

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 174 of 255 = 68%

127
164
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 174 = 465 (100%)
R 127 of 465 ~ 27.31%
G 164 of 465 ~ 35.27%
B 174 of 465 ~ 37.42%

%27.31
%35.27
%37.42

CMYK color model

#7FA4AE color CMYK value is (27,6,0,32).

  • cyan value is 27.01%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(27,6,0,32)
C27M6Y0K32 
(27%,6%,0%,32%)
(0.27/0.06/0.00/0.32)	

CMYK percentages

%27.01
%5.75
%0
%31.76

Codes

Color #7FA4AE in popluar color models

7FA4AE
RGB127164174
HSL193°22.49%59.02%
HSB/HSV193°27.01%68.24%
CMYK27.01%5.75%0.00%
31.76%

Color #7FA4AE in popluar number systems.

HEX7FA4AE
Decimal127164174
Binary11111111010010010101110
Octal177244256

Shades and tints

Shades of #7FA4AE

#7FA4AE
(127,164,174)
#74969F
(116,150,159)
#698890
(105,136,144)
#5E7A81
(94,122,129)
#536C72
(83,108,114)
#485E63
(72,94,99)
#3D5054
(61,80,84)
#324245
(50,66,69)
#273436
(39,52,54)
#1C2627
(28,38,39)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #7FA4AE

#7FA4AE
(127,164,174)
#8AACB5
(138,172,181)
#95B4BC
(149,180,188)
#A0BCC3
(160,188,195)
#ABC4CA
(171,196,202)
#B6CCD1
(182,204,209)
#C1D4D8
(193,212,216)
#CCDCDF
(204,220,223)
#D7E4E6
(215,228,230)
#E2ECED
(226,236,237)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA4AE; }

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

This text font color is #7FA4AE.


Background Color

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

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

This div background color is #7FA4AE.


Border color

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

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

This div border color is #7FA4AE.


Opacity

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

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

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

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

This text has shadow with #7FA4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA4AE on black background.


Color preview on white background

This text has color #7FA4AE on white background.



Black color preview on #7FA4AE background

This text has black color on #7FA4AE background.


White color preview on #7FA4AE background

This text has white color on #7FA4AE background.