COLOR #ABA5D1

HEX: #ABA5D1
RGB: (171,165,209)

Color info

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

RGB color model

#ABA5D1 color RGB value is (171,165,209).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 209 of 255 = 82%

171
165
209

R + G + B ~ 71%. #ABA5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 209 = 545 (100%)
R 171 of 545 ~ 31.38%
G 165 of 545 ~ 30.28%
B 209 of 545 ~ 38.35%

%31.38
%30.28
%38.35

CMYK color model

#ABA5D1 color CMYK value is (18,21,0,18).

  • cyan value is 18.18%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,21,0,18)
C18M21Y0K18 
(18%,21%,0%,18%)
(0.18/0.21/0.00/0.18)	

CMYK percentages

%18.18
%21.05
%0
%18.04

Codes

Color #ABA5D1 in popluar color models

ABA5D1
RGB171165209
HSL248°32.35%73.33%
HSB/HSV248°21.05%81.96%
CMYK18.18%21.05%0.00%
18.04%

Color #ABA5D1 in popluar number systems.

HEXABA5D1
Decimal171165209
Binary101010111010010111010001
Octal253245321

Shades and tints

Shades of #ABA5D1

#ABA5D1
(171,165,209)
#9C96BE
(156,150,190)
#8D87AB
(141,135,171)
#7E7898
(126,120,152)
#6F6985
(111,105,133)
#605A72
(96,90,114)
#514B5F
(81,75,95)
#423C4C
(66,60,76)
#332D39
(51,45,57)
#241E26
(36,30,38)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #ABA5D1

#ABA5D1
(171,165,209)
#B2ADD5
(178,173,213)
#B9B5D9
(185,181,217)
#C0BDDD
(192,189,221)
#C7C5E1
(199,197,225)
#CECDE5
(206,205,229)
#D5D5E9
(213,213,233)
#DCDDED
(220,221,237)
#E3E5F1
(227,229,241)
#EAEDF5
(234,237,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5D1; }

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

This text font color is #ABA5D1.


Background Color

.myBgColor { background-color: #ABA5D1; }

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

This div background color is #ABA5D1.


Border color

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

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

This div border color is #ABA5D1.


Opacity

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

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

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

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

This text has shadow with #ABA5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5D1 on black background.


Color preview on white background

This text has color #ABA5D1 on white background.



Black color preview on #ABA5D1 background

This text has black color on #ABA5D1 background.


White color preview on #ABA5D1 background

This text has white color on #ABA5D1 background.