COLOR #AB96C0

HEX: #AB96C0 RGB: (171,150,192)

Color info

#AB96C0 contains red, green and blue colors in about the same proportion. Web safe color of #AB96C0 is #9999CC (or #99C).

RGB color model

#AB96C0 color RGB value is (171,150,192).

RGB: (171,150,192) (67%, 59%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 192 of 255 = 75%

171
150
192

R + G + B ~ 67%. #AB96C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 150 + 192 = 513 (100%)
R 171 of 513 ~ 33.33%
G 150 of 513 ~ 29.24%
B 192 of 513 ~ 37.43'%

%33.33
%29.24
%37.43

CMYK color model

#AB96C0 color CMYK value is (11,22,0,25).

  • cyan value is 10.94%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (11,22,0,25)
C11M22Y0K25 (11%, 22%, 0%, 25%)
(0.11 / 0.22 / 0.00 / 0.25)

CMYK percentages

%10.94
%21.88
%0
%24.71

Codes

Color #AB96C0 in popluar color models

AB 96 C0
RGB 171 150 192
HSL 270° 25.00% 67.06%
HSB/HSV 270° 21.88% 75.29%
CMYK 10.94% 21.88% 0.00%
24.71%

Color #AB96C0 in popluar number systems.

HEX AB 96 C0
Decimal 171 150 192
Binary 10101011 10010110 11000000
Octal 253 226 300

Shades and tints

Shades of #AB96C0

#AB96C0
(171,150,192)
#9C89AF
(156,137,175)
#8D7C9E
(141,124,158)
#7E6F8D
(126,111,141)
#6F627C
(111,98,124)
#60556B
(96,85,107)
#51485A
(81,72,90)
#423B49
(66,59,73)
#332E38
(51,46,56)
#242127
(36,33,39)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #AB96C0

#AB96C0
(171,150,192)
#B29FC5
(178,159,197)
#B9A8CA
(185,168,202)
#C0B1CF
(192,177,207)
#C7BAD4
(199,186,212)
#CEC3D9
(206,195,217)
#D5CCDE
(213,204,222)
#DCD5E3
(220,213,227)
#E3DEE8
(227,222,232)
#EAE7ED
(234,231,237)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96C0; }

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

This text font color is #AB96C0.

Background Color

.myBgColor { background-color: #AB96C0; }

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

This div background color is #AB96C0.

Border color

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

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

This div border color is #AB96C0.

Opacity

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

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

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

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

This text has shadow with #AB96C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB96C0.

Preview

Color preview on black background

This text has color #AB96C0 on black background.


Color preview on white background

This text has color #AB96C0 on white background.


Black color preview on #AB96C0 background

This text has black color on #AB96C0 background.


White color preview on #AB96C0 background

This text has white color on #AB96C0 background.


Related colors

Complementary color

Complementary color for #hex is #54693F.


I love getcolorcode.com

Triadic colors

1 #C0AB96 and #96C0AB with #AB96C0 are triadic colors.

2 #C096AB and #96ABC0 with #AB96C0 are triadic colors.