COLOR #7FACA5

HEX: #7FACA5
RGB: (127,172,165)

Color info

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

RGB color model

#7FACA5 color RGB value is (127,172,165).

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

RGB channels and saturation

R 127 of 255 = 50%
G 172 of 255 = 67%
B 165 of 255 = 65%

127
172
165

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

Portions of RGB colors in percentages

R + G + B =
127 + 172 + 165 = 464 (100%)
R 127 of 464 ~ 27.37%
G 172 of 464 ~ 37.07%
B 165 of 464 ~ 35.56%

%27.37
%37.07
%35.56

CMYK color model

#7FACA5 color CMYK value is (26,0,4,33).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(26,0,4,33)
C26M0Y4K33 
(26%,0%,4%,33%)
(0.26/0.00/0.04/0.33)	

CMYK percentages

%26.16
%0
%4.07
%32.55

Codes

Color #7FACA5 in popluar color models

7FACA5
RGB127172165
HSL171°21.33%58.63%
HSB/HSV171°26.16%67.45%
CMYK26.16%0.00%4.07%
32.55%

Color #7FACA5 in popluar number systems.

HEX7FACA5
Decimal127172165
Binary11111111010110010100101
Octal177254245

Shades and tints

Shades of #7FACA5

#7FACA5
(127,172,165)
#749D96
(116,157,150)
#698E87
(105,142,135)
#5E7F78
(94,127,120)
#537069
(83,112,105)
#48615A
(72,97,90)
#3D524B
(61,82,75)
#32433C
(50,67,60)
#27342D
(39,52,45)
#1C251E
(28,37,30)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #7FACA5

#7FACA5
(127,172,165)
#8AB3AD
(138,179,173)
#95BAB5
(149,186,181)
#A0C1BD
(160,193,189)
#ABC8C5
(171,200,197)
#B6CFCD
(182,207,205)
#C1D6D5
(193,214,213)
#CCDDDD
(204,221,221)
#D7E4E5
(215,228,229)
#E2EBED
(226,235,237)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FACA5; }

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

This text font color is #7FACA5.


Background Color

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

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

This div background color is #7FACA5.


Border color

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

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

This div border color is #7FACA5.


Opacity

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

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

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

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

This text has shadow with #7FACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FACA5 on black background.


Color preview on white background

This text has color #7FACA5 on white background.



Black color preview on #7FACA5 background

This text has black color on #7FACA5 background.


White color preview on #7FACA5 background

This text has white color on #7FACA5 background.