COLOR #AB96CD

HEX: #AB96CD RGB: (171,150,205)

Color info

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

RGB color model

#AB96CD color RGB value is (171,150,205).

RGB: (171,150,205) (67%, 59%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 205 of 255 = 80%

171
150
205

R + G + B ~ 69%. #AB96CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 150 + 205 = 526 (100%)
R 171 of 526 ~ 32.51%
G 150 of 526 ~ 28.52%
B 205 of 526 ~ 38.97'%

%32.51
%28.52
%38.97

CMYK color model

#AB96CD color CMYK value is (17,27,0,20).

  • cyan value is 16.59%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (17,27,0,20)
C17M27Y0K20 (17%, 27%, 0%, 20%)
(0.17 / 0.27 / 0.00 / 0.20)

CMYK percentages

%16.59
%26.83
%0
%19.61

Codes

Color #AB96CD in popluar color models

AB 96 CD
RGB 171 150 205
HSL 263° 35.48% 69.61%
HSB/HSV 263° 26.83% 80.39%
CMYK 16.59% 26.83% 0.00%
19.61%

Color #AB96CD in popluar number systems.

HEX AB 96 CD
Decimal 171 150 205
Binary 10101011 10010110 11001101
Octal 253 226 315

Shades and tints

Shades of #AB96CD

#AB96CD
(171,150,205)
#9C89BB
(156,137,187)
#8D7CA9
(141,124,169)
#7E6F97
(126,111,151)
#6F6285
(111,98,133)
#605573
(96,85,115)
#514861
(81,72,97)
#423B4F
(66,59,79)
#332E3D
(51,46,61)
#24212B
(36,33,43)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #AB96CD

#AB96CD
(171,150,205)
#B29FD1
(178,159,209)
#B9A8D5
(185,168,213)
#C0B1D9
(192,177,217)
#C7BADD
(199,186,221)
#CEC3E1
(206,195,225)
#D5CCE5
(213,204,229)
#DCD5E9
(220,213,233)
#E3DEED
(227,222,237)
#EAE7F1
(234,231,241)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96CD; }

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

This text font color is #AB96CD.

Background Color

.myBgColor { background-color: #AB96CD; }

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

This div background color is #AB96CD.

Border color

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

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

This div border color is #AB96CD.

Opacity

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

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

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

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

This text has shadow with #AB96CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB96CD.

Preview

Color preview on black background

This text has color #AB96CD on black background.


Color preview on white background

This text has color #AB96CD on white background.


Black color preview on #AB96CD background

This text has black color on #AB96CD background.


White color preview on #AB96CD background

This text has white color on #AB96CD background.


Related colors

Complementary color

Complementary color for #hex is #546932.


I love getcolorcode.com

Triadic colors

1 #CDAB96 and #96CDAB with #AB96CD are triadic colors.

2 #CD96AB and #96ABCD with #AB96CD are triadic colors.