COLOR #ABA4AC

HEX: #ABA4AC RGB: (171,164,172)

Color info

#ABA4AC contains red, green and blue colors in about the same proportion. Web safe color of #ABA4AC is #999999 (or #999).

RGB color model

#ABA4AC color RGB value is (171,164,172).

RGB: (171,164,172) (67%, 64%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 172 of 255 = 67%

171
164
172

R + G + B ~ 66%. #ABA4AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 164 + 172 = 507 (100%)
R 171 of 507 ~ 33.73%
G 164 of 507 ~ 32.35%
B 172 of 507 ~ 33.93'%

%33.73
%32.35
%33.93

CMYK color model

#ABA4AC color CMYK value is (1,5,0,33).

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

CMYK: (1,5,0,33)
C1M5Y0K33 (1%, 5%, 0%, 33%)
(0.01 / 0.05 / 0.00 / 0.33)

CMYK percentages

%0.58
%4.65
%0
%32.55

Codes

Color #ABA4AC in popluar color models

AB A4 AC
RGB 171 164 172
HSL 293° 4.60% 65.88%
HSB/HSV 293° 4.65% 67.45%
CMYK 0.58% 4.65% 0.00%
32.55%

Color #ABA4AC in popluar number systems.

HEX AB A4 AC
Decimal 171 164 172
Binary 10101011 10100100 10101100
Octal 253 244 254

Shades and tints

Shades of #ABA4AC

#ABA4AC
(171,164,172)
#9C969D
(156,150,157)
#8D888E
(141,136,142)
#7E7A7F
(126,122,127)
#6F6C70
(111,108,112)
#605E61
(96,94,97)
#515052
(81,80,82)
#424243
(66,66,67)
#333434
(51,52,52)
#242625
(36,38,37)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #ABA4AC

#ABA4AC
(171,164,172)
#B2ACB3
(178,172,179)
#B9B4BA
(185,180,186)
#C0BCC1
(192,188,193)
#C7C4C8
(199,196,200)
#CECCCF
(206,204,207)
#D5D4D6
(213,212,214)
#DCDCDD
(220,220,221)
#E3E4E4
(227,228,228)
#EAECEB
(234,236,235)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA4AC; }

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

This text font color is #ABA4AC.

Background Color

.myBgColor { background-color: #ABA4AC; }

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

This div background color is #ABA4AC.

Border color

.myBorderColor { border: 1px solid #ABA4AC; }

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

This div border color is #ABA4AC.

Opacity

.myOpacity80 { color: #ABA4AC; opacity: 0.8; }

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

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

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

This text has shadow with #ABA4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA4AC.

Preview

Color preview on black background

This text has color #ABA4AC on black background.


Color preview on white background

This text has color #ABA4AC on white background.


Black color preview on #ABA4AC background

This text has black color on #ABA4AC background.


White color preview on #ABA4AC background

This text has white color on #ABA4AC background.


Related colors

Complementary color

Complementary color for #hex is #545B53.


I love getcolorcode.com

Triadic colors

1 #ACABA4 and #A4ACAB with #ABA4AC are triadic colors.

2 #ACA4AB and #A4ABAC with #ABA4AC are triadic colors.