COLOR #AB96BD

HEX: #AB96BD
RGB: (171,150,189)

Color info

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

RGB color model

#AB96BD color RGB value is (171,150,189).

  • red value is 171;
  • green value is 150;
  • blue value is 189.
RGB:
(171,150,189)
(67%,59%,74%)

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 189 of 255 = 74%

171
150
189

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

Portions of RGB colors in percentages

R + G + B =
171 + 150 + 189 = 510 (100%)
R 171 of 510 ~ 33.53%
G 150 of 510 ~ 29.41%
B 189 of 510 ~ 37.06%

%33.53
%29.41
%37.06

CMYK color model

#AB96BD color CMYK value is (10,21,0,26).

  • cyan value is 9.52%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,21,0,26)
C10M21Y0K26 
(10%,21%,0%,26%)
(0.10/0.21/0.00/0.26)	

CMYK percentages

%9.52
%20.63
%0
%25.88

Codes

Color #AB96BD in popluar color models

AB96BD
RGB171150189
HSL272°22.81%66.47%
HSB/HSV272°20.63%74.12%
CMYK9.52%20.63%0.00%
25.88%

Color #AB96BD in popluar number systems.

HEXAB96BD
Decimal171150189
Binary101010111001011010111101
Octal253226275

Shades and tints

Shades of #AB96BD

#AB96BD
(171,150,189)
#9C89AC
(156,137,172)
#8D7C9B
(141,124,155)
#7E6F8A
(126,111,138)
#6F6279
(111,98,121)
#605568
(96,85,104)
#514857
(81,72,87)
#423B46
(66,59,70)
#332E35
(51,46,53)
#242124
(36,33,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #AB96BD

#AB96BD
(171,150,189)
#B29FC3
(178,159,195)
#B9A8C9
(185,168,201)
#C0B1CF
(192,177,207)
#C7BAD5
(199,186,213)
#CEC3DB
(206,195,219)
#D5CCE1
(213,204,225)
#DCD5E7
(220,213,231)
#E3DEED
(227,222,237)
#EAE7F3
(234,231,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96BD; }

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

This text font color is #AB96BD.


Background Color

.myBgColor { background-color: #AB96BD; }

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

This div background color is #AB96BD.


Border color

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

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

This div border color is #AB96BD.


Opacity

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

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

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

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

This text has shadow with #AB96BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB96BD on black background.


Color preview on white background

This text has color #AB96BD on white background.



Black color preview on #AB96BD background

This text has black color on #AB96BD background.


White color preview on #AB96BD background

This text has white color on #AB96BD background.