COLOR #7FACAB

HEX: #7FACAB RGB: (127,172,171)

Color info

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

RGB color model

#7FACAB color RGB value is (127,172,171).

RGB: (127,172,171) (50%, 67%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 172 of 255 = 67%
B 171 of 255 = 67%

127
172
171

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

Portions of RGB colors in percentages

R + G + B = 127 + 172 + 171 = 470 (100%)
R 127 of 470 ~ 27.02%
G 172 of 470 ~ 36.6%
B 171 of 470 ~ 36.38'%

%27.02
%36.6
%36.38

CMYK color model

#7FACAB color CMYK value is (26,0,1,33).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.55%

CMYK: (26,0,1,33)
C26M0Y1K33 (26%, 0%, 1%, 33%)
(0.26 / 0.00 / 0.01 / 0.33)

CMYK percentages

%26.16
%0
%0.58
%32.55

Codes

Color #7FACAB in popluar color models

7F AC AB
RGB 127 172 171
HSL 179° 21.33% 58.63%
HSB/HSV 179° 26.16% 67.45%
CMYK 26.16% 0.00% 0.58%
32.55%

Color #7FACAB in popluar number systems.

HEX 7F AC AB
Decimal 127 172 171
Binary 1111111 10101100 10101011
Octal 177 254 253

Shades and tints

Shades of #7FACAB

#7FACAB
(127,172,171)
#749D9C
(116,157,156)
#698E8D
(105,142,141)
#5E7F7E
(94,127,126)
#53706F
(83,112,111)
#486160
(72,97,96)
#3D5251
(61,82,81)
#324342
(50,67,66)
#273433
(39,52,51)
#1C2524
(28,37,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #7FACAB

#7FACAB
(127,172,171)
#8AB3B2
(138,179,178)
#95BAB9
(149,186,185)
#A0C1C0
(160,193,192)
#ABC8C7
(171,200,199)
#B6CFCE
(182,207,206)
#C1D6D5
(193,214,213)
#CCDDDC
(204,221,220)
#D7E4E3
(215,228,227)
#E2EBEA
(226,235,234)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FACAB; }

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

This text font color is #7FACAB.

Background Color

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

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

This div background color is #7FACAB.

Border color

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

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

This div border color is #7FACAB.

Opacity

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

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

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

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

This text has shadow with #7FACAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FACAB.

Preview

Color preview on black background

This text has color #7FACAB on black background.


Color preview on white background

This text has color #7FACAB on white background.


Black color preview on #7FACAB background

This text has black color on #7FACAB background.


White color preview on #7FACAB background

This text has white color on #7FACAB background.


Related colors

Complementary color

Complementary color for #hex is #805354.


I love getcolorcode.com

Triadic colors

1 #AB7FAC and #ACAB7F with #7FACAB are triadic colors.

2 #ABAC7F and #AC7FAB with #7FACAB are triadic colors.