COLOR #AB88BC

HEX: #AB88BC
RGB: (171,136,188)

Color info

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

RGB color model

#AB88BC color RGB value is (171,136,188).

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

RGB channels and saturation

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

171
136
188

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

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 188 = 495 (100%)
R 171 of 495 ~ 34.55%
G 136 of 495 ~ 27.47%
B 188 of 495 ~ 37.98%

%34.55
%27.47
%37.98

CMYK color model

#AB88BC color CMYK value is (9,28,0,26).

  • cyan value is 9.04%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (9,28,0,26) C9M28Y0K26 (9%,28%,0%,26%) (0.09/0.28/0.00/0.26)

CMYK percentages

%9.04
%27.66
%0
%26.27

Codes

Color #AB88BC in popluar color models

AB88BC
RGB171136188
HSL280°27.96%63.53%
HSB/HSV280°27.66%73.73%
CMYK9.04%27.66%0.00%
26.27%

Color #AB88BC in popluar number systems.

HEXAB88BC
Decimal171136188
Binary101010111000100010111100
Octal253210274

Shades and tints

Shades of #AB88BC

#AB88BC
(171,136,188)
#9C7CAB
(156,124,171)
#8D709A
(141,112,154)
#7E6489
(126,100,137)
#6F5878
(111,88,120)
#604C67
(96,76,103)
#514056
(81,64,86)
#423445
(66,52,69)
#332834
(51,40,52)
#241C23
(36,28,35)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #AB88BC

#AB88BC
(171,136,188)
#B292C2
(178,146,194)
#B99CC8
(185,156,200)
#C0A6CE
(192,166,206)
#C7B0D4
(199,176,212)
#CEBADA
(206,186,218)
#D5C4E0
(213,196,224)
#DCCEE6
(220,206,230)
#E3D8EC
(227,216,236)
#EAE2F2
(234,226,242)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB88BC; }

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

This text font color is #AB88BC.


Background Color

.myBgColor { background-color: #AB88BC; }

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

This div background color is #AB88BC.


Border color

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

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

This div border color is #AB88BC.


Opacity

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

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

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

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

This text has shadow with #AB88BC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AB88BC on black background.


Color preview on white background

This text has color #AB88BC on white background.



Black color preview on #AB88BC background

This text has black color on #AB88BC background.


White color preview on #AB88BC background

This text has white color on #AB88BC background.