COLOR #ABAFAB

HEX: #ABAFAB RGB: (171,175,171)

Color info

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

RGB color model

#ABAFAB color RGB value is (171,175,171).

RGB: (171,175,171) (67%, 69%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 171 of 255 = 67%

171
175
171

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

Portions of RGB colors in percentages

R + G + B = 171 + 175 + 171 = 517 (100%)
R 171 of 517 ~ 33.08%
G 175 of 517 ~ 33.85%
B 171 of 517 ~ 33.08'%

%33.08
%33.85
%33.08

CMYK color model

#ABAFAB color CMYK value is (2,0,2,31).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 31.37%

CMYK: (2,0,2,31)
C2M0Y2K31 (2%, 0%, 2%, 31%)
(0.02 / 0.00 / 0.02 / 0.31)

CMYK percentages

%2.29
%0
%2.29
%31.37

Codes

Color #ABAFAB in popluar color models

AB AF AB
RGB 171 175 171
HSL 120° 2.44% 67.84%
HSB/HSV 120° 2.29% 68.63%
CMYK 2.29% 0.00% 2.29%
31.37%

Color #ABAFAB in popluar number systems.

HEX AB AF AB
Decimal 171 175 171
Binary 10101011 10101111 10101011
Octal 253 257 253

Shades and tints

Shades of #ABAFAB

#ABAFAB
(171,175,171)
#9CA09C
(156,160,156)
#8D918D
(141,145,141)
#7E827E
(126,130,126)
#6F736F
(111,115,111)
#606460
(96,100,96)
#515551
(81,85,81)
#424642
(66,70,66)
#333733
(51,55,51)
#242824
(36,40,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #ABAFAB

#ABAFAB
(171,175,171)
#B2B6B2
(178,182,178)
#B9BDB9
(185,189,185)
#C0C4C0
(192,196,192)
#C7CBC7
(199,203,199)
#CED2CE
(206,210,206)
#D5D9D5
(213,217,213)
#DCE0DC
(220,224,220)
#E3E7E3
(227,231,227)
#EAEEEA
(234,238,234)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFAB; }

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

This text font color is #ABAFAB.

Background Color

.myBgColor { background-color: #ABAFAB; }

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

This div background color is #ABAFAB.

Border color

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

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

This div border color is #ABAFAB.

Opacity

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

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

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

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

This text has shadow with #ABAFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAFAB.

Preview

Color preview on black background

This text has color #ABAFAB on black background.


Color preview on white background

This text has color #ABAFAB on white background.


Black color preview on #ABAFAB background

This text has black color on #ABAFAB background.


White color preview on #ABAFAB background

This text has white color on #ABAFAB background.


Related colors

Complementary color

Complementary color for #hex is #545054.


I love getcolorcode.com

Triadic colors

1 #ABABAF and #AFABAB with #ABAFAB are triadic colors.

2 #ABAFAB and #AFABAB with #ABAFAB are triadic colors.