COLOR #AB997D

HEX: #AB997D
RGB: (171,153,125)

Color info

#AB997D contains red, green and blue colors in about the same proportion. Web safe color of #AB997D is #999966 (or #996).

RGB color model

#AB997D color RGB value is (171,153,125).

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

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 125 of 255 = 49%

171
153
125

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

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 125 = 449 (100%)
R 171 of 449 ~ 38.08%
G 153 of 449 ~ 34.08%
B 125 of 449 ~ 27.84%

%38.08
%34.08
%27.84

CMYK color model

#AB997D color CMYK value is (0,11,27,33).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK:
(0,11,27,33)
C0M11Y27K33 
(0%,11%,27%,33%)
(0.00/0.11/0.27/0.33)	

CMYK percentages

%0
%10.53
%26.9
%32.94

Codes

Color #AB997D in popluar color models

AB997D
RGB171153125
HSL37°21.50%58.04%
HSB/HSV37°26.90%67.06%
CMYK0.00%10.53%26.90%
32.94%

Color #AB997D in popluar number systems.

HEXAB997D
Decimal171153125
Binary10101011100110011111101
Octal253231175

Shades and tints

Shades of #AB997D

#AB997D
(171,153,125)
#9C8C72
(156,140,114)
#8D7F67
(141,127,103)
#7E725C
(126,114,92)
#6F6551
(111,101,81)
#605846
(96,88,70)
#514B3B
(81,75,59)
#423E30
(66,62,48)
#333125
(51,49,37)
#24241A
(36,36,26)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #AB997D

#AB997D
(171,153,125)
#B2A288
(178,162,136)
#B9AB93
(185,171,147)
#C0B49E
(192,180,158)
#C7BDA9
(199,189,169)
#CEC6B4
(206,198,180)
#D5CFBF
(213,207,191)
#DCD8CA
(220,216,202)
#E3E1D5
(227,225,213)
#EAEAE0
(234,234,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB997D; }

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

This text font color is #AB997D.


Background Color

.myBgColor { background-color: #AB997D; }

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

This div background color is #AB997D.


Border color

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

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

This div border color is #AB997D.


Opacity

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

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

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

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

This text has shadow with #AB997D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB997D on black background.


Color preview on white background

This text has color #AB997D on white background.



Black color preview on #AB997D background

This text has black color on #AB997D background.


White color preview on #AB997D background

This text has white color on #AB997D background.