COLOR #ABA4E3

HEX: #ABA4E3
RGB: (171,164,227)

Color info

#ABA4E3 contains mainly red and blue colors. Web safe color of #ABA4E3 is #9999CC (or #99C).

RGB color model

#ABA4E3 color RGB value is (171,164,227).

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

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 227 of 255 = 89%

171
164
227

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

Portions of RGB colors in percentages

R + G + B =
171 + 164 + 227 = 562 (100%)
R 171 of 562 ~ 30.43%
G 164 of 562 ~ 29.18%
B 227 of 562 ~ 40.39%

%30.43
%29.18
%40.39

CMYK color model

#ABA4E3 color CMYK value is (25,28,0,11).

  • cyan value is 24.67%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(25,28,0,11)
C25M28Y0K11 
(25%,28%,0%,11%)
(0.25/0.28/0.00/0.11)	

CMYK percentages

%24.67
%27.75
%0
%10.98

Codes

Color #ABA4E3 in popluar color models

ABA4E3
RGB171164227
HSL247°52.94%76.67%
HSB/HSV247°27.75%89.02%
CMYK24.67%27.75%0.00%
10.98%

Color #ABA4E3 in popluar number systems.

HEXABA4E3
Decimal171164227
Binary101010111010010011100011
Octal253244343

Shades and tints

Shades of #ABA4E3

#ABA4E3
(171,164,227)
#9C96CF
(156,150,207)
#8D88BB
(141,136,187)
#7E7AA7
(126,122,167)
#6F6C93
(111,108,147)
#605E7F
(96,94,127)
#51506B
(81,80,107)
#424257
(66,66,87)
#333443
(51,52,67)
#24262F
(36,38,47)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #ABA4E3

#ABA4E3
(171,164,227)
#B2ACE5
(178,172,229)
#B9B4E7
(185,180,231)
#C0BCE9
(192,188,233)
#C7C4EB
(199,196,235)
#CECCED
(206,204,237)
#D5D4EF
(213,212,239)
#DCDCF1
(220,220,241)
#E3E4F3
(227,228,243)
#EAECF5
(234,236,245)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA4E3; }

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

This text font color is #ABA4E3.


Background Color

.myBgColor { background-color: #ABA4E3; }

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

This div background color is #ABA4E3.


Border color

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

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

This div border color is #ABA4E3.


Opacity

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

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

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

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

This text has shadow with #ABA4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA4E3 on black background.


Color preview on white background

This text has color #ABA4E3 on white background.



Black color preview on #ABA4E3 background

This text has black color on #ABA4E3 background.


White color preview on #ABA4E3 background

This text has white color on #ABA4E3 background.