COLOR #AB7881

HEX: #AB7881
RGB: (171,120,129)

Color info

#AB7881 contains red, green and blue colors in about the same proportion. Web safe color of #AB7881 is #996699 (or #969).

RGB color model

#AB7881 color RGB value is (171,120,129).

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

RGB channels and saturation

R 171 of 255 = 67%
G 120 of 255 = 47%
B 129 of 255 = 51%

171
120
129

R + G + B ~ 55%. #AB7881 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 120 + 129 = 420 (100%)
R 171 of 420 ~ 40.71%
G 120 of 420 ~ 28.57%
B 129 of 420 ~ 30.71%

%40.71
%28.57
%30.71

CMYK color model

#AB7881 color CMYK value is (0,30,25,33).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 24.56%
  • key color value is 32.94%
CMYK:
(0,30,25,33)
C0M30Y25K33 
(0%,30%,25%,33%)
(0.00/0.30/0.25/0.33)	

CMYK percentages

%0
%29.82
%24.56
%32.94

Codes

Color #AB7881 in popluar color models

AB7881
RGB171120129
HSL349°23.29%57.06%
HSB/HSV349°29.82%67.06%
CMYK0.00%29.82%24.56%
32.94%

Color #AB7881 in popluar number systems.

HEXAB7881
Decimal171120129
Binary10101011111100010000001
Octal253170201

Shades and tints

Shades of #AB7881

#AB7881
(171,120,129)
#9C6E76
(156,110,118)
#8D646B
(141,100,107)
#7E5A60
(126,90,96)
#6F5055
(111,80,85)
#60464A
(96,70,74)
#513C3F
(81,60,63)
#423234
(66,50,52)
#332829
(51,40,41)
#241E1E
(36,30,30)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #AB7881

#AB7881
(171,120,129)
#B2848C
(178,132,140)
#B99097
(185,144,151)
#C09CA2
(192,156,162)
#C7A8AD
(199,168,173)
#CEB4B8
(206,180,184)
#D5C0C3
(213,192,195)
#DCCCCE
(220,204,206)
#E3D8D9
(227,216,217)
#EAE4E4
(234,228,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7881; }

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

This text font color is #AB7881.


Background Color

.myBgColor { background-color: #AB7881; }

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

This div background color is #AB7881.


Border color

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

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

This div border color is #AB7881.


Opacity

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

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

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

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

This text has shadow with #AB7881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7881 on black background.


Color preview on white background

This text has color #AB7881 on white background.



Black color preview on #AB7881 background

This text has black color on #AB7881 background.


White color preview on #AB7881 background

This text has white color on #AB7881 background.