COLOR #AB91D7

HEX: #AB91D7
RGB: (171,145,215)

Color info

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

RGB color model

#AB91D7 color RGB value is (171,145,215).

  • red value is 171;
  • green value is 145;
  • blue value is 215.
RGB:
(171,145,215)
(67%,57%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 215 of 255 = 84%

171
145
215

R + G + B ~ 69%. #AB91D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 215 = 531 (100%)
R 171 of 531 ~ 32.2%
G 145 of 531 ~ 27.31%
B 215 of 531 ~ 40.49%

%32.2
%27.31
%40.49

CMYK color model

#AB91D7 color CMYK value is (20,33,0,16).

  • cyan value is 20.47%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,33,0,16)
C20M33Y0K16 
(20%,33%,0%,16%)
(0.20/0.33/0.00/0.16)	

CMYK percentages

%20.47
%32.56
%0
%15.69

Codes

Color #AB91D7 in popluar color models

AB91D7
RGB171145215
HSL262°46.67%70.59%
HSB/HSV262°32.56%84.31%
CMYK20.47%32.56%0.00%
15.69%

Color #AB91D7 in popluar number systems.

HEXAB91D7
Decimal171145215
Binary101010111001000111010111
Octal253221327

Shades and tints

Shades of #AB91D7

#AB91D7
(171,145,215)
#9C84C4
(156,132,196)
#8D77B1
(141,119,177)
#7E6A9E
(126,106,158)
#6F5D8B
(111,93,139)
#605078
(96,80,120)
#514365
(81,67,101)
#423652
(66,54,82)
#33293F
(51,41,63)
#241C2C
(36,28,44)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #AB91D7

#AB91D7
(171,145,215)
#B29BDA
(178,155,218)
#B9A5DD
(185,165,221)
#C0AFE0
(192,175,224)
#C7B9E3
(199,185,227)
#CEC3E6
(206,195,230)
#D5CDE9
(213,205,233)
#DCD7EC
(220,215,236)
#E3E1EF
(227,225,239)
#EAEBF2
(234,235,242)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB91D7 color. Also use rgb(171,145,215) instead hex code.

Text Font Color

.myTextColor { color: #AB91D7; }

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

This text font color is #AB91D7.


Background Color

.myBgColor { background-color: #AB91D7; }

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

This div background color is #AB91D7.


Border color

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

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

This div border color is #AB91D7.


Opacity

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

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

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

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

This text has shadow with #AB91D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91D7 on black background.


Color preview on white background

This text has color #AB91D7 on white background.



Black color preview on #AB91D7 background

This text has black color on #AB91D7 background.


White color preview on #AB91D7 background

This text has white color on #AB91D7 background.