COLOR #ABA3AE

HEX: #ABA3AE RGB: (171,163,174)

Color info

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

RGB color model

#ABA3AE color RGB value is (171,163,174).

RGB: (171,163,174) (67%, 64%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 174 of 255 = 68%

171
163
174

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

Portions of RGB colors in percentages

R + G + B = 171 + 163 + 174 = 508 (100%)
R 171 of 508 ~ 33.66%
G 163 of 508 ~ 32.09%
B 174 of 508 ~ 34.25'%

%33.66
%32.09
%34.25

CMYK color model

#ABA3AE color CMYK value is (2,6,0,32).

  • cyan value is 1.72%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (2,6,0,32)
C2M6Y0K32 (2%, 6%, 0%, 32%)
(0.02 / 0.06 / 0.00 / 0.32)

CMYK percentages

%1.72
%6.32
%0
%31.76

Codes

Color #ABA3AE in popluar color models

AB A3 AE
RGB 171 163 174
HSL 284° 6.36% 66.08%
HSB/HSV 284° 6.32% 68.24%
CMYK 1.72% 6.32% 0.00%
31.76%

Color #ABA3AE in popluar number systems.

HEX AB A3 AE
Decimal 171 163 174
Binary 10101011 10100011 10101110
Octal 253 243 256

Shades and tints

Shades of #ABA3AE

#ABA3AE
(171,163,174)
#9C959F
(156,149,159)
#8D8790
(141,135,144)
#7E7981
(126,121,129)
#6F6B72
(111,107,114)
#605D63
(96,93,99)
#514F54
(81,79,84)
#424145
(66,65,69)
#333336
(51,51,54)
#242527
(36,37,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABA3AE

#ABA3AE
(171,163,174)
#B2ABB5
(178,171,181)
#B9B3BC
(185,179,188)
#C0BBC3
(192,187,195)
#C7C3CA
(199,195,202)
#CECBD1
(206,203,209)
#D5D3D8
(213,211,216)
#DCDBDF
(220,219,223)
#E3E3E6
(227,227,230)
#EAEBED
(234,235,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA3AE color. Also use rgb(171,163,174) instead hex code.

Text Font Color

.myTextColor { color: #ABA3AE; }

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

This text font color is #ABA3AE.

Background Color

.myBgColor { background-color: #ABA3AE; }

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

This div background color is #ABA3AE.

Border color

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

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

This div border color is #ABA3AE.

Opacity

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

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

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

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

This text has shadow with #ABA3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA3AE.

Preview

Color preview on black background

This text has color #ABA3AE on black background.


Color preview on white background

This text has color #ABA3AE on white background.


Black color preview on #ABA3AE background

This text has black color on #ABA3AE background.


White color preview on #ABA3AE background

This text has white color on #ABA3AE background.


Related colors

Complementary color

Complementary color for #hex is #545C51.


I love getcolorcode.com

Triadic colors

1 #AEABA3 and #A3AEAB with #ABA3AE are triadic colors.

2 #AEA3AB and #A3ABAE with #ABA3AE are triadic colors.