COLOR #AB93A9

HEX: #AB93A9
RGB: (171,147,169)

Color info

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

RGB color model

#AB93A9 color RGB value is (171,147,169).

  • red value is 171;
  • green value is 147;
  • blue value is 169.
RGB:
(171,147,169)
(67%,58%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 169 of 255 = 66%

171
147
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 169 = 487 (100%)
R 171 of 487 ~ 35.11%
G 147 of 487 ~ 30.18%
B 169 of 487 ~ 34.7%

%35.11
%30.18
%34.7

CMYK color model

#AB93A9 color CMYK value is (0,14,1,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,14,1,33)
C0M14Y1K33 
(0%,14%,1%,33%)
(0.00/0.14/0.01/0.33)	

CMYK percentages

%0
%14.04
%1.17
%32.94

Codes

Color #AB93A9 in popluar color models

AB93A9
RGB171147169
HSL305°12.50%62.35%
HSB/HSV305°14.04%67.06%
CMYK0.00%14.04%1.17%
32.94%

Color #AB93A9 in popluar number systems.

HEXAB93A9
Decimal171147169
Binary101010111001001110101001
Octal253223251

Shades and tints

Shades of #AB93A9

#AB93A9
(171,147,169)
#9C869A
(156,134,154)
#8D798B
(141,121,139)
#7E6C7C
(126,108,124)
#6F5F6D
(111,95,109)
#60525E
(96,82,94)
#51454F
(81,69,79)
#423840
(66,56,64)
#332B31
(51,43,49)
#241E22
(36,30,34)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #AB93A9

#AB93A9
(171,147,169)
#B29CB0
(178,156,176)
#B9A5B7
(185,165,183)
#C0AEBE
(192,174,190)
#C7B7C5
(199,183,197)
#CEC0CC
(206,192,204)
#D5C9D3
(213,201,211)
#DCD2DA
(220,210,218)
#E3DBE1
(227,219,225)
#EAE4E8
(234,228,232)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB93A9 color. Also use rgb(171,147,169) instead hex code.

Text Font Color

.myTextColor { color: #AB93A9; }

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

This text font color is #AB93A9.


Background Color

.myBgColor { background-color: #AB93A9; }

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

This div background color is #AB93A9.


Border color

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

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

This div border color is #AB93A9.


Opacity

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

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

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

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

This text has shadow with #AB93A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93A9 on black background.


Color preview on white background

This text has color #AB93A9 on white background.



Black color preview on #AB93A9 background

This text has black color on #AB93A9 background.


White color preview on #AB93A9 background

This text has white color on #AB93A9 background.