COLOR #AB9D7C

HEX: #AB9D7C
RGB: (171,157,124)

Color info

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

RGB color model

#AB9D7C color RGB value is (171,157,124).

  • red value is 171;
  • green value is 157;
  • blue value is 124.
RGB:
(171,157,124)
(67%,62%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 124 of 255 = 49%

171
157
124

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

Portions of RGB colors in percentages

R + G + B =
171 + 157 + 124 = 452 (100%)
R 171 of 452 ~ 37.83%
G 157 of 452 ~ 34.73%
B 124 of 452 ~ 27.43%

%37.83
%34.73
%27.43

CMYK color model

#AB9D7C color CMYK value is (0,8,27,33).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 27.49%
  • key color value is 32.94%
CMYK:
(0,8,27,33)
C0M8Y27K33 
(0%,8%,27%,33%)
(0.00/0.08/0.27/0.33)	

CMYK percentages

%0
%8.19
%27.49
%32.94

Codes

Color #AB9D7C in popluar color models

AB9D7C
RGB171157124
HSL42°21.86%57.84%
HSB/HSV42°27.49%67.06%
CMYK0.00%8.19%27.49%
32.94%

Color #AB9D7C in popluar number systems.

HEXAB9D7C
Decimal171157124
Binary10101011100111011111100
Octal253235174

Shades and tints

Shades of #AB9D7C

#AB9D7C
(171,157,124)
#9C8F71
(156,143,113)
#8D8166
(141,129,102)
#7E735B
(126,115,91)
#6F6550
(111,101,80)
#605745
(96,87,69)
#51493A
(81,73,58)
#423B2F
(66,59,47)
#332D24
(51,45,36)
#241F19
(36,31,25)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #AB9D7C

#AB9D7C
(171,157,124)
#B2A587
(178,165,135)
#B9AD92
(185,173,146)
#C0B59D
(192,181,157)
#C7BDA8
(199,189,168)
#CEC5B3
(206,197,179)
#D5CDBE
(213,205,190)
#DCD5C9
(220,213,201)
#E3DDD4
(227,221,212)
#EAE5DF
(234,229,223)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9D7C color. Also use rgb(171,157,124) instead hex code.

Text Font Color

.myTextColor { color: #AB9D7C; }

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

This text font color is #AB9D7C.


Background Color

.myBgColor { background-color: #AB9D7C; }

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

This div background color is #AB9D7C.


Border color

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

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

This div border color is #AB9D7C.


Opacity

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

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

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

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

This text has shadow with #AB9D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9D7C on black background.


Color preview on white background

This text has color #AB9D7C on white background.



Black color preview on #AB9D7C background

This text has black color on #AB9D7C background.


White color preview on #AB9D7C background

This text has white color on #AB9D7C background.