COLOR #AB9AA2

HEX: #AB9AA2
RGB: (171,154,162)

Color info

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

RGB color model

#AB9AA2 color RGB value is (171,154,162).

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

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 162 of 255 = 64%

171
154
162

R + G + B ~ 64%. #AB9AA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 162 = 487 (100%)
R 171 of 487 ~ 35.11%
G 154 of 487 ~ 31.62%
B 162 of 487 ~ 33.26%

%35.11
%31.62
%33.26

CMYK color model

#AB9AA2 color CMYK value is (0,10,5,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 5.26%
  • key color value is 32.94%
CMYK:
(0,10,5,33)
C0M10Y5K33 
(0%,10%,5%,33%)
(0.00/0.10/0.05/0.33)	

CMYK percentages

%0
%9.94
%5.26
%32.94

Codes

Color #AB9AA2 in popluar color models

AB9AA2
RGB171154162
HSL332°9.19%63.73%
HSB/HSV332°9.94%67.06%
CMYK0.00%9.94%5.26%
32.94%

Color #AB9AA2 in popluar number systems.

HEXAB9AA2
Decimal171154162
Binary101010111001101010100010
Octal253232242

Shades and tints

Shades of #AB9AA2

#AB9AA2
(171,154,162)
#9C8C94
(156,140,148)
#8D7E86
(141,126,134)
#7E7078
(126,112,120)
#6F626A
(111,98,106)
#60545C
(96,84,92)
#51464E
(81,70,78)
#423840
(66,56,64)
#332A32
(51,42,50)
#241C24
(36,28,36)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #AB9AA2

#AB9AA2
(171,154,162)
#B2A3AA
(178,163,170)
#B9ACB2
(185,172,178)
#C0B5BA
(192,181,186)
#C7BEC2
(199,190,194)
#CEC7CA
(206,199,202)
#D5D0D2
(213,208,210)
#DCD9DA
(220,217,218)
#E3E2E2
(227,226,226)
#EAEBEA
(234,235,234)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9AA2; }

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

This text font color is #AB9AA2.


Background Color

.myBgColor { background-color: #AB9AA2; }

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

This div background color is #AB9AA2.


Border color

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

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

This div border color is #AB9AA2.


Opacity

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

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

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

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

This text has shadow with #AB9AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9AA2 on black background.


Color preview on white background

This text has color #AB9AA2 on white background.



Black color preview on #AB9AA2 background

This text has black color on #AB9AA2 background.


White color preview on #AB9AA2 background

This text has white color on #AB9AA2 background.