COLOR #AB89DE

HEX: #AB89DE
RGB: (171,137,222)

Color info

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

RGB color model

#AB89DE color RGB value is (171,137,222).

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

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 222 of 255 = 87%

171
137
222

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 222 = 530 (100%)
R 171 of 530 ~ 32.26%
G 137 of 530 ~ 25.85%
B 222 of 530 ~ 41.89%

%32.26
%25.85
%41.89

CMYK color model

#AB89DE color CMYK value is (23,38,0,13).

  • cyan value is 22.97%
  • magenta value is 38.29%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,38,0,13)
C23M38Y0K13 
(23%,38%,0%,13%)
(0.23/0.38/0.00/0.13)	

CMYK percentages

%22.97
%38.29
%0
%12.94

Codes

Color #AB89DE in popluar color models

AB89DE
RGB171137222
HSL264°56.29%70.39%
HSB/HSV264°38.29%87.06%
CMYK22.97%38.29%0.00%
12.94%

Color #AB89DE in popluar number systems.

HEXAB89DE
Decimal171137222
Binary101010111000100111011110
Octal253211336

Shades and tints

Shades of #AB89DE

#AB89DE
(171,137,222)
#9C7DCA
(156,125,202)
#8D71B6
(141,113,182)
#7E65A2
(126,101,162)
#6F598E
(111,89,142)
#604D7A
(96,77,122)
#514166
(81,65,102)
#423552
(66,53,82)
#33293E
(51,41,62)
#241D2A
(36,29,42)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #AB89DE

#AB89DE
(171,137,222)
#B293E1
(178,147,225)
#B99DE4
(185,157,228)
#C0A7E7
(192,167,231)
#C7B1EA
(199,177,234)
#CEBBED
(206,187,237)
#D5C5F0
(213,197,240)
#DCCFF3
(220,207,243)
#E3D9F6
(227,217,246)
#EAE3F9
(234,227,249)
#F1EDFC
(241,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB89DE; }

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

This text font color is #AB89DE.


Background Color

.myBgColor { background-color: #AB89DE; }

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

This div background color is #AB89DE.


Border color

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

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

This div border color is #AB89DE.


Opacity

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

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

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

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

This text has shadow with #AB89DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB89DE on black background.


Color preview on white background

This text has color #AB89DE on white background.



Black color preview on #AB89DE background

This text has black color on #AB89DE background.


White color preview on #AB89DE background

This text has white color on #AB89DE background.