COLOR #ABABA1

HEX: #ABABA1
RGB: (171,171,161)

Color info

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

RGB color model

#ABABA1 color RGB value is (171,171,161).

  • red value is 171;
  • green value is 171;
  • blue value is 161.
RGB:
(171,171,161)
(67%,67%,63%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 161 of 255 = 63%

171
171
161

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 161 = 503 (100%)
R 171 of 503 ~ 34%
G 171 of 503 ~ 34%
B 161 of 503 ~ 32.01%

%34
%34
%32.01

CMYK color model

#ABABA1 color CMYK value is (0,0,6,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(0,0,6,33)
C0M0Y6K33 
(0%,0%,6%,33%)
(0.00/0.00/0.06/0.33)	

CMYK percentages

%0
%0
%5.85
%32.94

Codes

Color #ABABA1 in popluar color models

ABABA1
RGB171171161
HSL60°5.62%65.10%
HSB/HSV60°5.85%67.06%
CMYK0.00%0.00%5.85%
32.94%

Color #ABABA1 in popluar number systems.

HEXABABA1
Decimal171171161
Binary101010111010101110100001
Octal253253241

Shades and tints

Shades of #ABABA1

#ABABA1
(171,171,161)
#9C9C93
(156,156,147)
#8D8D85
(141,141,133)
#7E7E77
(126,126,119)
#6F6F69
(111,111,105)
#60605B
(96,96,91)
#51514D
(81,81,77)
#42423F
(66,66,63)
#333331
(51,51,49)
#242423
(36,36,35)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABABA1

#ABABA1
(171,171,161)
#B2B2A9
(178,178,169)
#B9B9B1
(185,185,177)
#C0C0B9
(192,192,185)
#C7C7C1
(199,199,193)
#CECEC9
(206,206,201)
#D5D5D1
(213,213,209)
#DCDCD9
(220,220,217)
#E3E3E1
(227,227,225)
#EAEAE9
(234,234,233)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABA1; }

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

This text font color is #ABABA1.


Background Color

.myBgColor { background-color: #ABABA1; }

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

This div background color is #ABABA1.


Border color

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

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

This div border color is #ABABA1.


Opacity

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

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

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

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

This text has shadow with #ABABA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABA1 on black background.


Color preview on white background

This text has color #ABABA1 on white background.



Black color preview on #ABABA1 background

This text has black color on #ABABA1 background.


White color preview on #ABABA1 background

This text has white color on #ABABA1 background.