COLOR #AB8C88

HEX: #AB8C88 RGB: (171,140,136)

Color info

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

RGB color model

#AB8C88 color RGB value is (171,140,136).

RGB: (171,140,136) (67%, 55%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 140 of 255 = 55%
B 136 of 255 = 53%

171
140
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 140 + 136 = 447 (100%)
R 171 of 447 ~ 38.26%
G 140 of 447 ~ 31.32%
B 136 of 447 ~ 30.43'%

%38.26
%31.32
%30.43

CMYK color model

#AB8C88 color CMYK value is (0,18,20,33).

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

CMYK: (0,18,20,33)
C0M18Y20K33 (0%, 18%, 20%, 33%)
(0.00 / 0.18 / 0.20 / 0.33)

CMYK percentages

%0
%18.13
%20.47
%32.94

Codes

Color #AB8C88 in popluar color models

AB 8C 88
RGB 171 140 136
HSL 17.24% 60.20%
HSB/HSV 20.47% 67.06%
CMYK 0.00% 18.13% 20.47%
32.94%

Color #AB8C88 in popluar number systems.

HEX AB 8C 88
Decimal 171 140 136
Binary 10101011 10001100 10001000
Octal 253 214 210

Shades and tints

Shades of #AB8C88

#AB8C88
(171,140,136)
#9C807C
(156,128,124)
#8D7470
(141,116,112)
#7E6864
(126,104,100)
#6F5C58
(111,92,88)
#60504C
(96,80,76)
#514440
(81,68,64)
#423834
(66,56,52)
#332C28
(51,44,40)
#24201C
(36,32,28)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #AB8C88

#AB8C88
(171,140,136)
#B29692
(178,150,146)
#B9A09C
(185,160,156)
#C0AAA6
(192,170,166)
#C7B4B0
(199,180,176)
#CEBEBA
(206,190,186)
#D5C8C4
(213,200,196)
#DCD2CE
(220,210,206)
#E3DCD8
(227,220,216)
#EAE6E2
(234,230,226)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8C88; }

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

This text font color is #AB8C88.

Background Color

.myBgColor { background-color: #AB8C88; }

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

This div background color is #AB8C88.

Border color

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

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

This div border color is #AB8C88.

Opacity

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

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

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

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

This text has shadow with #AB8C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8C88.

Preview

Color preview on black background

This text has color #AB8C88 on black background.


Color preview on white background

This text has color #AB8C88 on white background.


Black color preview on #AB8C88 background

This text has black color on #AB8C88 background.


White color preview on #AB8C88 background

This text has white color on #AB8C88 background.


Related colors

Complementary color

Complementary color for #hex is #547377.


I love getcolorcode.com

Triadic colors

1 #88AB8C and #8C88AB with #AB8C88 are triadic colors.

2 #888CAB and #8CAB88 with #AB8C88 are triadic colors.