COLOR #AB9AEE

HEX: #AB9AEE
RGB: (171,154,238)

Color info

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

RGB color model

#AB9AEE color RGB value is (171,154,238).

  • red value is 171;
  • green value is 154;
  • blue value is 238.
RGB:
(171,154,238)
(67%,60%,93%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 238 of 255 = 93%

171
154
238

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

Portions of RGB colors in percentages

R + G + B =
171 + 154 + 238 = 563 (100%)
R 171 of 563 ~ 30.37%
G 154 of 563 ~ 27.35%
B 238 of 563 ~ 42.27%

%30.37
%27.35
%42.27

CMYK color model

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

  • cyan value is 28.15%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(28,35,0,7)
C28M35Y0K7 
(28%,35%,0%,7%)
(0.28/0.35/0.00/0.07)	

CMYK percentages

%28.15
%35.29
%0
%6.67

Codes

Color #AB9AEE in popluar color models

AB9AEE
RGB171154238
HSL252°71.19%76.86%
HSB/HSV252°35.29%93.33%
CMYK28.15%35.29%0.00%
6.67%

Color #AB9AEE in popluar number systems.

HEXAB9AEE
Decimal171154238
Binary101010111001101011101110
Octal253232356

Shades and tints

Shades of #AB9AEE

#AB9AEE
(171,154,238)
#9C8CD9
(156,140,217)
#8D7EC4
(141,126,196)
#7E70AF
(126,112,175)
#6F629A
(111,98,154)
#605485
(96,84,133)
#514670
(81,70,112)
#42385B
(66,56,91)
#332A46
(51,42,70)
#241C31
(36,28,49)
#150E1C
(21,14,28)
#000000
(0,0,0)

Tints of #AB9AEE

#AB9AEE
(171,154,238)
#B2A3EF
(178,163,239)
#B9ACF0
(185,172,240)
#C0B5F1
(192,181,241)
#C7BEF2
(199,190,242)
#CEC7F3
(206,199,243)
#D5D0F4
(213,208,244)
#DCD9F5
(220,217,245)
#E3E2F6
(227,226,246)
#EAEBF7
(234,235,247)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9AEE color. Also use rgb(171,154,238) instead hex code.

Text Font Color

.myTextColor { color: #AB9AEE; }

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

This text font color is #AB9AEE.


Background Color

.myBgColor { background-color: #AB9AEE; }

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

This div background color is #AB9AEE.


Border color

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

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

This div border color is #AB9AEE.


Opacity

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

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

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

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

This text has shadow with #AB9AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9AEE on black background.


Color preview on white background

This text has color #AB9AEE on white background.



Black color preview on #AB9AEE background

This text has black color on #AB9AEE background.


White color preview on #AB9AEE background

This text has white color on #AB9AEE background.