COLOR #AB93AB

HEX: #AB93AB
RGB: (171,147,171)

Color info

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

RGB color model

#AB93AB color RGB value is (171,147,171).

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

RGB channels and saturation

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

171
147
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 171 = 489 (100%)
R 171 of 489 ~ 34.97%
G 147 of 489 ~ 30.06%
B 171 of 489 ~ 34.97%

%34.97
%30.06
%34.97

CMYK color model

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

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

CMYK percentages

%0
%14.04
%0
%32.94

Codes

Color #AB93AB in popluar color models

AB93AB
RGB171147171
HSL300°12.50%62.35%
HSB/HSV300°14.04%67.06%
CMYK0.00%14.04%0.00%
32.94%

Color #AB93AB in popluar number systems.

HEXAB93AB
Decimal171147171
Binary101010111001001110101011
Octal253223253

Shades and tints

Shades of #AB93AB

#AB93AB
(171,147,171)
#9C869C
(156,134,156)
#8D798D
(141,121,141)
#7E6C7E
(126,108,126)
#6F5F6F
(111,95,111)
#605260
(96,82,96)
#514551
(81,69,81)
#423842
(66,56,66)
#332B33
(51,43,51)
#241E24
(36,30,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #AB93AB

#AB93AB
(171,147,171)
#B29CB2
(178,156,178)
#B9A5B9
(185,165,185)
#C0AEC0
(192,174,192)
#C7B7C7
(199,183,199)
#CEC0CE
(206,192,206)
#D5C9D5
(213,201,213)
#DCD2DC
(220,210,220)
#E3DBE3
(227,219,227)
#EAE4EA
(234,228,234)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB93AB; }

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

This text font color is #AB93AB.


Background Color

.myBgColor { background-color: #AB93AB; }

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

This div background color is #AB93AB.


Border color

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

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

This div border color is #AB93AB.


Opacity

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

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

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

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

This text has shadow with #AB93AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93AB on black background.


Color preview on white background

This text has color #AB93AB on white background.



Black color preview on #AB93AB background

This text has black color on #AB93AB background.


White color preview on #AB93AB background

This text has white color on #AB93AB background.