COLOR #ABA1DF

HEX: #ABA1DF
RGB: (171,161,223)

Color info

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

RGB color model

#ABA1DF color RGB value is (171,161,223).

  • red value is 171;
  • green value is 161;
  • blue value is 223.
RGB:
(171,161,223)
(67%,63%,87%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 223 of 255 = 87%

171
161
223

R + G + B ~ 72%. #ABA1DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 161 + 223 = 555 (100%)
R 171 of 555 ~ 30.81%
G 161 of 555 ~ 29.01%
B 223 of 555 ~ 40.18%

%30.81
%29.01
%40.18

CMYK color model

#ABA1DF color CMYK value is (23,28,0,13).

  • cyan value is 23.32%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(23,28,0,13)
C23M28Y0K13 
(23%,28%,0%,13%)
(0.23/0.28/0.00/0.13)	

CMYK percentages

%23.32
%27.8
%0
%12.55

Codes

Color #ABA1DF in popluar color models

ABA1DF
RGB171161223
HSL250°49.21%75.29%
HSB/HSV250°27.80%87.45%
CMYK23.32%27.80%0.00%
12.55%

Color #ABA1DF in popluar number systems.

HEXABA1DF
Decimal171161223
Binary101010111010000111011111
Octal253241337

Shades and tints

Shades of #ABA1DF

#ABA1DF
(171,161,223)
#9C93CB
(156,147,203)
#8D85B7
(141,133,183)
#7E77A3
(126,119,163)
#6F698F
(111,105,143)
#605B7B
(96,91,123)
#514D67
(81,77,103)
#423F53
(66,63,83)
#33313F
(51,49,63)
#24232B
(36,35,43)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABA1DF

#ABA1DF
(171,161,223)
#B2A9E1
(178,169,225)
#B9B1E3
(185,177,227)
#C0B9E5
(192,185,229)
#C7C1E7
(199,193,231)
#CEC9E9
(206,201,233)
#D5D1EB
(213,209,235)
#DCD9ED
(220,217,237)
#E3E1EF
(227,225,239)
#EAE9F1
(234,233,241)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA1DF color. Also use rgb(171,161,223) instead hex code.

Text Font Color

.myTextColor { color: #ABA1DF; }

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

This text font color is #ABA1DF.


Background Color

.myBgColor { background-color: #ABA1DF; }

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

This div background color is #ABA1DF.


Border color

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

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

This div border color is #ABA1DF.


Opacity

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

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

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

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

This text has shadow with #ABA1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA1DF on black background.


Color preview on white background

This text has color #ABA1DF on white background.



Black color preview on #ABA1DF background

This text has black color on #ABA1DF background.


White color preview on #ABA1DF background

This text has white color on #ABA1DF background.