COLOR #AB91AD

HEX: #AB91AD
RGB: (171,145,173)

Color info

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

RGB color model

#AB91AD color RGB value is (171,145,173).

  • red value is 171;
  • green value is 145;
  • blue value is 173.
RGB:
(171,145,173)
(67%,57%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 173 of 255 = 68%

171
145
173

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 173 = 489 (100%)
R 171 of 489 ~ 34.97%
G 145 of 489 ~ 29.65%
B 173 of 489 ~ 35.38%

%34.97
%29.65
%35.38

CMYK color model

#AB91AD color CMYK value is (1,16,0,32).

  • cyan value is 1.16%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,16,0,32)
C1M16Y0K32 
(1%,16%,0%,32%)
(0.01/0.16/0.00/0.32)	

CMYK percentages

%1.16
%16.18
%0
%32.16

Codes

Color #AB91AD in popluar color models

AB91AD
RGB171145173
HSL296°14.58%62.35%
HSB/HSV296°16.18%67.84%
CMYK1.16%16.18%0.00%
32.16%

Color #AB91AD in popluar number systems.

HEXAB91AD
Decimal171145173
Binary101010111001000110101101
Octal253221255

Shades and tints

Shades of #AB91AD

#AB91AD
(171,145,173)
#9C849E
(156,132,158)
#8D778F
(141,119,143)
#7E6A80
(126,106,128)
#6F5D71
(111,93,113)
#605062
(96,80,98)
#514353
(81,67,83)
#423644
(66,54,68)
#332935
(51,41,53)
#241C26
(36,28,38)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #AB91AD

#AB91AD
(171,145,173)
#B29BB4
(178,155,180)
#B9A5BB
(185,165,187)
#C0AFC2
(192,175,194)
#C7B9C9
(199,185,201)
#CEC3D0
(206,195,208)
#D5CDD7
(213,205,215)
#DCD7DE
(220,215,222)
#E3E1E5
(227,225,229)
#EAEBEC
(234,235,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB91AD; }

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

This text font color is #AB91AD.


Background Color

.myBgColor { background-color: #AB91AD; }

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

This div background color is #AB91AD.


Border color

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

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

This div border color is #AB91AD.


Opacity

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

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

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

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

This text has shadow with #AB91AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91AD on black background.


Color preview on white background

This text has color #AB91AD on white background.



Black color preview on #AB91AD background

This text has black color on #AB91AD background.


White color preview on #AB91AD background

This text has white color on #AB91AD background.