COLOR #ABAAEC

HEX: #ABAAEC
RGB: (171,170,236)

Color info

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

RGB color model

#ABAAEC color RGB value is (171,170,236).

  • red value is 171;
  • green value is 170;
  • blue value is 236.
RGB:
(171,170,236)
(67%,67%,93%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 236 of 255 = 93%

171
170
236

R + G + B ~ 76%. #ABAAEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 236 = 577 (100%)
R 171 of 577 ~ 29.64%
G 170 of 577 ~ 29.46%
B 236 of 577 ~ 40.9%

%29.64
%29.46
%40.9

CMYK color model

#ABAAEC color CMYK value is (28,28,0,7).

  • cyan value is 27.54%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(28,28,0,7)
C28M28Y0K7 
(28%,28%,0%,7%)
(0.28/0.28/0.00/0.07)	

CMYK percentages

%27.54
%27.97
%0
%7.45

Codes

Color #ABAAEC in popluar color models

ABAAEC
RGB171170236
HSL241°63.46%79.61%
HSB/HSV241°27.97%92.55%
CMYK27.54%27.97%0.00%
7.45%

Color #ABAAEC in popluar number systems.

HEXABAAEC
Decimal171170236
Binary101010111010101011101100
Octal253252354

Shades and tints

Shades of #ABAAEC

#ABAAEC
(171,170,236)
#9C9BD7
(156,155,215)
#8D8CC2
(141,140,194)
#7E7DAD
(126,125,173)
#6F6E98
(111,110,152)
#605F83
(96,95,131)
#51506E
(81,80,110)
#424159
(66,65,89)
#333244
(51,50,68)
#24232F
(36,35,47)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #ABAAEC

#ABAAEC
(171,170,236)
#B2B1ED
(178,177,237)
#B9B8EE
(185,184,238)
#C0BFEF
(192,191,239)
#C7C6F0
(199,198,240)
#CECDF1
(206,205,241)
#D5D4F2
(213,212,242)
#DCDBF3
(220,219,243)
#E3E2F4
(227,226,244)
#EAE9F5
(234,233,245)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAAEC color. Also use rgb(171,170,236) instead hex code.

Text Font Color

.myTextColor { color: #ABAAEC; }

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

This text font color is #ABAAEC.


Background Color

.myBgColor { background-color: #ABAAEC; }

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

This div background color is #ABAAEC.


Border color

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

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

This div border color is #ABAAEC.


Opacity

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

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

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

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

This text has shadow with #ABAAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAAEC on black background.


Color preview on white background

This text has color #ABAAEC on white background.



Black color preview on #ABAAEC background

This text has black color on #ABAAEC background.


White color preview on #ABAAEC background

This text has white color on #ABAAEC background.