COLOR #AB998C

HEX: #AB998C
RGB: (171,153,140)

Color info

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

RGB color model

#AB998C color RGB value is (171,153,140).

  • red value is 171;
  • green value is 153;
  • blue value is 140.
RGB:
(171,153,140)
(67%,60%,55%)

RGB channels and saturation

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

171
153
140

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

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 140 = 464 (100%)
R 171 of 464 ~ 36.85%
G 153 of 464 ~ 32.97%
B 140 of 464 ~ 30.17%

%36.85
%32.97
%30.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.53%
  • 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
%10.53
%18.13
%32.94

Codes

Color #AB998C in popluar color models

AB998C
RGB171153140
HSL25°15.58%60.98%
HSB/HSV25°18.13%67.06%
CMYK0.00%10.53%18.13%
32.94%

Color #AB998C in popluar number systems.

HEXAB998C
Decimal171153140
Binary101010111001100110001100
Octal253231214

Shades and tints

Shades of #AB998C

#AB998C
(171,153,140)
#9C8C80
(156,140,128)
#8D7F74
(141,127,116)
#7E7268
(126,114,104)
#6F655C
(111,101,92)
#605850
(96,88,80)
#514B44
(81,75,68)
#423E38
(66,62,56)
#33312C
(51,49,44)
#242420
(36,36,32)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #AB998C

#AB998C
(171,153,140)
#B2A296
(178,162,150)
#B9ABA0
(185,171,160)
#C0B4AA
(192,180,170)
#C7BDB4
(199,189,180)
#CEC6BE
(206,198,190)
#D5CFC8
(213,207,200)
#DCD8D2
(220,216,210)
#E3E1DC
(227,225,220)
#EAEAE6
(234,234,230)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB998C; }

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

This text font color is #AB998C.


Background Color

.myBgColor { background-color: #AB998C; }

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

This div background color is #AB998C.


Border color

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

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

This div border color is #AB998C.


Opacity

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

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

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

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

This text has shadow with #AB998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB998C on black background.


Color preview on white background

This text has color #AB998C on white background.



Black color preview on #AB998C background

This text has black color on #AB998C background.


White color preview on #AB998C background

This text has white color on #AB998C background.