COLOR #ABA68C

HEX: #ABA68C
RGB: (171,166,140)

Color info

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

RGB color model

#ABA68C color RGB value is (171,166,140).

  • red value is 171;
  • green value is 166;
  • blue value is 140.
RGB:
(171,166,140)
(67%,65%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 140 of 255 = 55%

171
166
140

R + G + B ~ 62%. #ABA68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 166 + 140 = 477 (100%)
R 171 of 477 ~ 35.85%
G 166 of 477 ~ 34.8%
B 140 of 477 ~ 29.35%

%35.85
%34.8
%29.35

CMYK color model

#ABA68C color CMYK value is (0,3,18,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK:
(0,3,18,33)
C0M3Y18K33 
(0%,3%,18%,33%)
(0.00/0.03/0.18/0.33)	

CMYK percentages

%0
%2.92
%18.13
%32.94

Codes

Color #ABA68C in popluar color models

ABA68C
RGB171166140
HSL50°15.58%60.98%
HSB/HSV50°18.13%67.06%
CMYK0.00%2.92%18.13%
32.94%

Color #ABA68C in popluar number systems.

HEXABA68C
Decimal171166140
Binary101010111010011010001100
Octal253246214

Shades and tints

Shades of #ABA68C

#ABA68C
(171,166,140)
#9C9780
(156,151,128)
#8D8874
(141,136,116)
#7E7968
(126,121,104)
#6F6A5C
(111,106,92)
#605B50
(96,91,80)
#514C44
(81,76,68)
#423D38
(66,61,56)
#332E2C
(51,46,44)
#241F20
(36,31,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #ABA68C

#ABA68C
(171,166,140)
#B2AE96
(178,174,150)
#B9B6A0
(185,182,160)
#C0BEAA
(192,190,170)
#C7C6B4
(199,198,180)
#CECEBE
(206,206,190)
#D5D6C8
(213,214,200)
#DCDED2
(220,222,210)
#E3E6DC
(227,230,220)
#EAEEE6
(234,238,230)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA68C color. Also use rgb(171,166,140) instead hex code.

Text Font Color

.myTextColor { color: #ABA68C; }

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

This text font color is #ABA68C.


Background Color

.myBgColor { background-color: #ABA68C; }

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

This div background color is #ABA68C.


Border color

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

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

This div border color is #ABA68C.


Opacity

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

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

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

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

This text has shadow with #ABA68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA68C on black background.


Color preview on white background

This text has color #ABA68C on white background.



Black color preview on #ABA68C background

This text has black color on #ABA68C background.


White color preview on #ABA68C background

This text has white color on #ABA68C background.