COLOR #ABA2D1

HEX: #ABA2D1
RGB: (171,162,209)

Color info

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

RGB color model

#ABA2D1 color RGB value is (171,162,209).

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

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 209 of 255 = 82%

171
162
209

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

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 209 = 542 (100%)
R 171 of 542 ~ 31.55%
G 162 of 542 ~ 29.89%
B 209 of 542 ~ 38.56%

%31.55
%29.89
%38.56

CMYK color model

#ABA2D1 color CMYK value is (18,22,0,18).

  • cyan value is 18.18%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,22,0,18)
C18M22Y0K18 
(18%,22%,0%,18%)
(0.18/0.22/0.00/0.18)	

CMYK percentages

%18.18
%22.49
%0
%18.04

Codes

Color #ABA2D1 in popluar color models

ABA2D1
RGB171162209
HSL251°33.81%72.75%
HSB/HSV251°22.49%81.96%
CMYK18.18%22.49%0.00%
18.04%

Color #ABA2D1 in popluar number systems.

HEXABA2D1
Decimal171162209
Binary101010111010001011010001
Octal253242321

Shades and tints

Shades of #ABA2D1

#ABA2D1
(171,162,209)
#9C94BE
(156,148,190)
#8D86AB
(141,134,171)
#7E7898
(126,120,152)
#6F6A85
(111,106,133)
#605C72
(96,92,114)
#514E5F
(81,78,95)
#42404C
(66,64,76)
#333239
(51,50,57)
#242426
(36,36,38)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABA2D1

#ABA2D1
(171,162,209)
#B2AAD5
(178,170,213)
#B9B2D9
(185,178,217)
#C0BADD
(192,186,221)
#C7C2E1
(199,194,225)
#CECAE5
(206,202,229)
#D5D2E9
(213,210,233)
#DCDAED
(220,218,237)
#E3E2F1
(227,226,241)
#EAEAF5
(234,234,245)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA2D1; }

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

This text font color is #ABA2D1.


Background Color

.myBgColor { background-color: #ABA2D1; }

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

This div background color is #ABA2D1.


Border color

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

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

This div border color is #ABA2D1.


Opacity

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

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

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

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

This text has shadow with #ABA2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA2D1 on black background.


Color preview on white background

This text has color #ABA2D1 on white background.



Black color preview on #ABA2D1 background

This text has black color on #ABA2D1 background.


White color preview on #ABA2D1 background

This text has white color on #ABA2D1 background.