COLOR #ABAB94

HEX: #ABAB94 RGB: (171,171,148)

Color info

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

RGB color model

#ABAB94 color RGB value is (171,171,148).

RGB: (171,171,148) (67%, 67%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 148 of 255 = 58%

171
171
148

R + G + B ~ 64%. #ABAB94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 171 + 148 = 490 (100%)
R 171 of 490 ~ 34.9%
G 171 of 490 ~ 34.9%
B 148 of 490 ~ 30.2'%

%34.9
%34.9
%30.2

CMYK color model

#ABAB94 color CMYK value is (0,0,13,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 32.94%

CMYK: (0,0,13,33)
C0M0Y13K33 (0%, 0%, 13%, 33%)
(0.00 / 0.00 / 0.13 / 0.33)

CMYK percentages

%0
%0
%13.45
%32.94

Codes

Color #ABAB94 in popluar color models

AB AB 94
RGB 171 171 148
HSL 60° 12.04% 62.55%
HSB/HSV 60° 13.45% 67.06%
CMYK 0.00% 0.00% 13.45%
32.94%

Color #ABAB94 in popluar number systems.

HEX AB AB 94
Decimal 171 171 148
Binary 10101011 10101011 10010100
Octal 253 253 224

Shades and tints

Shades of #ABAB94

#ABAB94
(171,171,148)
#9C9C87
(156,156,135)
#8D8D7A
(141,141,122)
#7E7E6D
(126,126,109)
#6F6F60
(111,111,96)
#606053
(96,96,83)
#515146
(81,81,70)
#424239
(66,66,57)
#33332C
(51,51,44)
#24241F
(36,36,31)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABAB94

#ABAB94
(171,171,148)
#B2B29D
(178,178,157)
#B9B9A6
(185,185,166)
#C0C0AF
(192,192,175)
#C7C7B8
(199,199,184)
#CECEC1
(206,206,193)
#D5D5CA
(213,213,202)
#DCDCD3
(220,220,211)
#E3E3DC
(227,227,220)
#EAEAE5
(234,234,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB94; }

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

This text font color is #ABAB94.

Background Color

.myBgColor { background-color: #ABAB94; }

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

This div background color is #ABAB94.

Border color

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

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

This div border color is #ABAB94.

Opacity

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

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

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

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

This text has shadow with #ABAB94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAB94.

Preview

Color preview on black background

This text has color #ABAB94 on black background.


Color preview on white background

This text has color #ABAB94 on white background.


Black color preview on #ABAB94 background

This text has black color on #ABAB94 background.


White color preview on #ABAB94 background

This text has white color on #ABAB94 background.


Related colors

Complementary color

Complementary color for #hex is #54546B.


I love getcolorcode.com