COLOR #ABA399

HEX: #ABA399
RGB: (171,163,153)

Color info

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

RGB color model

#ABA399 color RGB value is (171,163,153).

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

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 153 of 255 = 60%

171
163
153

R + G + B ~ 64%. #ABA399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 153 = 487 (100%)
R 171 of 487 ~ 35.11%
G 163 of 487 ~ 33.47%
B 153 of 487 ~ 31.42%

%35.11
%33.47
%31.42

CMYK color model

#ABA399 color CMYK value is (0,5,11,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK:
(0,5,11,33)
C0M5Y11K33 
(0%,5%,11%,33%)
(0.00/0.05/0.11/0.33)	

CMYK percentages

%0
%4.68
%10.53
%32.94

Codes

Color #ABA399 in popluar color models

ABA399
RGB171163153
HSL33°9.68%63.53%
HSB/HSV33°10.53%67.06%
CMYK0.00%4.68%10.53%
32.94%

Color #ABA399 in popluar number systems.

HEXABA399
Decimal171163153
Binary101010111010001110011001
Octal253243231

Shades and tints

Shades of #ABA399

#ABA399
(171,163,153)
#9C958C
(156,149,140)
#8D877F
(141,135,127)
#7E7972
(126,121,114)
#6F6B65
(111,107,101)
#605D58
(96,93,88)
#514F4B
(81,79,75)
#42413E
(66,65,62)
#333331
(51,51,49)
#242524
(36,37,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABA399

#ABA399
(171,163,153)
#B2ABA2
(178,171,162)
#B9B3AB
(185,179,171)
#C0BBB4
(192,187,180)
#C7C3BD
(199,195,189)
#CECBC6
(206,203,198)
#D5D3CF
(213,211,207)
#DCDBD8
(220,219,216)
#E3E3E1
(227,227,225)
#EAEBEA
(234,235,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA399; }

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

This text font color is #ABA399.


Background Color

.myBgColor { background-color: #ABA399; }

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

This div background color is #ABA399.


Border color

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

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

This div border color is #ABA399.


Opacity

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

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

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

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

This text has shadow with #ABA399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA399 on black background.


Color preview on white background

This text has color #ABA399 on white background.



Black color preview on #ABA399 background

This text has black color on #ABA399 background.


White color preview on #ABA399 background

This text has white color on #ABA399 background.