COLOR #AB9891

HEX: #AB9891
RGB: (171,152,145)

Color info

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

RGB color model

#AB9891 color RGB value is (171,152,145).

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

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 145 of 255 = 57%

171
152
145

R + G + B ~ 61%. #AB9891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 145 = 468 (100%)
R 171 of 468 ~ 36.54%
G 152 of 468 ~ 32.48%
B 145 of 468 ~ 30.98%

%36.54
%32.48
%30.98

CMYK color model

#AB9891 color CMYK value is (0,11,15,33).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(0,11,15,33)
C0M11Y15K33 
(0%,11%,15%,33%)
(0.00/0.11/0.15/0.33)	

CMYK percentages

%0
%11.11
%15.2
%32.94

Codes

Color #AB9891 in popluar color models

AB9891
RGB171152145
HSL16°13.40%61.96%
HSB/HSV16°15.20%67.06%
CMYK0.00%11.11%15.20%
32.94%

Color #AB9891 in popluar number systems.

HEXAB9891
Decimal171152145
Binary101010111001100010010001
Octal253230221

Shades and tints

Shades of #AB9891

#AB9891
(171,152,145)
#9C8B84
(156,139,132)
#8D7E77
(141,126,119)
#7E716A
(126,113,106)
#6F645D
(111,100,93)
#605750
(96,87,80)
#514A43
(81,74,67)
#423D36
(66,61,54)
#333029
(51,48,41)
#24231C
(36,35,28)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #AB9891

#AB9891
(171,152,145)
#B2A19B
(178,161,155)
#B9AAA5
(185,170,165)
#C0B3AF
(192,179,175)
#C7BCB9
(199,188,185)
#CEC5C3
(206,197,195)
#D5CECD
(213,206,205)
#DCD7D7
(220,215,215)
#E3E0E1
(227,224,225)
#EAE9EB
(234,233,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9891; }

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

This text font color is #AB9891.


Background Color

.myBgColor { background-color: #AB9891; }

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

This div background color is #AB9891.


Border color

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

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

This div border color is #AB9891.


Opacity

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

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

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

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

This text has shadow with #AB9891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9891 on black background.


Color preview on white background

This text has color #AB9891 on white background.



Black color preview on #AB9891 background

This text has black color on #AB9891 background.


White color preview on #AB9891 background

This text has white color on #AB9891 background.