COLOR #ABA6DD

HEX: #ABA6DD RGB: (171,166,221)

Color info

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

RGB color model

#ABA6DD color RGB value is (171,166,221).

RGB: (171,166,221) (67%, 65%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 221 of 255 = 87%

171
166
221

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

Portions of RGB colors in percentages

R + G + B = 171 + 166 + 221 = 558 (100%)
R 171 of 558 ~ 30.65%
G 166 of 558 ~ 29.75%
B 221 of 558 ~ 39.61'%

%30.65
%29.75
%39.61

CMYK color model

#ABA6DD color CMYK value is (23,25,0,13).

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

CMYK: (23,25,0,13)
C23M25Y0K13 (23%, 25%, 0%, 13%)
(0.23 / 0.25 / 0.00 / 0.13)

CMYK percentages

%22.62
%24.89
%0
%13.33

Codes

Color #ABA6DD in popluar color models

AB A6 DD
RGB 171 166 221
HSL 245° 44.72% 75.88%
HSB/HSV 245° 24.89% 86.67%
CMYK 22.62% 24.89% 0.00%
13.33%

Color #ABA6DD in popluar number systems.

HEX AB A6 DD
Decimal 171 166 221
Binary 10101011 10100110 11011101
Octal 253 246 335

Shades and tints

Shades of #ABA6DD

#ABA6DD
(171,166,221)
#9C97C9
(156,151,201)
#8D88B5
(141,136,181)
#7E79A1
(126,121,161)
#6F6A8D
(111,106,141)
#605B79
(96,91,121)
#514C65
(81,76,101)
#423D51
(66,61,81)
#332E3D
(51,46,61)
#241F29
(36,31,41)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #ABA6DD

#ABA6DD
(171,166,221)
#B2AEE0
(178,174,224)
#B9B6E3
(185,182,227)
#C0BEE6
(192,190,230)
#C7C6E9
(199,198,233)
#CECEEC
(206,206,236)
#D5D6EF
(213,214,239)
#DCDEF2
(220,222,242)
#E3E6F5
(227,230,245)
#EAEEF8
(234,238,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA6DD; }

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

This text font color is #ABA6DD.

Background Color

.myBgColor { background-color: #ABA6DD; }

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

This div background color is #ABA6DD.

Border color

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

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

This div border color is #ABA6DD.

Opacity

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

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

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

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

This text has shadow with #ABA6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA6DD.

Preview

Color preview on black background

This text has color #ABA6DD on black background.


Color preview on white background

This text has color #ABA6DD on white background.


Black color preview on #ABA6DD background

This text has black color on #ABA6DD background.


White color preview on #ABA6DD background

This text has white color on #ABA6DD background.


Related colors

Complementary color

Complementary color for #hex is #545922.


I love getcolorcode.com

Triadic colors

1 #DDABA6 and #A6DDAB with #ABA6DD are triadic colors.

2 #DDA6AB and #A6ABDD with #ABA6DD are triadic colors.