COLOR #AB8188

HEX: #AB8188 RGB: (171,129,136)

Color info

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

RGB color model

#AB8188 color RGB value is (171,129,136).

RGB: (171,129,136) (67%, 51%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 136 of 255 = 53%

171
129
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 129 + 136 = 436 (100%)
R 171 of 436 ~ 39.22%
G 129 of 436 ~ 29.59%
B 136 of 436 ~ 31.19'%

%39.22
%29.59
%31.19

CMYK color model

#AB8188 color CMYK value is (0,25,20,33).

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

CMYK: (0,25,20,33)
C0M25Y20K33 (0%, 25%, 20%, 33%)
(0.00 / 0.25 / 0.20 / 0.33)

CMYK percentages

%0
%24.56
%20.47
%32.94

Codes

Color #AB8188 in popluar color models

AB 81 88
RGB 171 129 136
HSL 350° 20.00% 58.82%
HSB/HSV 350° 24.56% 67.06%
CMYK 0.00% 24.56% 20.47%
32.94%

Color #AB8188 in popluar number systems.

HEX AB 81 88
Decimal 171 129 136
Binary 10101011 10000001 10001000
Octal 253 201 210

Shades and tints

Shades of #AB8188

#AB8188
(171,129,136)
#9C767C
(156,118,124)
#8D6B70
(141,107,112)
#7E6064
(126,96,100)
#6F5558
(111,85,88)
#604A4C
(96,74,76)
#513F40
(81,63,64)
#423434
(66,52,52)
#332928
(51,41,40)
#241E1C
(36,30,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #AB8188

#AB8188
(171,129,136)
#B28C92
(178,140,146)
#B9979C
(185,151,156)
#C0A2A6
(192,162,166)
#C7ADB0
(199,173,176)
#CEB8BA
(206,184,186)
#D5C3C4
(213,195,196)
#DCCECE
(220,206,206)
#E3D9D8
(227,217,216)
#EAE4E2
(234,228,226)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8188; }

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

This text font color is #AB8188.

Background Color

.myBgColor { background-color: #AB8188; }

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

This div background color is #AB8188.

Border color

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

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

This div border color is #AB8188.

Opacity

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

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

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

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

This text has shadow with #AB8188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8188.

Preview

Color preview on black background

This text has color #AB8188 on black background.


Color preview on white background

This text has color #AB8188 on white background.


Black color preview on #AB8188 background

This text has black color on #AB8188 background.


White color preview on #AB8188 background

This text has white color on #AB8188 background.


Related colors

Complementary color

Complementary color for #hex is #547E77.


I love getcolorcode.com

Triadic colors

1 #88AB81 and #8188AB with #AB8188 are triadic colors.

2 #8881AB and #81AB88 with #AB8188 are triadic colors.