COLOR #AB91A5

HEX: #AB91A5
RGB: (171,145,165)

Color info

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

RGB color model

#AB91A5 color RGB value is (171,145,165).

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

RGB channels and saturation

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

171
145
165

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 165 = 481 (100%)
R 171 of 481 ~ 35.55%
G 145 of 481 ~ 30.15%
B 165 of 481 ~ 34.3%

%35.55
%30.15
%34.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.20%
  • 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
%15.2
%3.51
%32.94

Codes

Color #AB91A5 in popluar color models

AB91A5
RGB171145165
HSL314°13.40%61.96%
HSB/HSV314°15.20%67.06%
CMYK0.00%15.20%3.51%
32.94%

Color #AB91A5 in popluar number systems.

HEXAB91A5
Decimal171145165
Binary101010111001000110100101
Octal253221245

Shades and tints

Shades of #AB91A5

#AB91A5
(171,145,165)
#9C8496
(156,132,150)
#8D7787
(141,119,135)
#7E6A78
(126,106,120)
#6F5D69
(111,93,105)
#60505A
(96,80,90)
#51434B
(81,67,75)
#42363C
(66,54,60)
#33292D
(51,41,45)
#241C1E
(36,28,30)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #AB91A5

#AB91A5
(171,145,165)
#B29BAD
(178,155,173)
#B9A5B5
(185,165,181)
#C0AFBD
(192,175,189)
#C7B9C5
(199,185,197)
#CEC3CD
(206,195,205)
#D5CDD5
(213,205,213)
#DCD7DD
(220,215,221)
#E3E1E5
(227,225,229)
#EAEBED
(234,235,237)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB91A5; }

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

This text font color is #AB91A5.


Background Color

.myBgColor { background-color: #AB91A5; }

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

This div background color is #AB91A5.


Border color

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

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

This div border color is #AB91A5.


Opacity

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

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

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

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

This text has shadow with #AB91A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91A5 on black background.


Color preview on white background

This text has color #AB91A5 on white background.



Black color preview on #AB91A5 background

This text has black color on #AB91A5 background.


White color preview on #AB91A5 background

This text has white color on #AB91A5 background.