COLOR #7F9FAE

HEX: #7F9FAE
RGB: (127,159,174)

Color info

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

RGB color model

#7F9FAE color RGB value is (127,159,174).

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

RGB channels and saturation

R 127 of 255 = 50%
G 159 of 255 = 62%
B 174 of 255 = 68%

127
159
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 159 + 174 = 460 (100%)
R 127 of 460 ~ 27.61%
G 159 of 460 ~ 34.57%
B 174 of 460 ~ 37.83%

%27.61
%34.57
%37.83

CMYK color model

#7F9FAE color CMYK value is (27,9,0,32).

  • cyan value is 27.01%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(27,9,0,32)
C27M9Y0K32 
(27%,9%,0%,32%)
(0.27/0.09/0.00/0.32)	

CMYK percentages

%27.01
%8.62
%0
%31.76

Codes

Color #7F9FAE in popluar color models

7F9FAE
RGB127159174
HSL199°22.49%59.02%
HSB/HSV199°27.01%68.24%
CMYK27.01%8.62%0.00%
31.76%

Color #7F9FAE in popluar number systems.

HEX7F9FAE
Decimal127159174
Binary11111111001111110101110
Octal177237256

Shades and tints

Shades of #7F9FAE

#7F9FAE
(127,159,174)
#74919F
(116,145,159)
#698390
(105,131,144)
#5E7581
(94,117,129)
#536772
(83,103,114)
#485963
(72,89,99)
#3D4B54
(61,75,84)
#323D45
(50,61,69)
#272F36
(39,47,54)
#1C2127
(28,33,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #7F9FAE

#7F9FAE
(127,159,174)
#8AA7B5
(138,167,181)
#95AFBC
(149,175,188)
#A0B7C3
(160,183,195)
#ABBFCA
(171,191,202)
#B6C7D1
(182,199,209)
#C1CFD8
(193,207,216)
#CCD7DF
(204,215,223)
#D7DFE6
(215,223,230)
#E2E7ED
(226,231,237)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9FAE; }

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

This text font color is #7F9FAE.


Background Color

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

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

This div background color is #7F9FAE.


Border color

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

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

This div border color is #7F9FAE.


Opacity

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

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

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

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

This text has shadow with #7F9FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9FAE on black background.


Color preview on white background

This text has color #7F9FAE on white background.



Black color preview on #7F9FAE background

This text has black color on #7F9FAE background.


White color preview on #7F9FAE background

This text has white color on #7F9FAE background.