COLOR #AB988C

HEX: #AB988C RGB: (171,152,140)

Color info

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

RGB color model

#AB988C color RGB value is (171,152,140).

RGB: (171,152,140) (67%, 60%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 140 of 255 = 55%

171
152
140

R + G + B ~ 61%. #AB988C is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 152 + 140 = 463 (100%)
R 171 of 463 ~ 36.93%
G 152 of 463 ~ 32.83%
B 140 of 463 ~ 30.24'%

%36.93
%32.83
%30.24

CMYK color model

#AB988C color CMYK value is (0,11,18,33).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK: (0,11,18,33) C0M11Y18K33 (0%,11%,18%,33%) (0.00/0.11/0.18/0.33) 

CMYK percentages

%0
%11.11
%18.13
%32.94

Codes

Color #AB988C in popluar color models

AB 98 8C
RGB 171 152 140
HSL 23° 15.58% 60.98%
HSB/HSV 23° 18.13% 67.06%
CMYK 0.00% 11.11% 18.13%
32.94%

Color #AB988C in popluar number systems.

HEX AB 98 8C
Decimal 171 152 140
Binary 10101011 10011000 10001100
Octal 253 230 214

Shades and tints

Shades of #AB988C

#AB988C
(171,152,140)
#9C8B80
(156,139,128)
#8D7E74
(141,126,116)
#7E7168
(126,113,104)
#6F645C
(111,100,92)
#605750
(96,87,80)
#514A44
(81,74,68)
#423D38
(66,61,56)
#33302C
(51,48,44)
#242320
(36,35,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #AB988C

#AB988C
(171,152,140)
#B2A196
(178,161,150)
#B9AAA0
(185,170,160)
#C0B3AA
(192,179,170)
#C7BCB4
(199,188,180)
#CEC5BE
(206,197,190)
#D5CEC8
(213,206,200)
#DCD7D2
(220,215,210)
#E3E0DC
(227,224,220)
#EAE9E6
(234,233,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB988C; }

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

This text font color is #AB988C.

Background Color

.myBgColor { background-color: #AB988C; }

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

This div background color is #AB988C.

Border color

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

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

This div border color is #AB988C.

Opacity

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

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

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

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

This text has shadow with #AB988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB988C.

Preview

Color preview on black background

This text has color #AB988C on black background.


Color preview on white background

This text has color #AB988C on white background.


Black color preview on #AB988C background

This text has black color on #AB988C background.


White color preview on #AB988C background

This text has white color on #AB988C background.


Related colors

Complementary color

Complementary color for #hex is #546773.


I love getcolorcode.com

Triadic colors

1 #8CAB98 and #988CAB with #AB988C are triadic colors.

2 #8C98AB and #98AB8C with #AB988C are triadic colors.