COLOR #AB897D

HEX: #AB897D
RGB: (171,137,125)

Color info

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

RGB color model

#AB897D color RGB value is (171,137,125).

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

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 125 of 255 = 49%

171
137
125

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 125 = 433 (100%)
R 171 of 433 ~ 39.49%
G 137 of 433 ~ 31.64%
B 125 of 433 ~ 28.87%

%39.49
%31.64
%28.87

CMYK color model

#AB897D color CMYK value is (0,20,27,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK:
(0,20,27,33)
C0M20Y27K33 
(0%,20%,27%,33%)
(0.00/0.20/0.27/0.33)	

CMYK percentages

%0
%19.88
%26.9
%32.94

Codes

Color #AB897D in popluar color models

AB897D
RGB171137125
HSL16°21.50%58.04%
HSB/HSV16°26.90%67.06%
CMYK0.00%19.88%26.90%
32.94%

Color #AB897D in popluar number systems.

HEXAB897D
Decimal171137125
Binary10101011100010011111101
Octal253211175

Shades and tints

Shades of #AB897D

#AB897D
(171,137,125)
#9C7D72
(156,125,114)
#8D7167
(141,113,103)
#7E655C
(126,101,92)
#6F5951
(111,89,81)
#604D46
(96,77,70)
#51413B
(81,65,59)
#423530
(66,53,48)
#332925
(51,41,37)
#241D1A
(36,29,26)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #AB897D

#AB897D
(171,137,125)
#B29388
(178,147,136)
#B99D93
(185,157,147)
#C0A79E
(192,167,158)
#C7B1A9
(199,177,169)
#CEBBB4
(206,187,180)
#D5C5BF
(213,197,191)
#DCCFCA
(220,207,202)
#E3D9D5
(227,217,213)
#EAE3E0
(234,227,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB897D; }

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

This text font color is #AB897D.


Background Color

.myBgColor { background-color: #AB897D; }

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

This div background color is #AB897D.


Border color

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

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

This div border color is #AB897D.


Opacity

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

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

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

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

This text has shadow with #AB897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB897D on black background.


Color preview on white background

This text has color #AB897D on white background.



Black color preview on #AB897D background

This text has black color on #AB897D background.


White color preview on #AB897D background

This text has white color on #AB897D background.