COLOR #7F9FAA

HEX: #7F9FAA
RGB: (127,159,170)

Color info

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

RGB color model

#7F9FAA color RGB value is (127,159,170).

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

RGB channels and saturation

R 127 of 255 = 50%
G 159 of 255 = 62%
B 170 of 255 = 67%

127
159
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 159 + 170 = 456 (100%)
R 127 of 456 ~ 27.85%
G 159 of 456 ~ 34.87%
B 170 of 456 ~ 37.28%

%27.85
%34.87
%37.28

CMYK color model

#7F9FAA color CMYK value is (25,6,0,33).

  • cyan value is 25.29%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,6,0,33)
C25M6Y0K33 
(25%,6%,0%,33%)
(0.25/0.06/0.00/0.33)	

CMYK percentages

%25.29
%6.47
%0
%33.33

Codes

Color #7F9FAA in popluar color models

7F9FAA
RGB127159170
HSL195°20.19%58.24%
HSB/HSV195°25.29%66.67%
CMYK25.29%6.47%0.00%
33.33%

Color #7F9FAA in popluar number systems.

HEX7F9FAA
Decimal127159170
Binary11111111001111110101010
Octal177237252

Shades and tints

Shades of #7F9FAA

#7F9FAA
(127,159,170)
#74919B
(116,145,155)
#69838C
(105,131,140)
#5E757D
(94,117,125)
#53676E
(83,103,110)
#48595F
(72,89,95)
#3D4B50
(61,75,80)
#323D41
(50,61,65)
#272F32
(39,47,50)
#1C2123
(28,33,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7F9FAA

#7F9FAA
(127,159,170)
#8AA7B1
(138,167,177)
#95AFB8
(149,175,184)
#A0B7BF
(160,183,191)
#ABBFC6
(171,191,198)
#B6C7CD
(182,199,205)
#C1CFD4
(193,207,212)
#CCD7DB
(204,215,219)
#D7DFE2
(215,223,226)
#E2E7E9
(226,231,233)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9FAA; }

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

This text font color is #7F9FAA.


Background Color

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

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

This div background color is #7F9FAA.


Border color

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

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

This div border color is #7F9FAA.


Opacity

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

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

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

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

This text has shadow with #7F9FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9FAA on black background.


Color preview on white background

This text has color #7F9FAA on white background.



Black color preview on #7F9FAA background

This text has black color on #7F9FAA background.


White color preview on #7F9FAA background

This text has white color on #7F9FAA background.