COLOR #AB88BD

HEX: #AB88BD
RGB: (171,136,189)

Color info

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

RGB color model

#AB88BD color RGB value is (171,136,189).

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

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 189 of 255 = 74%

171
136
189

R + G + B ~ 65%. #AB88BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 189 = 496 (100%)
R 171 of 496 ~ 34.48%
G 136 of 496 ~ 27.42%
B 189 of 496 ~ 38.1%

%34.48
%27.42
%38.1

CMYK color model

#AB88BD color CMYK value is (10,28,0,26).

  • cyan value is 9.52%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,28,0,26)
C10M28Y0K26 
(10%,28%,0%,26%)
(0.10/0.28/0.00/0.26)	

CMYK percentages

%9.52
%28.04
%0
%25.88

Codes

Color #AB88BD in popluar color models

AB88BD
RGB171136189
HSL280°28.65%63.73%
HSB/HSV280°28.04%74.12%
CMYK9.52%28.04%0.00%
25.88%

Color #AB88BD in popluar number systems.

HEXAB88BD
Decimal171136189
Binary101010111000100010111101
Octal253210275

Shades and tints

Shades of #AB88BD

#AB88BD
(171,136,189)
#9C7CAC
(156,124,172)
#8D709B
(141,112,155)
#7E648A
(126,100,138)
#6F5879
(111,88,121)
#604C68
(96,76,104)
#514057
(81,64,87)
#423446
(66,52,70)
#332835
(51,40,53)
#241C24
(36,28,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB88BD

#AB88BD
(171,136,189)
#B292C3
(178,146,195)
#B99CC9
(185,156,201)
#C0A6CF
(192,166,207)
#C7B0D5
(199,176,213)
#CEBADB
(206,186,219)
#D5C4E1
(213,196,225)
#DCCEE7
(220,206,231)
#E3D8ED
(227,216,237)
#EAE2F3
(234,226,243)
#F1ECF9
(241,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB88BD; }

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

This text font color is #AB88BD.


Background Color

.myBgColor { background-color: #AB88BD; }

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

This div background color is #AB88BD.


Border color

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

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

This div border color is #AB88BD.


Opacity

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

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

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

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

This text has shadow with #AB88BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB88BD on black background.


Color preview on white background

This text has color #AB88BD on white background.



Black color preview on #AB88BD background

This text has black color on #AB88BD background.


White color preview on #AB88BD background

This text has white color on #AB88BD background.