COLOR #AB9DAC

HEX: #AB9DAC
RGB: (171,157,172)

Color info

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

RGB color model

#AB9DAC color RGB value is (171,157,172).

  • red value is 171;
  • green value is 157;
  • blue value is 172.
RGB:
(171,157,172)
(67%,62%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 172 of 255 = 67%

171
157
172

R + G + B ~ 65%. #AB9DAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 157 + 172 = 500 (100%)
R 171 of 500 ~ 34.2%
G 157 of 500 ~ 31.4%
B 172 of 500 ~ 34.4%

%34.2
%31.4
%34.4

CMYK color model

#AB9DAC color CMYK value is (1,9,0,33).

  • cyan value is 0.58%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(1,9,0,33)
C1M9Y0K33 
(1%,9%,0%,33%)
(0.01/0.09/0.00/0.33)	

CMYK percentages

%0.58
%8.72
%0
%32.55

Codes

Color #AB9DAC in popluar color models

AB9DAC
RGB171157172
HSL296°8.29%64.51%
HSB/HSV296°8.72%67.45%
CMYK0.58%8.72%0.00%
32.55%

Color #AB9DAC in popluar number systems.

HEXAB9DAC
Decimal171157172
Binary101010111001110110101100
Octal253235254

Shades and tints

Shades of #AB9DAC

#AB9DAC
(171,157,172)
#9C8F9D
(156,143,157)
#8D818E
(141,129,142)
#7E737F
(126,115,127)
#6F6570
(111,101,112)
#605761
(96,87,97)
#514952
(81,73,82)
#423B43
(66,59,67)
#332D34
(51,45,52)
#241F25
(36,31,37)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #AB9DAC

#AB9DAC
(171,157,172)
#B2A5B3
(178,165,179)
#B9ADBA
(185,173,186)
#C0B5C1
(192,181,193)
#C7BDC8
(199,189,200)
#CEC5CF
(206,197,207)
#D5CDD6
(213,205,214)
#DCD5DD
(220,213,221)
#E3DDE4
(227,221,228)
#EAE5EB
(234,229,235)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9DAC; }

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

This text font color is #AB9DAC.


Background Color

.myBgColor { background-color: #AB9DAC; }

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

This div background color is #AB9DAC.


Border color

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

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

This div border color is #AB9DAC.


Opacity

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

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

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

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

This text has shadow with #AB9DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9DAC on black background.


Color preview on white background

This text has color #AB9DAC on white background.



Black color preview on #AB9DAC background

This text has black color on #AB9DAC background.


White color preview on #AB9DAC background

This text has white color on #AB9DAC background.