COLOR #AB92A1

HEX: #AB92A1
RGB: (171,146,161)

Color info

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

RGB color model

#AB92A1 color RGB value is (171,146,161).

  • red value is 171;
  • green value is 146;
  • blue value is 161.
RGB:
(171,146,161)
(67%,57%,63%)

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 161 of 255 = 63%

171
146
161

R + G + B ~ 62%. #AB92A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 146 + 161 = 478 (100%)
R 171 of 478 ~ 35.77%
G 146 of 478 ~ 30.54%
B 161 of 478 ~ 33.68%

%35.77
%30.54
%33.68

CMYK color model

#AB92A1 color CMYK value is (0,15,6,33).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(0,15,6,33)
C0M15Y6K33 
(0%,15%,6%,33%)
(0.00/0.15/0.06/0.33)	

CMYK percentages

%0
%14.62
%5.85
%32.94

Codes

Color #AB92A1 in popluar color models

AB92A1
RGB171146161
HSL324°12.95%62.16%
HSB/HSV324°14.62%67.06%
CMYK0.00%14.62%5.85%
32.94%

Color #AB92A1 in popluar number systems.

HEXAB92A1
Decimal171146161
Binary101010111001001010100001
Octal253222241

Shades and tints

Shades of #AB92A1

#AB92A1
(171,146,161)
#9C8593
(156,133,147)
#8D7885
(141,120,133)
#7E6B77
(126,107,119)
#6F5E69
(111,94,105)
#60515B
(96,81,91)
#51444D
(81,68,77)
#42373F
(66,55,63)
#332A31
(51,42,49)
#241D23
(36,29,35)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #AB92A1

#AB92A1
(171,146,161)
#B29BA9
(178,155,169)
#B9A4B1
(185,164,177)
#C0ADB9
(192,173,185)
#C7B6C1
(199,182,193)
#CEBFC9
(206,191,201)
#D5C8D1
(213,200,209)
#DCD1D9
(220,209,217)
#E3DAE1
(227,218,225)
#EAE3E9
(234,227,233)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB92A1; }

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

This text font color is #AB92A1.


Background Color

.myBgColor { background-color: #AB92A1; }

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

This div background color is #AB92A1.


Border color

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

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

This div border color is #AB92A1.


Opacity

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

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

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

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

This text has shadow with #AB92A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB92A1 on black background.


Color preview on white background

This text has color #AB92A1 on white background.



Black color preview on #AB92A1 background

This text has black color on #AB92A1 background.


White color preview on #AB92A1 background

This text has white color on #AB92A1 background.