COLOR #ABA4DC

HEX: #ABA4DC
RGB: (171,164,220)

Color info

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

RGB color model

#ABA4DC color RGB value is (171,164,220).

  • red value is 171;
  • green value is 164;
  • blue value is 220.
RGB:
(171,164,220)
(67%,64%,86%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 220 of 255 = 86%

171
164
220

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

Portions of RGB colors in percentages

R + G + B =
171 + 164 + 220 = 555 (100%)
R 171 of 555 ~ 30.81%
G 164 of 555 ~ 29.55%
B 220 of 555 ~ 39.64%

%30.81
%29.55
%39.64

CMYK color model

#ABA4DC color CMYK value is (22,25,0,14).

  • cyan value is 22.27%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(22,25,0,14)
C22M25Y0K14 
(22%,25%,0%,14%)
(0.22/0.25/0.00/0.14)	

CMYK percentages

%22.27
%25.45
%0
%13.73

Codes

Color #ABA4DC in popluar color models

ABA4DC
RGB171164220
HSL248°44.44%75.29%
HSB/HSV248°25.45%86.27%
CMYK22.27%25.45%0.00%
13.73%

Color #ABA4DC in popluar number systems.

HEXABA4DC
Decimal171164220
Binary101010111010010011011100
Octal253244334

Shades and tints

Shades of #ABA4DC

#ABA4DC
(171,164,220)
#9C96C8
(156,150,200)
#8D88B4
(141,136,180)
#7E7AA0
(126,122,160)
#6F6C8C
(111,108,140)
#605E78
(96,94,120)
#515064
(81,80,100)
#424250
(66,66,80)
#33343C
(51,52,60)
#242628
(36,38,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #ABA4DC

#ABA4DC
(171,164,220)
#B2ACDF
(178,172,223)
#B9B4E2
(185,180,226)
#C0BCE5
(192,188,229)
#C7C4E8
(199,196,232)
#CECCEB
(206,204,235)
#D5D4EE
(213,212,238)
#DCDCF1
(220,220,241)
#E3E4F4
(227,228,244)
#EAECF7
(234,236,247)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA4DC color. Also use rgb(171,164,220) instead hex code.

Text Font Color

.myTextColor { color: #ABA4DC; }

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

This text font color is #ABA4DC.


Background Color

.myBgColor { background-color: #ABA4DC; }

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

This div background color is #ABA4DC.


Border color

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

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

This div border color is #ABA4DC.


Opacity

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

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

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

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

This text has shadow with #ABA4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA4DC on black background.


Color preview on white background

This text has color #ABA4DC on white background.



Black color preview on #ABA4DC background

This text has black color on #ABA4DC background.


White color preview on #ABA4DC background

This text has white color on #ABA4DC background.