COLOR #AB81B0

HEX: #AB81B0
RGB: (171,129,176)

Color info

#AB81B0 contains red, green and blue colors in about the same proportion. Web safe color of #AB81B0 is #999999 (or #999).

RGB color model

#AB81B0 color RGB value is (171,129,176).

  • red value is 171;
  • green value is 129;
  • blue value is 176.
RGB:
(171,129,176)
(67%,51%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 176 of 255 = 69%

171
129
176

R + G + B ~ 62%. #AB81B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 129 + 176 = 476 (100%)
R 171 of 476 ~ 35.92%
G 129 of 476 ~ 27.1%
B 176 of 476 ~ 36.97%

%35.92
%27.1
%36.97

CMYK color model

#AB81B0 color CMYK value is (3,27,0,31).

  • cyan value is 2.84%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,27,0,31)
C3M27Y0K31 
(3%,27%,0%,31%)
(0.03/0.27/0.00/0.31)	

CMYK percentages

%2.84
%26.7
%0
%30.98

Codes

Color #AB81B0 in popluar color models

AB81B0
RGB171129176
HSL294°22.93%59.80%
HSB/HSV294°26.70%69.02%
CMYK2.84%26.70%0.00%
30.98%

Color #AB81B0 in popluar number systems.

HEXAB81B0
Decimal171129176
Binary101010111000000110110000
Octal253201260

Shades and tints

Shades of #AB81B0

#AB81B0
(171,129,176)
#9C76A0
(156,118,160)
#8D6B90
(141,107,144)
#7E6080
(126,96,128)
#6F5570
(111,85,112)
#604A60
(96,74,96)
#513F50
(81,63,80)
#423440
(66,52,64)
#332930
(51,41,48)
#241E20
(36,30,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #AB81B0

#AB81B0
(171,129,176)
#B28CB7
(178,140,183)
#B997BE
(185,151,190)
#C0A2C5
(192,162,197)
#C7ADCC
(199,173,204)
#CEB8D3
(206,184,211)
#D5C3DA
(213,195,218)
#DCCEE1
(220,206,225)
#E3D9E8
(227,217,232)
#EAE4EF
(234,228,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB81B0 color. Also use rgb(171,129,176) instead hex code.

Text Font Color

.myTextColor { color: #AB81B0; }

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

This text font color is #AB81B0.


Background Color

.myBgColor { background-color: #AB81B0; }

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

This div background color is #AB81B0.


Border color

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

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

This div border color is #AB81B0.


Opacity

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

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

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

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

This text has shadow with #AB81B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB81B0 on black background.


Color preview on white background

This text has color #AB81B0 on white background.



Black color preview on #AB81B0 background

This text has black color on #AB81B0 background.


White color preview on #AB81B0 background

This text has white color on #AB81B0 background.