COLOR #ABA9DD

HEX: #ABA9DD RGB: (171,169,221)

Color info

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

RGB color model

#ABA9DD color RGB value is (171,169,221).

RGB: (171,169,221) (67%, 66%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 221 of 255 = 87%

171
169
221

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

Portions of RGB colors in percentages

R + G + B = 171 + 169 + 221 = 561 (100%)
R 171 of 561 ~ 30.48%
G 169 of 561 ~ 30.12%
B 221 of 561 ~ 39.39'%

%30.48
%30.12
%39.39

CMYK color model

#ABA9DD color CMYK value is (23,24,0,13).

  • cyan value is 22.62%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (23,24,0,13)
C23M24Y0K13 (23%, 24%, 0%, 13%)
(0.23 / 0.24 / 0.00 / 0.13)

CMYK percentages

%22.62
%23.53
%0
%13.33

Codes

Color #ABA9DD in popluar color models

AB A9 DD
RGB 171 169 221
HSL 242° 43.33% 76.47%
HSB/HSV 242° 23.53% 86.67%
CMYK 22.62% 23.53% 0.00%
13.33%

Color #ABA9DD in popluar number systems.

HEX AB A9 DD
Decimal 171 169 221
Binary 10101011 10101001 11011101
Octal 253 251 335

Shades and tints

Shades of #ABA9DD

#ABA9DD
(171,169,221)
#9C9AC9
(156,154,201)
#8D8BB5
(141,139,181)
#7E7CA1
(126,124,161)
#6F6D8D
(111,109,141)
#605E79
(96,94,121)
#514F65
(81,79,101)
#424051
(66,64,81)
#33313D
(51,49,61)
#242229
(36,34,41)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABA9DD

#ABA9DD
(171,169,221)
#B2B0E0
(178,176,224)
#B9B7E3
(185,183,227)
#C0BEE6
(192,190,230)
#C7C5E9
(199,197,233)
#CECCEC
(206,204,236)
#D5D3EF
(213,211,239)
#DCDAF2
(220,218,242)
#E3E1F5
(227,225,245)
#EAE8F8
(234,232,248)
#F1EFFB
(241,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA9DD color. Also use rgb(171,169,221) instead hex code.

Text Font Color

.myTextColor { color: #ABA9DD; }

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

This text font color is #ABA9DD.

Background Color

.myBgColor { background-color: #ABA9DD; }

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

This div background color is #ABA9DD.

Border color

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

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

This div border color is #ABA9DD.

Opacity

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

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

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

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

This text has shadow with #ABA9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA9DD.

Preview

Color preview on black background

This text has color #ABA9DD on black background.


Color preview on white background

This text has color #ABA9DD on white background.


Black color preview on #ABA9DD background

This text has black color on #ABA9DD background.


White color preview on #ABA9DD background

This text has white color on #ABA9DD background.


Related colors

Complementary color

Complementary color for #hex is #545622.


I love getcolorcode.com

Triadic colors

1 #DDABA9 and #A9DDAB with #ABA9DD are triadic colors.

2 #DDA9AB and #A9ABDD with #ABA9DD are triadic colors.