COLOR #ABA398

HEX: #ABA398
RGB: (171,163,152)

Color info

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

RGB color model

#ABA398 color RGB value is (171,163,152).

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

RGB channels and saturation

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

171
163
152

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

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 152 = 486 (100%)
R 171 of 486 ~ 35.19%
G 163 of 486 ~ 33.54%
B 152 of 486 ~ 31.28%

%35.19
%33.54
%31.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 11.11%
  • 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
%11.11
%32.94

Codes

Color #ABA398 in popluar color models

ABA398
RGB171163152
HSL35°10.16%63.33%
HSB/HSV35°11.11%67.06%
CMYK0.00%4.68%11.11%
32.94%

Color #ABA398 in popluar number systems.

HEXABA398
Decimal171163152
Binary101010111010001110011000
Octal253243230

Shades and tints

Shades of #ABA398

#ABA398
(171,163,152)
#9C958B
(156,149,139)
#8D877E
(141,135,126)
#7E7971
(126,121,113)
#6F6B64
(111,107,100)
#605D57
(96,93,87)
#514F4A
(81,79,74)
#42413D
(66,65,61)
#333330
(51,51,48)
#242523
(36,37,35)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #ABA398

#ABA398
(171,163,152)
#B2ABA1
(178,171,161)
#B9B3AA
(185,179,170)
#C0BBB3
(192,187,179)
#C7C3BC
(199,195,188)
#CECBC5
(206,203,197)
#D5D3CE
(213,211,206)
#DCDBD7
(220,219,215)
#E3E3E0
(227,227,224)
#EAEBE9
(234,235,233)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA398; }

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

This text font color is #ABA398.


Background Color

.myBgColor { background-color: #ABA398; }

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

This div background color is #ABA398.


Border color

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

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

This div border color is #ABA398.


Opacity

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

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

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

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

This text has shadow with #ABA398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA398 on black background.


Color preview on white background

This text has color #ABA398 on white background.



Black color preview on #ABA398 background

This text has black color on #ABA398 background.


White color preview on #ABA398 background

This text has white color on #ABA398 background.