COLOR #ABADAD

HEX: #ABADAD
RGB: (171,173,173)

Color info

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

RGB color model

#ABADAD color RGB value is (171,173,173).

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

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 173 of 255 = 68%

171
173
173

R + G + B ~ 68%. #ABADAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 173 = 517 (100%)
R 171 of 517 ~ 33.08%
G 173 of 517 ~ 33.46%
B 173 of 517 ~ 33.46%

%33.08
%33.46
%33.46

CMYK color model

#ABADAD color CMYK value is (1,0,0,32).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,0,0,32)
C1M0Y0K32 
(1%,0%,0%,32%)
(0.01/0.00/0.00/0.32)	

CMYK percentages

%1.16
%0
%0
%32.16

Codes

Color #ABADAD in popluar color models

ABADAD
RGB171173173
HSL180°1.20%67.45%
HSB/HSV180°1.16%67.84%
CMYK1.16%0.00%0.00%
32.16%

Color #ABADAD in popluar number systems.

HEXABADAD
Decimal171173173
Binary101010111010110110101101
Octal253255255

Shades and tints

Shades of #ABADAD

#ABADAD
(171,173,173)
#9C9E9E
(156,158,158)
#8D8F8F
(141,143,143)
#7E8080
(126,128,128)
#6F7171
(111,113,113)
#606262
(96,98,98)
#515353
(81,83,83)
#424444
(66,68,68)
#333535
(51,53,53)
#242626
(36,38,38)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABADAD

#ABADAD
(171,173,173)
#B2B4B4
(178,180,180)
#B9BBBB
(185,187,187)
#C0C2C2
(192,194,194)
#C7C9C9
(199,201,201)
#CED0D0
(206,208,208)
#D5D7D7
(213,215,215)
#DCDEDE
(220,222,222)
#E3E5E5
(227,229,229)
#EAECEC
(234,236,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADAD; }

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

This text font color is #ABADAD.


Background Color

.myBgColor { background-color: #ABADAD; }

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

This div background color is #ABADAD.


Border color

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

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

This div border color is #ABADAD.


Opacity

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

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

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

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

This text has shadow with #ABADAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABADAD on black background.


Color preview on white background

This text has color #ABADAD on white background.



Black color preview on #ABADAD background

This text has black color on #ABADAD background.


White color preview on #ABADAD background

This text has white color on #ABADAD background.