COLOR #AB8CA9

HEX: #AB8CA9
RGB: (171,140,169)

Color info

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

RGB color model

#AB8CA9 color RGB value is (171,140,169).

  • red value is 171;
  • green value is 140;
  • blue value is 169.
RGB:
(171,140,169)
(67%,55%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 140 of 255 = 55%
B 169 of 255 = 66%

171
140
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 140 + 169 = 480 (100%)
R 171 of 480 ~ 35.63%
G 140 of 480 ~ 29.17%
B 169 of 480 ~ 35.21%

%35.63
%29.17
%35.21

CMYK color model

#AB8CA9 color CMYK value is (0,18,1,33).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,18,1,33)
C0M18Y1K33 
(0%,18%,1%,33%)
(0.00/0.18/0.01/0.33)	

CMYK percentages

%0
%18.13
%1.17
%32.94

Codes

Color #AB8CA9 in popluar color models

AB8CA9
RGB171140169
HSL304°15.58%60.98%
HSB/HSV304°18.13%67.06%
CMYK0.00%18.13%1.17%
32.94%

Color #AB8CA9 in popluar number systems.

HEXAB8CA9
Decimal171140169
Binary101010111000110010101001
Octal253214251

Shades and tints

Shades of #AB8CA9

#AB8CA9
(171,140,169)
#9C809A
(156,128,154)
#8D748B
(141,116,139)
#7E687C
(126,104,124)
#6F5C6D
(111,92,109)
#60505E
(96,80,94)
#51444F
(81,68,79)
#423840
(66,56,64)
#332C31
(51,44,49)
#242022
(36,32,34)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #AB8CA9

#AB8CA9
(171,140,169)
#B296B0
(178,150,176)
#B9A0B7
(185,160,183)
#C0AABE
(192,170,190)
#C7B4C5
(199,180,197)
#CEBECC
(206,190,204)
#D5C8D3
(213,200,211)
#DCD2DA
(220,210,218)
#E3DCE1
(227,220,225)
#EAE6E8
(234,230,232)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8CA9; }

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

This text font color is #AB8CA9.


Background Color

.myBgColor { background-color: #AB8CA9; }

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

This div background color is #AB8CA9.


Border color

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

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

This div border color is #AB8CA9.


Opacity

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

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

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

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

This text has shadow with #AB8CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8CA9 on black background.


Color preview on white background

This text has color #AB8CA9 on white background.



Black color preview on #AB8CA9 background

This text has black color on #AB8CA9 background.


White color preview on #AB8CA9 background

This text has white color on #AB8CA9 background.