COLOR #AB96AC

HEX: #AB96AC RGB: (171,150,172)

Color info

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

RGB color model

#AB96AC color RGB value is (171,150,172).

RGB: (171,150,172) (67%, 59%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 172 of 255 = 67%

171
150
172

R + G + B ~ 64%. #AB96AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 150 + 172 = 493 (100%)
R 171 of 493 ~ 34.69%
G 150 of 493 ~ 30.43%
B 172 of 493 ~ 34.89'%

%34.69
%30.43
%34.89

CMYK color model

#AB96AC color CMYK value is (1,13,0,33).

  • cyan value is 0.58%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (1,13,0,33)
C1M13Y0K33 (1%, 13%, 0%, 33%)
(0.01 / 0.13 / 0.00 / 0.33)

CMYK percentages

%0.58
%12.79
%0
%32.55

Codes

Color #AB96AC in popluar color models

AB 96 AC
RGB 171 150 172
HSL 297° 11.70% 63.14%
HSB/HSV 297° 12.79% 67.45%
CMYK 0.58% 12.79% 0.00%
32.55%

Color #AB96AC in popluar number systems.

HEX AB 96 AC
Decimal 171 150 172
Binary 10101011 10010110 10101100
Octal 253 226 254

Shades and tints

Shades of #AB96AC

#AB96AC
(171,150,172)
#9C899D
(156,137,157)
#8D7C8E
(141,124,142)
#7E6F7F
(126,111,127)
#6F6270
(111,98,112)
#605561
(96,85,97)
#514852
(81,72,82)
#423B43
(66,59,67)
#332E34
(51,46,52)
#242125
(36,33,37)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #AB96AC

#AB96AC
(171,150,172)
#B29FB3
(178,159,179)
#B9A8BA
(185,168,186)
#C0B1C1
(192,177,193)
#C7BAC8
(199,186,200)
#CEC3CF
(206,195,207)
#D5CCD6
(213,204,214)
#DCD5DD
(220,213,221)
#E3DEE4
(227,222,228)
#EAE7EB
(234,231,235)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96AC; }

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

This text font color is #AB96AC.

Background Color

.myBgColor { background-color: #AB96AC; }

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

This div background color is #AB96AC.

Border color

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

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

This div border color is #AB96AC.

Opacity

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

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

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

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

This text has shadow with #AB96AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB96AC.

Preview

Color preview on black background

This text has color #AB96AC on black background.


Color preview on white background

This text has color #AB96AC on white background.


Black color preview on #AB96AC background

This text has black color on #AB96AC background.


White color preview on #AB96AC background

This text has white color on #AB96AC background.


Related colors

Complementary color

Complementary color for #hex is #546953.


I love getcolorcode.com

Triadic colors

1 #ACAB96 and #96ACAB with #AB96AC are triadic colors.

2 #AC96AB and #96ABAC with #AB96AC are triadic colors.