COLOR #AB89DA

HEX: #AB89DA
RGB: (171,137,218)

Color info

#AB89DA contains mainly red and blue colors. Web safe color of #AB89DA is #9999CC (or #99C).

RGB color model

#AB89DA color RGB value is (171,137,218).

  • red value is 171;
  • green value is 137;
  • blue value is 218.
RGB:
(171,137,218)
(67%,54%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 218 of 255 = 85%

171
137
218

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 218 = 526 (100%)
R 171 of 526 ~ 32.51%
G 137 of 526 ~ 26.05%
B 218 of 526 ~ 41.44%

%32.51
%26.05
%41.44

CMYK color model

#AB89DA color CMYK value is (22,37,0,15).

  • cyan value is 21.56%
  • magenta value is 37.16%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,37,0,15)
C22M37Y0K15 
(22%,37%,0%,15%)
(0.22/0.37/0.00/0.15)	

CMYK percentages

%21.56
%37.16
%0
%14.51

Codes

Color #AB89DA in popluar color models

AB89DA
RGB171137218
HSL265°52.26%69.61%
HSB/HSV265°37.16%85.49%
CMYK21.56%37.16%0.00%
14.51%

Color #AB89DA in popluar number systems.

HEXAB89DA
Decimal171137218
Binary101010111000100111011010
Octal253211332

Shades and tints

Shades of #AB89DA

#AB89DA
(171,137,218)
#9C7DC7
(156,125,199)
#8D71B4
(141,113,180)
#7E65A1
(126,101,161)
#6F598E
(111,89,142)
#604D7B
(96,77,123)
#514168
(81,65,104)
#423555
(66,53,85)
#332942
(51,41,66)
#241D2F
(36,29,47)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #AB89DA

#AB89DA
(171,137,218)
#B293DD
(178,147,221)
#B99DE0
(185,157,224)
#C0A7E3
(192,167,227)
#C7B1E6
(199,177,230)
#CEBBE9
(206,187,233)
#D5C5EC
(213,197,236)
#DCCFEF
(220,207,239)
#E3D9F2
(227,217,242)
#EAE3F5
(234,227,245)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB89DA color. Also use rgb(171,137,218) instead hex code.

Text Font Color

.myTextColor { color: #AB89DA; }

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

This text font color is #AB89DA.


Background Color

.myBgColor { background-color: #AB89DA; }

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

This div background color is #AB89DA.


Border color

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

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

This div border color is #AB89DA.


Opacity

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

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

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

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

This text has shadow with #AB89DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB89DA on black background.


Color preview on white background

This text has color #AB89DA on white background.



Black color preview on #AB89DA background

This text has black color on #AB89DA background.


White color preview on #AB89DA background

This text has white color on #AB89DA background.