COLOR #ABABB5

HEX: #ABABB5
RGB: (171,171,181)

Color info

#ABABB5 contains red, green and blue colors in about the same proportion. Web safe color of #ABABB5 is #9999CC (or #99C).

RGB color model

#ABABB5 color RGB value is (171,171,181).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 181 of 255 = 71%

171
171
181

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 181 = 523 (100%)
R 171 of 523 ~ 32.7%
G 171 of 523 ~ 32.7%
B 181 of 523 ~ 34.61%

%32.7
%32.7
%34.61

CMYK color model

#ABABB5 color CMYK value is (6,6,0,29).

  • cyan value is 5.52%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(6,6,0,29)
C6M6Y0K29 
(6%,6%,0%,29%)
(0.06/0.06/0.00/0.29)	

CMYK percentages

%5.52
%5.52
%0
%29.02

Codes

Color #ABABB5 in popluar color models

ABABB5
RGB171171181
HSL240°6.33%69.02%
HSB/HSV240°5.52%70.98%
CMYK5.52%5.52%0.00%
29.02%

Color #ABABB5 in popluar number systems.

HEXABABB5
Decimal171171181
Binary101010111010101110110101
Octal253253265

Shades and tints

Shades of #ABABB5

#ABABB5
(171,171,181)
#9C9CA5
(156,156,165)
#8D8D95
(141,141,149)
#7E7E85
(126,126,133)
#6F6F75
(111,111,117)
#606065
(96,96,101)
#515155
(81,81,85)
#424245
(66,66,69)
#333335
(51,51,53)
#242425
(36,36,37)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABABB5

#ABABB5
(171,171,181)
#B2B2BB
(178,178,187)
#B9B9C1
(185,185,193)
#C0C0C7
(192,192,199)
#C7C7CD
(199,199,205)
#CECED3
(206,206,211)
#D5D5D9
(213,213,217)
#DCDCDF
(220,220,223)
#E3E3E5
(227,227,229)
#EAEAEB
(234,234,235)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABB5; }

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

This text font color is #ABABB5.


Background Color

.myBgColor { background-color: #ABABB5; }

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

This div background color is #ABABB5.


Border color

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

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

This div border color is #ABABB5.


Opacity

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

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

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

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

This text has shadow with #ABABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABB5 on black background.


Color preview on white background

This text has color #ABABB5 on white background.



Black color preview on #ABABB5 background

This text has black color on #ABABB5 background.


White color preview on #ABABB5 background

This text has white color on #ABABB5 background.