COLOR #AB92A5

HEX: #AB92A5
RGB: (171,146,165)

Color info

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

RGB color model

#AB92A5 color RGB value is (171,146,165).

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

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 165 of 255 = 65%

171
146
165

R + G + B ~ 63%. #AB92A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 146 + 165 = 482 (100%)
R 171 of 482 ~ 35.48%
G 146 of 482 ~ 30.29%
B 165 of 482 ~ 34.23%

%35.48
%30.29
%34.23

CMYK color model

#AB92A5 color CMYK value is (0,15,4,33).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 3.51%
  • key color value is 32.94%
CMYK:
(0,15,4,33)
C0M15Y4K33 
(0%,15%,4%,33%)
(0.00/0.15/0.04/0.33)	

CMYK percentages

%0
%14.62
%3.51
%32.94

Codes

Color #AB92A5 in popluar color models

AB92A5
RGB171146165
HSL314°12.95%62.16%
HSB/HSV314°14.62%67.06%
CMYK0.00%14.62%3.51%
32.94%

Color #AB92A5 in popluar number systems.

HEXAB92A5
Decimal171146165
Binary101010111001001010100101
Octal253222245

Shades and tints

Shades of #AB92A5

#AB92A5
(171,146,165)
#9C8596
(156,133,150)
#8D7887
(141,120,135)
#7E6B78
(126,107,120)
#6F5E69
(111,94,105)
#60515A
(96,81,90)
#51444B
(81,68,75)
#42373C
(66,55,60)
#332A2D
(51,42,45)
#241D1E
(36,29,30)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #AB92A5

#AB92A5
(171,146,165)
#B29BAD
(178,155,173)
#B9A4B5
(185,164,181)
#C0ADBD
(192,173,189)
#C7B6C5
(199,182,197)
#CEBFCD
(206,191,205)
#D5C8D5
(213,200,213)
#DCD1DD
(220,209,221)
#E3DAE5
(227,218,229)
#EAE3ED
(234,227,237)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB92A5; }

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

This text font color is #AB92A5.


Background Color

.myBgColor { background-color: #AB92A5; }

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

This div background color is #AB92A5.


Border color

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

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

This div border color is #AB92A5.


Opacity

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

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

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

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

This text has shadow with #AB92A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB92A5 on black background.


Color preview on white background

This text has color #AB92A5 on white background.



Black color preview on #AB92A5 background

This text has black color on #AB92A5 background.


White color preview on #AB92A5 background

This text has white color on #AB92A5 background.