COLOR #AB9EE9

HEX: #AB9EE9 RGB: (171,158,233)

Color info

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

RGB color model

#AB9EE9 color RGB value is (171,158,233).

RGB: (171,158,233) (67%, 62%, 91%)

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 233 of 255 = 91%

171
158
233

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

Portions of RGB colors in percentages

R + G + B = 171 + 158 + 233 = 562 (100%)
R 171 of 562 ~ 30.43%
G 158 of 562 ~ 28.11%
B 233 of 562 ~ 41.46'%

%30.43
%28.11
%41.46

CMYK color model

#AB9EE9 color CMYK value is (27,32,0,9).

  • cyan value is 26.61%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (27,32,0,9) C27M32Y0K9 (27%,32%,0%,9%) (0.27/0.32/0.00/0.09) 

CMYK percentages

%26.61
%32.19
%0
%8.63

Codes

Color #AB9EE9 in popluar color models

AB 9E E9
RGB 171 158 233
HSL 250° 63.03% 76.67%
HSB/HSV 250° 32.19% 91.37%
CMYK 26.61% 32.19% 0.00%
8.63%

Color #AB9EE9 in popluar number systems.

HEX AB 9E E9
Decimal 171 158 233
Binary 10101011 10011110 11101001
Octal 253 236 351

Shades and tints

Shades of #AB9EE9

#AB9EE9
(171,158,233)
#9C90D4
(156,144,212)
#8D82BF
(141,130,191)
#7E74AA
(126,116,170)
#6F6695
(111,102,149)
#605880
(96,88,128)
#514A6B
(81,74,107)
#423C56
(66,60,86)
#332E41
(51,46,65)
#24202C
(36,32,44)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #AB9EE9

#AB9EE9
(171,158,233)
#B2A6EB
(178,166,235)
#B9AEED
(185,174,237)
#C0B6EF
(192,182,239)
#C7BEF1
(199,190,241)
#CEC6F3
(206,198,243)
#D5CEF5
(213,206,245)
#DCD6F7
(220,214,247)
#E3DEF9
(227,222,249)
#EAE6FB
(234,230,251)
#F1EEFD
(241,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EE9; }

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

This text font color is #AB9EE9.

Background Color

.myBgColor { background-color: #AB9EE9; }

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

This div background color is #AB9EE9.

Border color

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

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

This div border color is #AB9EE9.

Opacity

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

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

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

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

This text has shadow with #AB9EE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9EE9.

Preview

Color preview on black background

This text has color #AB9EE9 on black background.


Color preview on white background

This text has color #AB9EE9 on white background.


Black color preview on #AB9EE9 background

This text has black color on #AB9EE9 background.


White color preview on #AB9EE9 background

This text has white color on #AB9EE9 background.


Related colors

Complementary color

Complementary color for #hex is #546116.


I love getcolorcode.com

Triadic colors

1 #E9AB9E and #9EE9AB with #AB9EE9 are triadic colors.

2 #E99EAB and #9EABE9 with #AB9EE9 are triadic colors.