COLOR #ABA0DB

HEX: #ABA0DB RGB: (171,160,219)

Color info

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

RGB color model

#ABA0DB color RGB value is (171,160,219).

RGB: (171,160,219) (67%, 63%, 86%)

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 219 of 255 = 86%

171
160
219

R + G + B ~ 72%. #ABA0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 160 + 219 = 550 (100%)
R 171 of 550 ~ 31.09%
G 160 of 550 ~ 29.09%
B 219 of 550 ~ 39.82'%

%31.09
%29.09
%39.82

CMYK color model

#ABA0DB color CMYK value is (22,27,0,14).

  • cyan value is 21.92%
  • magenta value is 26.94%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (22,27,0,14)
C22M27Y0K14 (22%, 27%, 0%, 14%)
(0.22 / 0.27 / 0.00 / 0.14)

CMYK percentages

%21.92
%26.94
%0
%14.12

Codes

Color #ABA0DB in popluar color models

AB A0 DB
RGB 171 160 219
HSL 251° 45.04% 74.31%
HSB/HSV 251° 26.94% 85.88%
CMYK 21.92% 26.94% 0.00%
14.12%

Color #ABA0DB in popluar number systems.

HEX AB A0 DB
Decimal 171 160 219
Binary 10101011 10100000 11011011
Octal 253 240 333

Shades and tints

Shades of #ABA0DB

#ABA0DB
(171,160,219)
#9C92C8
(156,146,200)
#8D84B5
(141,132,181)
#7E76A2
(126,118,162)
#6F688F
(111,104,143)
#605A7C
(96,90,124)
#514C69
(81,76,105)
#423E56
(66,62,86)
#333043
(51,48,67)
#242230
(36,34,48)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #ABA0DB

#ABA0DB
(171,160,219)
#B2A8DE
(178,168,222)
#B9B0E1
(185,176,225)
#C0B8E4
(192,184,228)
#C7C0E7
(199,192,231)
#CEC8EA
(206,200,234)
#D5D0ED
(213,208,237)
#DCD8F0
(220,216,240)
#E3E0F3
(227,224,243)
#EAE8F6
(234,232,246)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA0DB color. Also use rgb(171,160,219) instead hex code.

Text Font Color

.myTextColor { color: #ABA0DB; }

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

This text font color is #ABA0DB.

Background Color

.myBgColor { background-color: #ABA0DB; }

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

This div background color is #ABA0DB.

Border color

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

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

This div border color is #ABA0DB.

Opacity

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

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

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

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

This text has shadow with #ABA0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA0DB.

Preview

Color preview on black background

This text has color #ABA0DB on black background.


Color preview on white background

This text has color #ABA0DB on white background.


Black color preview on #ABA0DB background

This text has black color on #ABA0DB background.


White color preview on #ABA0DB background

This text has white color on #ABA0DB background.


Related colors

Complementary color

Complementary color for #hex is #545F24.


I love getcolorcode.com

Triadic colors

1 #DBABA0 and #A0DBAB with #ABA0DB are triadic colors.

2 #DBA0AB and #A0ABDB with #ABA0DB are triadic colors.