COLOR #ABAAA5

HEX: #ABAAA5
RGB: (171,170,165)

Color info

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

RGB color model

#ABAAA5 color RGB value is (171,170,165).

  • red value is 171;
  • green value is 170;
  • blue value is 165.
RGB:
(171,170,165)
(67%,67%,65%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 165 of 255 = 65%

171
170
165

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

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 165 = 506 (100%)
R 171 of 506 ~ 33.79%
G 170 of 506 ~ 33.6%
B 165 of 506 ~ 32.61%

%33.79
%33.6
%32.61

CMYK color model

#ABAAA5 color CMYK value is (0,1,4,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 3.51%
  • key color value is 32.94%
CMYK:
(0,1,4,33)
C0M1Y4K33 
(0%,1%,4%,33%)
(0.00/0.01/0.04/0.33)	

CMYK percentages

%0
%0.58
%3.51
%32.94

Codes

Color #ABAAA5 in popluar color models

ABAAA5
RGB171170165
HSL50°3.45%65.88%
HSB/HSV50°3.51%67.06%
CMYK0.00%0.58%3.51%
32.94%

Color #ABAAA5 in popluar number systems.

HEXABAAA5
Decimal171170165
Binary101010111010101010100101
Octal253252245

Shades and tints

Shades of #ABAAA5

#ABAAA5
(171,170,165)
#9C9B96
(156,155,150)
#8D8C87
(141,140,135)
#7E7D78
(126,125,120)
#6F6E69
(111,110,105)
#605F5A
(96,95,90)
#51504B
(81,80,75)
#42413C
(66,65,60)
#33322D
(51,50,45)
#24231E
(36,35,30)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #ABAAA5

#ABAAA5
(171,170,165)
#B2B1AD
(178,177,173)
#B9B8B5
(185,184,181)
#C0BFBD
(192,191,189)
#C7C6C5
(199,198,197)
#CECDCD
(206,205,205)
#D5D4D5
(213,212,213)
#DCDBDD
(220,219,221)
#E3E2E5
(227,226,229)
#EAE9ED
(234,233,237)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAAA5 color. Also use rgb(171,170,165) instead hex code.

Text Font Color

.myTextColor { color: #ABAAA5; }

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

This text font color is #ABAAA5.


Background Color

.myBgColor { background-color: #ABAAA5; }

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

This div background color is #ABAAA5.


Border color

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

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

This div border color is #ABAAA5.


Opacity

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

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

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

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

This text has shadow with #ABAAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAAA5 on black background.


Color preview on white background

This text has color #ABAAA5 on white background.



Black color preview on #ABAAA5 background

This text has black color on #ABAAA5 background.


White color preview on #ABAAA5 background

This text has white color on #ABAAA5 background.