COLOR #AB81BC

HEX: #AB81BC RGB: (171,129,188)

Color info

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

RGB color model

#AB81BC color RGB value is (171,129,188).

RGB: (171,129,188) (67%, 51%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 188 of 255 = 74%

171
129
188

R + G + B ~ 64%. #AB81BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 129 + 188 = 488 (100%)
R 171 of 488 ~ 35.04%
G 129 of 488 ~ 26.43%
B 188 of 488 ~ 38.52'%

%35.04
%26.43
%38.52

CMYK color model

#AB81BC color CMYK value is (9,31,0,26).

  • cyan value is 9.04%
  • magenta value is 31.38%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (9,31,0,26)
C9M31Y0K26 (9%, 31%, 0%, 26%)
(0.09 / 0.31 / 0.00 / 0.26)

CMYK percentages

%9.04
%31.38
%0
%26.27

Codes

Color #AB81BC in popluar color models

AB 81 BC
RGB 171 129 188
HSL 283° 30.57% 62.16%
HSB/HSV 283° 31.38% 73.73%
CMYK 9.04% 31.38% 0.00%
26.27%

Color #AB81BC in popluar number systems.

HEX AB 81 BC
Decimal 171 129 188
Binary 10101011 10000001 10111100
Octal 253 201 274

Shades and tints

Shades of #AB81BC

#AB81BC
(171,129,188)
#9C76AB
(156,118,171)
#8D6B9A
(141,107,154)
#7E6089
(126,96,137)
#6F5578
(111,85,120)
#604A67
(96,74,103)
#513F56
(81,63,86)
#423445
(66,52,69)
#332934
(51,41,52)
#241E23
(36,30,35)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #AB81BC

#AB81BC
(171,129,188)
#B28CC2
(178,140,194)
#B997C8
(185,151,200)
#C0A2CE
(192,162,206)
#C7ADD4
(199,173,212)
#CEB8DA
(206,184,218)
#D5C3E0
(213,195,224)
#DCCEE6
(220,206,230)
#E3D9EC
(227,217,236)
#EAE4F2
(234,228,242)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB81BC; }

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

This text font color is #AB81BC.

Background Color

.myBgColor { background-color: #AB81BC; }

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

This div background color is #AB81BC.

Border color

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

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

This div border color is #AB81BC.

Opacity

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

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

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

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

This text has shadow with #AB81BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB81BC.

Preview

Color preview on black background

This text has color #AB81BC on black background.


Color preview on white background

This text has color #AB81BC on white background.


Black color preview on #AB81BC background

This text has black color on #AB81BC background.


White color preview on #AB81BC background

This text has white color on #AB81BC background.


Related colors

Complementary color

Complementary color for #hex is #547E43.


I love getcolorcode.com

Triadic colors

1 #BCAB81 and #81BCAB with #AB81BC are triadic colors.

2 #BC81AB and #81ABBC with #AB81BC are triadic colors.