COLOR #AB9C88

HEX: #AB9C88 RGB: (171,156,136)

Color info

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

RGB color model

#AB9C88 color RGB value is (171,156,136).

RGB: (171,156,136) (67%, 61%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 136 of 255 = 53%

171
156
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 136 = 463 (100%)
R 171 of 463 ~ 36.93%
G 156 of 463 ~ 33.69%
B 136 of 463 ~ 29.37'%

%36.93
%33.69
%29.37

CMYK color model

#AB9C88 color CMYK value is (0,9,20,33).

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

CMYK: (0,9,20,33)
C0M9Y20K33 (0%, 9%, 20%, 33%)
(0.00 / 0.09 / 0.20 / 0.33)

CMYK percentages

%0
%8.77
%20.47
%32.94

Codes

Color #AB9C88 in popluar color models

AB 9C 88
RGB 171 156 136
HSL 34° 17.24% 60.20%
HSB/HSV 34° 20.47% 67.06%
CMYK 0.00% 8.77% 20.47%
32.94%

Color #AB9C88 in popluar number systems.

HEX AB 9C 88
Decimal 171 156 136
Binary 10101011 10011100 10001000
Octal 253 234 210

Shades and tints

Shades of #AB9C88

#AB9C88
(171,156,136)
#9C8E7C
(156,142,124)
#8D8070
(141,128,112)
#7E7264
(126,114,100)
#6F6458
(111,100,88)
#60564C
(96,86,76)
#514840
(81,72,64)
#423A34
(66,58,52)
#332C28
(51,44,40)
#241E1C
(36,30,28)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #AB9C88

#AB9C88
(171,156,136)
#B2A592
(178,165,146)
#B9AE9C
(185,174,156)
#C0B7A6
(192,183,166)
#C7C0B0
(199,192,176)
#CEC9BA
(206,201,186)
#D5D2C4
(213,210,196)
#DCDBCE
(220,219,206)
#E3E4D8
(227,228,216)
#EAEDE2
(234,237,226)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9C88; }

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

This text font color is #AB9C88.

Background Color

.myBgColor { background-color: #AB9C88; }

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

This div background color is #AB9C88.

Border color

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

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

This div border color is #AB9C88.

Opacity

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

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

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

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

This text has shadow with #AB9C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9C88.

Preview

Color preview on black background

This text has color #AB9C88 on black background.


Color preview on white background

This text has color #AB9C88 on white background.


Black color preview on #AB9C88 background

This text has black color on #AB9C88 background.


White color preview on #AB9C88 background

This text has white color on #AB9C88 background.


Related colors

Complementary color

Complementary color for #hex is #546377.


I love getcolorcode.com

Triadic colors

1 #88AB9C and #9C88AB with #AB9C88 are triadic colors.

2 #889CAB and #9CAB88 with #AB9C88 are triadic colors.