COLOR #AB818D

HEX: #AB818D RGB: (171,129,141)

Color info

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

RGB color model

#AB818D color RGB value is (171,129,141).

RGB: (171,129,141) (67%, 51%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 141 of 255 = 55%

171
129
141

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

Portions of RGB colors in percentages

R + G + B = 171 + 129 + 141 = 441 (100%)
R 171 of 441 ~ 38.78%
G 129 of 441 ~ 29.25%
B 141 of 441 ~ 31.97'%

%38.78
%29.25
%31.97

CMYK color model

#AB818D color CMYK value is (0,25,18,33).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 17.54%
  • key color value is 32.94%

CMYK: (0,25,18,33)
C0M25Y18K33 (0%, 25%, 18%, 33%)
(0.00 / 0.25 / 0.18 / 0.33)

CMYK percentages

%0
%24.56
%17.54
%32.94

Codes

Color #AB818D in popluar color models

AB 81 8D
RGB 171 129 141
HSL 343° 20.00% 58.82%
HSB/HSV 343° 24.56% 67.06%
CMYK 0.00% 24.56% 17.54%
32.94%

Color #AB818D in popluar number systems.

HEX AB 81 8D
Decimal 171 129 141
Binary 10101011 10000001 10001101
Octal 253 201 215

Shades and tints

Shades of #AB818D

#AB818D
(171,129,141)
#9C7681
(156,118,129)
#8D6B75
(141,107,117)
#7E6069
(126,96,105)
#6F555D
(111,85,93)
#604A51
(96,74,81)
#513F45
(81,63,69)
#423439
(66,52,57)
#33292D
(51,41,45)
#241E21
(36,30,33)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #AB818D

#AB818D
(171,129,141)
#B28C97
(178,140,151)
#B997A1
(185,151,161)
#C0A2AB
(192,162,171)
#C7ADB5
(199,173,181)
#CEB8BF
(206,184,191)
#D5C3C9
(213,195,201)
#DCCED3
(220,206,211)
#E3D9DD
(227,217,221)
#EAE4E7
(234,228,231)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB818D; }

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

This text font color is #AB818D.

Background Color

.myBgColor { background-color: #AB818D; }

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

This div background color is #AB818D.

Border color

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

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

This div border color is #AB818D.

Opacity

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

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

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

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

This text has shadow with #AB818D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB818D.

Preview

Color preview on black background

This text has color #AB818D on black background.


Color preview on white background

This text has color #AB818D on white background.


Black color preview on #AB818D background

This text has black color on #AB818D background.


White color preview on #AB818D background

This text has white color on #AB818D background.


Related colors

Complementary color

Complementary color for #hex is #547E72.


I love getcolorcode.com

Triadic colors

1 #8DAB81 and #818DAB with #AB818D are triadic colors.

2 #8D81AB and #81AB8D with #AB818D are triadic colors.