COLOR #AB8CAB

HEX: #AB8CAB
RGB: (171,140,171)

Color info

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

RGB color model

#AB8CAB color RGB value is (171,140,171).

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

RGB channels and saturation

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

171
140
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 140 + 171 = 482 (100%)
R 171 of 482 ~ 35.48%
G 140 of 482 ~ 29.05%
B 171 of 482 ~ 35.48%

%35.48
%29.05
%35.48

CMYK color model

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

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

CMYK percentages

%0
%18.13
%0
%32.94

Codes

Color #AB8CAB in popluar color models

AB8CAB
RGB171140171
HSL300°15.58%60.98%
HSB/HSV300°18.13%67.06%
CMYK0.00%18.13%0.00%
32.94%

Color #AB8CAB in popluar number systems.

HEXAB8CAB
Decimal171140171
Binary101010111000110010101011
Octal253214253

Shades and tints

Shades of #AB8CAB

#AB8CAB
(171,140,171)
#9C809C
(156,128,156)
#8D748D
(141,116,141)
#7E687E
(126,104,126)
#6F5C6F
(111,92,111)
#605060
(96,80,96)
#514451
(81,68,81)
#423842
(66,56,66)
#332C33
(51,44,51)
#242024
(36,32,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #AB8CAB

#AB8CAB
(171,140,171)
#B296B2
(178,150,178)
#B9A0B9
(185,160,185)
#C0AAC0
(192,170,192)
#C7B4C7
(199,180,199)
#CEBECE
(206,190,206)
#D5C8D5
(213,200,213)
#DCD2DC
(220,210,220)
#E3DCE3
(227,220,227)
#EAE6EA
(234,230,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8CAB; }

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

This text font color is #AB8CAB.


Background Color

.myBgColor { background-color: #AB8CAB; }

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

This div background color is #AB8CAB.


Border color

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

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

This div border color is #AB8CAB.


Opacity

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

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

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

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

This text has shadow with #AB8CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8CAB on black background.


Color preview on white background

This text has color #AB8CAB on white background.



Black color preview on #AB8CAB background

This text has black color on #AB8CAB background.


White color preview on #AB8CAB background

This text has white color on #AB8CAB background.