COLOR #ABA89B

HEX: #ABA89B
RGB: (171,168,155)

Color info

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

RGB color model

#ABA89B color RGB value is (171,168,155).

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

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 155 of 255 = 61%

171
168
155

R + G + B ~ 65%. #ABA89B is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 155 = 494 (100%)
R 171 of 494 ~ 34.62%
G 168 of 494 ~ 34.01%
B 155 of 494 ~ 31.38%

%34.62
%34.01
%31.38

CMYK color model

#ABA89B color CMYK value is (0,2,9,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(0,2,9,33)
C0M2Y9K33 
(0%,2%,9%,33%)
(0.00/0.02/0.09/0.33)	

CMYK percentages

%0
%1.75
%9.36
%32.94

Codes

Color #ABA89B in popluar color models

ABA89B
RGB171168155
HSL49°8.70%63.92%
HSB/HSV49°9.36%67.06%
CMYK0.00%1.75%9.36%
32.94%

Color #ABA89B in popluar number systems.

HEXABA89B
Decimal171168155
Binary101010111010100010011011
Octal253250233

Shades and tints

Shades of #ABA89B

#ABA89B
(171,168,155)
#9C998D
(156,153,141)
#8D8A7F
(141,138,127)
#7E7B71
(126,123,113)
#6F6C63
(111,108,99)
#605D55
(96,93,85)
#514E47
(81,78,71)
#423F39
(66,63,57)
#33302B
(51,48,43)
#24211D
(36,33,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #ABA89B

#ABA89B
(171,168,155)
#B2AFA4
(178,175,164)
#B9B6AD
(185,182,173)
#C0BDB6
(192,189,182)
#C7C4BF
(199,196,191)
#CECBC8
(206,203,200)
#D5D2D1
(213,210,209)
#DCD9DA
(220,217,218)
#E3E0E3
(227,224,227)
#EAE7EC
(234,231,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA89B; }

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

This text font color is #ABA89B.


Background Color

.myBgColor { background-color: #ABA89B; }

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

This div background color is #ABA89B.


Border color

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

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

This div border color is #ABA89B.


Opacity

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

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

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

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

This text has shadow with #ABA89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA89B on black background.


Color preview on white background

This text has color #ABA89B on white background.



Black color preview on #ABA89B background

This text has black color on #ABA89B background.


White color preview on #ABA89B background

This text has white color on #ABA89B background.