COLOR #AB88D1

HEX: #AB88D1
RGB: (171,136,209)

Color info

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

RGB color model

#AB88D1 color RGB value is (171,136,209).

  • red value is 171;
  • green value is 136;
  • blue value is 209.
RGB:
(171,136,209)
(67%,53%,82%)

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 209 of 255 = 82%

171
136
209

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

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 209 = 516 (100%)
R 171 of 516 ~ 33.14%
G 136 of 516 ~ 26.36%
B 209 of 516 ~ 40.5%

%33.14
%26.36
%40.5

CMYK color model

#AB88D1 color CMYK value is (18,35,0,18).

  • cyan value is 18.18%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,35,0,18)
C18M35Y0K18 
(18%,35%,0%,18%)
(0.18/0.35/0.00/0.18)	

CMYK percentages

%18.18
%34.93
%0
%18.04

Codes

Color #AB88D1 in popluar color models

AB88D1
RGB171136209
HSL269°44.24%67.65%
HSB/HSV269°34.93%81.96%
CMYK18.18%34.93%0.00%
18.04%

Color #AB88D1 in popluar number systems.

HEXAB88D1
Decimal171136209
Binary101010111000100011010001
Octal253210321

Shades and tints

Shades of #AB88D1

#AB88D1
(171,136,209)
#9C7CBE
(156,124,190)
#8D70AB
(141,112,171)
#7E6498
(126,100,152)
#6F5885
(111,88,133)
#604C72
(96,76,114)
#51405F
(81,64,95)
#42344C
(66,52,76)
#332839
(51,40,57)
#241C26
(36,28,38)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB88D1

#AB88D1
(171,136,209)
#B292D5
(178,146,213)
#B99CD9
(185,156,217)
#C0A6DD
(192,166,221)
#C7B0E1
(199,176,225)
#CEBAE5
(206,186,229)
#D5C4E9
(213,196,233)
#DCCEED
(220,206,237)
#E3D8F1
(227,216,241)
#EAE2F5
(234,226,245)
#F1ECF9
(241,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB88D1 color. Also use rgb(171,136,209) instead hex code.

Text Font Color

.myTextColor { color: #AB88D1; }

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

This text font color is #AB88D1.


Background Color

.myBgColor { background-color: #AB88D1; }

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

This div background color is #AB88D1.


Border color

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

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

This div border color is #AB88D1.


Opacity

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

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

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

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

This text has shadow with #AB88D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB88D1 on black background.


Color preview on white background

This text has color #AB88D1 on white background.



Black color preview on #AB88D1 background

This text has black color on #AB88D1 background.


White color preview on #AB88D1 background

This text has white color on #AB88D1 background.