COLOR #AB94D9

HEX: #AB94D9
RGB: (171,148,217)

Color info

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

RGB color model

#AB94D9 color RGB value is (171,148,217).

  • red value is 171;
  • green value is 148;
  • blue value is 217.
RGB:
(171,148,217)
(67%,58%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 217 of 255 = 85%

171
148
217

R + G + B ~ 70%. #AB94D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 217 = 536 (100%)
R 171 of 536 ~ 31.9%
G 148 of 536 ~ 27.61%
B 217 of 536 ~ 40.49%

%31.9
%27.61
%40.49

CMYK color model

#AB94D9 color CMYK value is (21,32,0,15).

  • cyan value is 21.20%
  • magenta value is 31.80%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(21,32,0,15)
C21M32Y0K15 
(21%,32%,0%,15%)
(0.21/0.32/0.00/0.15)	

CMYK percentages

%21.2
%31.8
%0
%14.9

Codes

Color #AB94D9 in popluar color models

AB94D9
RGB171148217
HSL260°47.59%71.57%
HSB/HSV260°31.80%85.10%
CMYK21.20%31.80%0.00%
14.90%

Color #AB94D9 in popluar number systems.

HEXAB94D9
Decimal171148217
Binary101010111001010011011001
Octal253224331

Shades and tints

Shades of #AB94D9

#AB94D9
(171,148,217)
#9C87C6
(156,135,198)
#8D7AB3
(141,122,179)
#7E6DA0
(126,109,160)
#6F608D
(111,96,141)
#60537A
(96,83,122)
#514667
(81,70,103)
#423954
(66,57,84)
#332C41
(51,44,65)
#241F2E
(36,31,46)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #AB94D9

#AB94D9
(171,148,217)
#B29DDC
(178,157,220)
#B9A6DF
(185,166,223)
#C0AFE2
(192,175,226)
#C7B8E5
(199,184,229)
#CEC1E8
(206,193,232)
#D5CAEB
(213,202,235)
#DCD3EE
(220,211,238)
#E3DCF1
(227,220,241)
#EAE5F4
(234,229,244)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB94D9 color. Also use rgb(171,148,217) instead hex code.

Text Font Color

.myTextColor { color: #AB94D9; }

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

This text font color is #AB94D9.


Background Color

.myBgColor { background-color: #AB94D9; }

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

This div background color is #AB94D9.


Border color

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

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

This div border color is #AB94D9.


Opacity

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

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

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

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

This text has shadow with #AB94D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB94D9 on black background.


Color preview on white background

This text has color #AB94D9 on white background.



Black color preview on #AB94D9 background

This text has black color on #AB94D9 background.


White color preview on #AB94D9 background

This text has white color on #AB94D9 background.