COLOR #ABA2B6

HEX: #ABA2B6
RGB: (171,162,182)

Color info

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

RGB color model

#ABA2B6 color RGB value is (171,162,182).

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

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 182 of 255 = 71%

171
162
182

R + G + B ~ 67%. #ABA2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 182 = 515 (100%)
R 171 of 515 ~ 33.2%
G 162 of 515 ~ 31.46%
B 182 of 515 ~ 35.34%

%33.2
%31.46
%35.34

CMYK color model

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

  • cyan value is 6.04%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(6,11,0,29)
C6M11Y0K29 
(6%,11%,0%,29%)
(0.06/0.11/0.00/0.29)	

CMYK percentages

%6.04
%10.99
%0
%28.63

Codes

Color #ABA2B6 in popluar color models

ABA2B6
RGB171162182
HSL267°12.05%67.45%
HSB/HSV267°10.99%71.37%
CMYK6.04%10.99%0.00%
28.63%

Color #ABA2B6 in popluar number systems.

HEXABA2B6
Decimal171162182
Binary101010111010001010110110
Octal253242266

Shades and tints

Shades of #ABA2B6

#ABA2B6
(171,162,182)
#9C94A6
(156,148,166)
#8D8696
(141,134,150)
#7E7886
(126,120,134)
#6F6A76
(111,106,118)
#605C66
(96,92,102)
#514E56
(81,78,86)
#424046
(66,64,70)
#333236
(51,50,54)
#242426
(36,36,38)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #ABA2B6

#ABA2B6
(171,162,182)
#B2AABC
(178,170,188)
#B9B2C2
(185,178,194)
#C0BAC8
(192,186,200)
#C7C2CE
(199,194,206)
#CECAD4
(206,202,212)
#D5D2DA
(213,210,218)
#DCDAE0
(220,218,224)
#E3E2E6
(227,226,230)
#EAEAEC
(234,234,236)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA2B6; }

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

This text font color is #ABA2B6.


Background Color

.myBgColor { background-color: #ABA2B6; }

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

This div background color is #ABA2B6.


Border color

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

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

This div border color is #ABA2B6.


Opacity

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

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

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

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

This text has shadow with #ABA2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA2B6 on black background.


Color preview on white background

This text has color #ABA2B6 on white background.



Black color preview on #ABA2B6 background

This text has black color on #ABA2B6 background.


White color preview on #ABA2B6 background

This text has white color on #ABA2B6 background.