COLOR #ABA3E9

HEX: #ABA3E9
RGB: (171,163,233)

Color info

#ABA3E9 contains mainly blue color. Web safe color of #ABA3E9 is #9999FF (or #99F).

RGB color model

#ABA3E9 color RGB value is (171,163,233).

  • red value is 171;
  • green value is 163;
  • blue value is 233.
RGB:
(171,163,233)
(67%,64%,91%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 233 of 255 = 91%

171
163
233

R + G + B ~ 74%. #ABA3E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 233 = 567 (100%)
R 171 of 567 ~ 30.16%
G 163 of 567 ~ 28.75%
B 233 of 567 ~ 41.09%

%30.16
%28.75
%41.09

CMYK color model

#ABA3E9 color CMYK value is (27,30,0,9).

  • cyan value is 26.61%
  • magenta value is 30.04%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,30,0,9)
C27M30Y0K9 
(27%,30%,0%,9%)
(0.27/0.30/0.00/0.09)	

CMYK percentages

%26.61
%30.04
%0
%8.63

Codes

Color #ABA3E9 in popluar color models

ABA3E9
RGB171163233
HSL247°61.40%77.65%
HSB/HSV247°30.04%91.37%
CMYK26.61%30.04%0.00%
8.63%

Color #ABA3E9 in popluar number systems.

HEXABA3E9
Decimal171163233
Binary101010111010001111101001
Octal253243351

Shades and tints

Shades of #ABA3E9

#ABA3E9
(171,163,233)
#9C95D4
(156,149,212)
#8D87BF
(141,135,191)
#7E79AA
(126,121,170)
#6F6B95
(111,107,149)
#605D80
(96,93,128)
#514F6B
(81,79,107)
#424156
(66,65,86)
#333341
(51,51,65)
#24252C
(36,37,44)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABA3E9

#ABA3E9
(171,163,233)
#B2ABEB
(178,171,235)
#B9B3ED
(185,179,237)
#C0BBEF
(192,187,239)
#C7C3F1
(199,195,241)
#CECBF3
(206,203,243)
#D5D3F5
(213,211,245)
#DCDBF7
(220,219,247)
#E3E3F9
(227,227,249)
#EAEBFB
(234,235,251)
#F1F3FD
(241,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA3E9 color. Also use rgb(171,163,233) instead hex code.

Text Font Color

.myTextColor { color: #ABA3E9; }

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

This text font color is #ABA3E9.


Background Color

.myBgColor { background-color: #ABA3E9; }

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

This div background color is #ABA3E9.


Border color

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

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

This div border color is #ABA3E9.


Opacity

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

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

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

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

This text has shadow with #ABA3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA3E9 on black background.


Color preview on white background

This text has color #ABA3E9 on white background.



Black color preview on #ABA3E9 background

This text has black color on #ABA3E9 background.


White color preview on #ABA3E9 background

This text has white color on #ABA3E9 background.