COLOR #ABAB90

HEX: #ABAB90
RGB: (171,171,144)

Color info

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

RGB color model

#ABAB90 color RGB value is (171,171,144).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 144 of 255 = 56%

171
171
144

R + G + B ~ 63%. #ABAB90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 144 = 486 (100%)
R 171 of 486 ~ 35.19%
G 171 of 486 ~ 35.19%
B 144 of 486 ~ 29.63%

%35.19
%35.19
%29.63

CMYK color model

#ABAB90 color CMYK value is (0,0,16,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(0,0,16,33)
C0M0Y16K33 
(0%,0%,16%,33%)
(0.00/0.00/0.16/0.33)	

CMYK percentages

%0
%0
%15.79
%32.94

Codes

Color #ABAB90 in popluar color models

ABAB90
RGB171171144
HSL60°13.85%61.76%
HSB/HSV60°15.79%67.06%
CMYK0.00%0.00%15.79%
32.94%

Color #ABAB90 in popluar number systems.

HEXABAB90
Decimal171171144
Binary101010111010101110010000
Octal253253220

Shades and tints

Shades of #ABAB90

#ABAB90
(171,171,144)
#9C9C83
(156,156,131)
#8D8D76
(141,141,118)
#7E7E69
(126,126,105)
#6F6F5C
(111,111,92)
#60604F
(96,96,79)
#515142
(81,81,66)
#424235
(66,66,53)
#333328
(51,51,40)
#24241B
(36,36,27)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #ABAB90

#ABAB90
(171,171,144)
#B2B29A
(178,178,154)
#B9B9A4
(185,185,164)
#C0C0AE
(192,192,174)
#C7C7B8
(199,199,184)
#CECEC2
(206,206,194)
#D5D5CC
(213,213,204)
#DCDCD6
(220,220,214)
#E3E3E0
(227,227,224)
#EAEAEA
(234,234,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB90; }

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

This text font color is #ABAB90.


Background Color

.myBgColor { background-color: #ABAB90; }

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

This div background color is #ABAB90.


Border color

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

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

This div border color is #ABAB90.


Opacity

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

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

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

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

This text has shadow with #ABAB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAB90 on black background.


Color preview on white background

This text has color #ABAB90 on white background.



Black color preview on #ABAB90 background

This text has black color on #ABAB90 background.


White color preview on #ABAB90 background

This text has white color on #ABAB90 background.