COLOR #AB91C3

HEX: #AB91C3
RGB: (171,145,195)

Color info

#AB91C3 contains red, green and blue colors in about the same proportion. Web safe color of #AB91C3 is #9999CC (or #99C).

RGB color model

#AB91C3 color RGB value is (171,145,195).

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

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 195 of 255 = 76%

171
145
195

R + G + B ~ 67%. #AB91C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 195 = 511 (100%)
R 171 of 511 ~ 33.46%
G 145 of 511 ~ 28.38%
B 195 of 511 ~ 38.16%

%33.46
%28.38
%38.16

CMYK color model

#AB91C3 color CMYK value is (12,26,0,24).

  • cyan value is 12.31%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,26,0,24)
C12M26Y0K24 
(12%,26%,0%,24%)
(0.12/0.26/0.00/0.24)	

CMYK percentages

%12.31
%25.64
%0
%23.53

Codes

Color #AB91C3 in popluar color models

AB91C3
RGB171145195
HSL271°29.41%66.67%
HSB/HSV271°25.64%76.47%
CMYK12.31%25.64%0.00%
23.53%

Color #AB91C3 in popluar number systems.

HEXAB91C3
Decimal171145195
Binary101010111001000111000011
Octal253221303

Shades and tints

Shades of #AB91C3

#AB91C3
(171,145,195)
#9C84B2
(156,132,178)
#8D77A1
(141,119,161)
#7E6A90
(126,106,144)
#6F5D7F
(111,93,127)
#60506E
(96,80,110)
#51435D
(81,67,93)
#42364C
(66,54,76)
#33293B
(51,41,59)
#241C2A
(36,28,42)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #AB91C3

#AB91C3
(171,145,195)
#B29BC8
(178,155,200)
#B9A5CD
(185,165,205)
#C0AFD2
(192,175,210)
#C7B9D7
(199,185,215)
#CEC3DC
(206,195,220)
#D5CDE1
(213,205,225)
#DCD7E6
(220,215,230)
#E3E1EB
(227,225,235)
#EAEBF0
(234,235,240)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB91C3; }

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

This text font color is #AB91C3.


Background Color

.myBgColor { background-color: #AB91C3; }

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

This div background color is #AB91C3.


Border color

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

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

This div border color is #AB91C3.


Opacity

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

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

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

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

This text has shadow with #AB91C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91C3 on black background.


Color preview on white background

This text has color #AB91C3 on white background.



Black color preview on #AB91C3 background

This text has black color on #AB91C3 background.


White color preview on #AB91C3 background

This text has white color on #AB91C3 background.