COLOR #7FAFA5

HEX: #7FAFA5
RGB: (127,175,165)

Color info

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

RGB color model

#7FAFA5 color RGB value is (127,175,165).

  • red value is 127;
  • green value is 175;
  • blue value is 165.
RGB:
(127,175,165)
(50%,69%,65%)

RGB channels and saturation

R 127 of 255 = 50%
G 175 of 255 = 69%
B 165 of 255 = 65%

127
175
165

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

Portions of RGB colors in percentages

R + G + B =
127 + 175 + 165 = 467 (100%)
R 127 of 467 ~ 27.19%
G 175 of 467 ~ 37.47%
B 165 of 467 ~ 35.33%

%27.19
%37.47
%35.33

CMYK color model

#7FAFA5 color CMYK value is (27,0,6,31).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(27,0,6,31)
C27M0Y6K31 
(27%,0%,6%,31%)
(0.27/0.00/0.06/0.31)	

CMYK percentages

%27.43
%0
%5.71
%31.37

Codes

Color #7FAFA5 in popluar color models

7FAFA5
RGB127175165
HSL168°23.08%59.22%
HSB/HSV168°27.43%68.63%
CMYK27.43%0.00%5.71%
31.37%

Color #7FAFA5 in popluar number systems.

HEX7FAFA5
Decimal127175165
Binary11111111010111110100101
Octal177257245

Shades and tints

Shades of #7FAFA5

#7FAFA5
(127,175,165)
#74A096
(116,160,150)
#699187
(105,145,135)
#5E8278
(94,130,120)
#537369
(83,115,105)
#48645A
(72,100,90)
#3D554B
(61,85,75)
#32463C
(50,70,60)
#27372D
(39,55,45)
#1C281E
(28,40,30)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #7FAFA5

#7FAFA5
(127,175,165)
#8AB6AD
(138,182,173)
#95BDB5
(149,189,181)
#A0C4BD
(160,196,189)
#ABCBC5
(171,203,197)
#B6D2CD
(182,210,205)
#C1D9D5
(193,217,213)
#CCE0DD
(204,224,221)
#D7E7E5
(215,231,229)
#E2EEED
(226,238,237)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAFA5 color. Also use rgb(127,175,165) instead hex code.

Text Font Color

.myTextColor { color: #7FAFA5; }

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

This text font color is #7FAFA5.


Background Color

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

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

This div background color is #7FAFA5.


Border color

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

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

This div border color is #7FAFA5.


Opacity

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

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

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

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

This text has shadow with #7FAFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAFA5 on black background.


Color preview on white background

This text has color #7FAFA5 on white background.



Black color preview on #7FAFA5 background

This text has black color on #7FAFA5 background.


White color preview on #7FAFA5 background

This text has white color on #7FAFA5 background.