COLOR #7FACA3

HEX: #7FACA3
RGB: (127,172,163)

Color info

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

RGB color model

#7FACA3 color RGB value is (127,172,163).

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

RGB channels and saturation

R 127 of 255 = 50%
G 172 of 255 = 67%
B 163 of 255 = 64%

127
172
163

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

Portions of RGB colors in percentages

R + G + B =
127 + 172 + 163 = 462 (100%)
R 127 of 462 ~ 27.49%
G 172 of 462 ~ 37.23%
B 163 of 462 ~ 35.28%

%27.49
%37.23
%35.28

CMYK color model

#7FACA3 color CMYK value is (26,0,5,33).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(26,0,5,33)
C26M0Y5K33 
(26%,0%,5%,33%)
(0.26/0.00/0.05/0.33)	

CMYK percentages

%26.16
%0
%5.23
%32.55

Codes

Color #7FACA3 in popluar color models

7FACA3
RGB127172163
HSL168°21.33%58.63%
HSB/HSV168°26.16%67.45%
CMYK26.16%0.00%5.23%
32.55%

Color #7FACA3 in popluar number systems.

HEX7FACA3
Decimal127172163
Binary11111111010110010100011
Octal177254243

Shades and tints

Shades of #7FACA3

#7FACA3
(127,172,163)
#749D95
(116,157,149)
#698E87
(105,142,135)
#5E7F79
(94,127,121)
#53706B
(83,112,107)
#48615D
(72,97,93)
#3D524F
(61,82,79)
#324341
(50,67,65)
#273433
(39,52,51)
#1C2525
(28,37,37)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #7FACA3

#7FACA3
(127,172,163)
#8AB3AB
(138,179,171)
#95BAB3
(149,186,179)
#A0C1BB
(160,193,187)
#ABC8C3
(171,200,195)
#B6CFCB
(182,207,203)
#C1D6D3
(193,214,211)
#CCDDDB
(204,221,219)
#D7E4E3
(215,228,227)
#E2EBEB
(226,235,235)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FACA3; }

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

This text font color is #7FACA3.


Background Color

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

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

This div background color is #7FACA3.


Border color

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

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

This div border color is #7FACA3.


Opacity

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

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

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

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

This text has shadow with #7FACA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FACA3 on black background.


Color preview on white background

This text has color #7FACA3 on white background.



Black color preview on #7FACA3 background

This text has black color on #7FACA3 background.


White color preview on #7FACA3 background

This text has white color on #7FACA3 background.