COLOR #7FA3AE

HEX: #7FA3AE
RGB: (127,163,174)

Color info

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

RGB color model

#7FA3AE color RGB value is (127,163,174).

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

RGB channels and saturation

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

127
163
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 163 + 174 = 464 (100%)
R 127 of 464 ~ 27.37%
G 163 of 464 ~ 35.13%
B 174 of 464 ~ 37.5%

%27.37
%35.13
%37.5

CMYK color model

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

  • cyan value is 27.01%
  • magenta value is 6.32%
  • 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
%6.32
%0
%31.76

Codes

Color #7FA3AE in popluar color models

7FA3AE
RGB127163174
HSL194°22.49%59.02%
HSB/HSV194°27.01%68.24%
CMYK27.01%6.32%0.00%
31.76%

Color #7FA3AE in popluar number systems.

HEX7FA3AE
Decimal127163174
Binary11111111010001110101110
Octal177243256

Shades and tints

Shades of #7FA3AE

#7FA3AE
(127,163,174)
#74959F
(116,149,159)
#698790
(105,135,144)
#5E7981
(94,121,129)
#536B72
(83,107,114)
#485D63
(72,93,99)
#3D4F54
(61,79,84)
#324145
(50,65,69)
#273336
(39,51,54)
#1C2527
(28,37,39)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #7FA3AE

#7FA3AE
(127,163,174)
#8AABB5
(138,171,181)
#95B3BC
(149,179,188)
#A0BBC3
(160,187,195)
#ABC3CA
(171,195,202)
#B6CBD1
(182,203,209)
#C1D3D8
(193,211,216)
#CCDBDF
(204,219,223)
#D7E3E6
(215,227,230)
#E2EBED
(226,235,237)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA3AE; }

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

This text font color is #7FA3AE.


Background Color

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

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

This div background color is #7FA3AE.


Border color

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

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

This div border color is #7FA3AE.


Opacity

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

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

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

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

This text has shadow with #7FA3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA3AE on black background.


Color preview on white background

This text has color #7FA3AE on white background.



Black color preview on #7FA3AE background

This text has black color on #7FA3AE background.


White color preview on #7FA3AE background

This text has white color on #7FA3AE background.