COLOR #AB899B

HEX: #AB899B
RGB: (171,137,155)

Color info

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

RGB color model

#AB899B color RGB value is (171,137,155).

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

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 155 of 255 = 61%

171
137
155

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 155 = 463 (100%)
R 171 of 463 ~ 36.93%
G 137 of 463 ~ 29.59%
B 155 of 463 ~ 33.48%

%36.93
%29.59
%33.48

CMYK color model

#AB899B color CMYK value is (0,20,9,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(0,20,9,33)
C0M20Y9K33 
(0%,20%,9%,33%)
(0.00/0.20/0.09/0.33)	

CMYK percentages

%0
%19.88
%9.36
%32.94

Codes

Color #AB899B in popluar color models

AB899B
RGB171137155
HSL328°16.83%60.39%
HSB/HSV328°19.88%67.06%
CMYK0.00%19.88%9.36%
32.94%

Color #AB899B in popluar number systems.

HEXAB899B
Decimal171137155
Binary101010111000100110011011
Octal253211233

Shades and tints

Shades of #AB899B

#AB899B
(171,137,155)
#9C7D8D
(156,125,141)
#8D717F
(141,113,127)
#7E6571
(126,101,113)
#6F5963
(111,89,99)
#604D55
(96,77,85)
#514147
(81,65,71)
#423539
(66,53,57)
#33292B
(51,41,43)
#241D1D
(36,29,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #AB899B

#AB899B
(171,137,155)
#B293A4
(178,147,164)
#B99DAD
(185,157,173)
#C0A7B6
(192,167,182)
#C7B1BF
(199,177,191)
#CEBBC8
(206,187,200)
#D5C5D1
(213,197,209)
#DCCFDA
(220,207,218)
#E3D9E3
(227,217,227)
#EAE3EC
(234,227,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB899B; }

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

This text font color is #AB899B.


Background Color

.myBgColor { background-color: #AB899B; }

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

This div background color is #AB899B.


Border color

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

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

This div border color is #AB899B.


Opacity

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

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

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

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

This text has shadow with #AB899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB899B on black background.


Color preview on white background

This text has color #AB899B on white background.



Black color preview on #AB899B background

This text has black color on #AB899B background.


White color preview on #AB899B background

This text has white color on #AB899B background.