COLOR #ABAAB6

HEX: #ABAAB6
RGB: (171,170,182)

Color info

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

RGB color model

#ABAAB6 color RGB value is (171,170,182).

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

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 182 of 255 = 71%

171
170
182

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

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 182 = 523 (100%)
R 171 of 523 ~ 32.7%
G 170 of 523 ~ 32.5%
B 182 of 523 ~ 34.8%

%32.7
%32.5
%34.8

CMYK color model

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

  • cyan value is 6.04%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(6,7,0,29)
C6M7Y0K29 
(6%,7%,0%,29%)
(0.06/0.07/0.00/0.29)	

CMYK percentages

%6.04
%6.59
%0
%28.63

Codes

Color #ABAAB6 in popluar color models

ABAAB6
RGB171170182
HSL245°7.59%69.02%
HSB/HSV245°6.59%71.37%
CMYK6.04%6.59%0.00%
28.63%

Color #ABAAB6 in popluar number systems.

HEXABAAB6
Decimal171170182
Binary101010111010101010110110
Octal253252266

Shades and tints

Shades of #ABAAB6

#ABAAB6
(171,170,182)
#9C9BA6
(156,155,166)
#8D8C96
(141,140,150)
#7E7D86
(126,125,134)
#6F6E76
(111,110,118)
#605F66
(96,95,102)
#515056
(81,80,86)
#424146
(66,65,70)
#333236
(51,50,54)
#242326
(36,35,38)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #ABAAB6

#ABAAB6
(171,170,182)
#B2B1BC
(178,177,188)
#B9B8C2
(185,184,194)
#C0BFC8
(192,191,200)
#C7C6CE
(199,198,206)
#CECDD4
(206,205,212)
#D5D4DA
(213,212,218)
#DCDBE0
(220,219,224)
#E3E2E6
(227,226,230)
#EAE9EC
(234,233,236)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAAB6; }

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

This text font color is #ABAAB6.


Background Color

.myBgColor { background-color: #ABAAB6; }

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

This div background color is #ABAAB6.


Border color

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

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

This div border color is #ABAAB6.


Opacity

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

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

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

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

This text has shadow with #ABAAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAAB6 on black background.


Color preview on white background

This text has color #ABAAB6 on white background.



Black color preview on #ABAAB6 background

This text has black color on #ABAAB6 background.


White color preview on #ABAAB6 background

This text has white color on #ABAAB6 background.