COLOR #AB88BE

HEX: #AB88BE
RGB: (171,136,190)

Color info

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

RGB color model

#AB88BE color RGB value is (171,136,190).

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

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 190 of 255 = 75%

171
136
190

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

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 190 = 497 (100%)
R 171 of 497 ~ 34.41%
G 136 of 497 ~ 27.36%
B 190 of 497 ~ 38.23%

%34.41
%27.36
%38.23

CMYK color model

#AB88BE color CMYK value is (10,28,0,25).

  • cyan value is 10.00%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,28,0,25)
C10M28Y0K25 
(10%,28%,0%,25%)
(0.10/0.28/0.00/0.25)	

CMYK percentages

%10
%28.42
%0
%25.49

Codes

Color #AB88BE in popluar color models

AB88BE
RGB171136190
HSL279°29.35%63.92%
HSB/HSV279°28.42%74.51%
CMYK10.00%28.42%0.00%
25.49%

Color #AB88BE in popluar number systems.

HEXAB88BE
Decimal171136190
Binary101010111000100010111110
Octal253210276

Shades and tints

Shades of #AB88BE

#AB88BE
(171,136,190)
#9C7CAD
(156,124,173)
#8D709C
(141,112,156)
#7E648B
(126,100,139)
#6F587A
(111,88,122)
#604C69
(96,76,105)
#514058
(81,64,88)
#423447
(66,52,71)
#332836
(51,40,54)
#241C25
(36,28,37)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB88BE

#AB88BE
(171,136,190)
#B292C3
(178,146,195)
#B99CC8
(185,156,200)
#C0A6CD
(192,166,205)
#C7B0D2
(199,176,210)
#CEBAD7
(206,186,215)
#D5C4DC
(213,196,220)
#DCCEE1
(220,206,225)
#E3D8E6
(227,216,230)
#EAE2EB
(234,226,235)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB88BE; }

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

This text font color is #AB88BE.


Background Color

.myBgColor { background-color: #AB88BE; }

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

This div background color is #AB88BE.


Border color

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

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

This div border color is #AB88BE.


Opacity

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

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

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

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

This text has shadow with #AB88BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB88BE on black background.


Color preview on white background

This text has color #AB88BE on white background.



Black color preview on #AB88BE background

This text has black color on #AB88BE background.


White color preview on #AB88BE background

This text has white color on #AB88BE background.