COLOR #ABA5E1

HEX: #ABA5E1
RGB: (171,165,225)

Color info

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

RGB color model

#ABA5E1 color RGB value is (171,165,225).

  • red value is 171;
  • green value is 165;
  • blue value is 225.
RGB:
(171,165,225)
(67%,65%,88%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 225 of 255 = 88%

171
165
225

R + G + B ~ 73%. #ABA5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 225 = 561 (100%)
R 171 of 561 ~ 30.48%
G 165 of 561 ~ 29.41%
B 225 of 561 ~ 40.11%

%30.48
%29.41
%40.11

CMYK color model

#ABA5E1 color CMYK value is (24,27,0,12).

  • cyan value is 24.00%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,27,0,12)
C24M27Y0K12 
(24%,27%,0%,12%)
(0.24/0.27/0.00/0.12)	

CMYK percentages

%24
%26.67
%0
%11.76

Codes

Color #ABA5E1 in popluar color models

ABA5E1
RGB171165225
HSL246°50.00%76.47%
HSB/HSV246°26.67%88.24%
CMYK24.00%26.67%0.00%
11.76%

Color #ABA5E1 in popluar number systems.

HEXABA5E1
Decimal171165225
Binary101010111010010111100001
Octal253245341

Shades and tints

Shades of #ABA5E1

#ABA5E1
(171,165,225)
#9C96CD
(156,150,205)
#8D87B9
(141,135,185)
#7E78A5
(126,120,165)
#6F6991
(111,105,145)
#605A7D
(96,90,125)
#514B69
(81,75,105)
#423C55
(66,60,85)
#332D41
(51,45,65)
#241E2D
(36,30,45)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #ABA5E1

#ABA5E1
(171,165,225)
#B2ADE3
(178,173,227)
#B9B5E5
(185,181,229)
#C0BDE7
(192,189,231)
#C7C5E9
(199,197,233)
#CECDEB
(206,205,235)
#D5D5ED
(213,213,237)
#DCDDEF
(220,221,239)
#E3E5F1
(227,229,241)
#EAEDF3
(234,237,243)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA5E1 color. Also use rgb(171,165,225) instead hex code.

Text Font Color

.myTextColor { color: #ABA5E1; }

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

This text font color is #ABA5E1.


Background Color

.myBgColor { background-color: #ABA5E1; }

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

This div background color is #ABA5E1.


Border color

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

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

This div border color is #ABA5E1.


Opacity

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

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

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

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

This text has shadow with #ABA5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5E1 on black background.


Color preview on white background

This text has color #ABA5E1 on white background.



Black color preview on #ABA5E1 background

This text has black color on #ABA5E1 background.


White color preview on #ABA5E1 background

This text has white color on #ABA5E1 background.