COLOR #AB8CAC

HEX: #AB8CAC RGB: (171,140,172)

Color info

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

RGB color model

#AB8CAC color RGB value is (171,140,172).

RGB: (171,140,172) (67%, 55%, 67%)

RGB channels and saturation

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

171
140
172

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

Portions of RGB colors in percentages

R + G + B = 171 + 140 + 172 = 483 (100%)
R 171 of 483 ~ 35.4%
G 140 of 483 ~ 28.99%
B 172 of 483 ~ 35.61'%

%35.4
%28.99
%35.61

CMYK color model

#AB8CAC color CMYK value is (1,19,0,33).

  • cyan value is 0.58%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (1,19,0,33) C1M19Y0K33 (1%,19%,0%,33%) (0.01/0.19/0.00/0.33) 

CMYK percentages

%0.58
%18.6
%0
%32.55

Codes

Color #AB8CAC in popluar color models

AB 8C AC
RGB 171 140 172
HSL 298° 16.16% 61.18%
HSB/HSV 298° 18.60% 67.45%
CMYK 0.58% 18.60% 0.00%
32.55%

Color #AB8CAC in popluar number systems.

HEX AB 8C AC
Decimal 171 140 172
Binary 10101011 10001100 10101100
Octal 253 214 254

Shades and tints

Shades of #AB8CAC

#AB8CAC
(171,140,172)
#9C809D
(156,128,157)
#8D748E
(141,116,142)
#7E687F
(126,104,127)
#6F5C70
(111,92,112)
#605061
(96,80,97)
#514452
(81,68,82)
#423843
(66,56,67)
#332C34
(51,44,52)
#242025
(36,32,37)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #AB8CAC

#AB8CAC
(171,140,172)
#B296B3
(178,150,179)
#B9A0BA
(185,160,186)
#C0AAC1
(192,170,193)
#C7B4C8
(199,180,200)
#CEBECF
(206,190,207)
#D5C8D6
(213,200,214)
#DCD2DD
(220,210,221)
#E3DCE4
(227,220,228)
#EAE6EB
(234,230,235)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8CAC; }

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

This text font color is #AB8CAC.

Background Color

.myBgColor { background-color: #AB8CAC; }

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

This div background color is #AB8CAC.

Border color

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

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

This div border color is #AB8CAC.

Opacity

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

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

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

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

This text has shadow with #AB8CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8CAC.

Preview

Color preview on black background

This text has color #AB8CAC on black background.


Color preview on white background

This text has color #AB8CAC on white background.


Black color preview on #AB8CAC background

This text has black color on #AB8CAC background.


White color preview on #AB8CAC background

This text has white color on #AB8CAC background.


Related colors

Complementary color

Complementary color for #hex is #547353.


I love getcolorcode.com

Triadic colors

1 #ACAB8C and #8CACAB with #AB8CAC are triadic colors.

2 #AC8CAB and #8CABAC with #AB8CAC are triadic colors.