COLOR #AB91A4

HEX: #AB91A4
RGB: (171,145,164)

Color info

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

RGB color model

#AB91A4 color RGB value is (171,145,164).

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

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 164 of 255 = 64%

171
145
164

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 164 = 480 (100%)
R 171 of 480 ~ 35.63%
G 145 of 480 ~ 30.21%
B 164 of 480 ~ 34.17%

%35.63
%30.21
%34.17

CMYK color model

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

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

Codes

Color #AB91A4 in popluar color models

AB91A4
RGB171145164
HSL316°13.40%61.96%
HSB/HSV316°15.20%67.06%
CMYK0.00%15.20%4.09%
32.94%

Color #AB91A4 in popluar number systems.

HEXAB91A4
Decimal171145164
Binary101010111001000110100100
Octal253221244

Shades and tints

Shades of #AB91A4

#AB91A4
(171,145,164)
#9C8496
(156,132,150)
#8D7788
(141,119,136)
#7E6A7A
(126,106,122)
#6F5D6C
(111,93,108)
#60505E
(96,80,94)
#514350
(81,67,80)
#423642
(66,54,66)
#332934
(51,41,52)
#241C26
(36,28,38)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #AB91A4

#AB91A4
(171,145,164)
#B29BAC
(178,155,172)
#B9A5B4
(185,165,180)
#C0AFBC
(192,175,188)
#C7B9C4
(199,185,196)
#CEC3CC
(206,195,204)
#D5CDD4
(213,205,212)
#DCD7DC
(220,215,220)
#E3E1E4
(227,225,228)
#EAEBEC
(234,235,236)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB91A4; }

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

This text font color is #AB91A4.


Background Color

.myBgColor { background-color: #AB91A4; }

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

This div background color is #AB91A4.


Border color

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

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

This div border color is #AB91A4.


Opacity

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

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

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

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

This text has shadow with #AB91A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91A4 on black background.


Color preview on white background

This text has color #AB91A4 on white background.



Black color preview on #AB91A4 background

This text has black color on #AB91A4 background.


White color preview on #AB91A4 background

This text has white color on #AB91A4 background.