COLOR #ABA68B

HEX: #ABA68B
RGB: (171,166,139)

Color info

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

RGB color model

#ABA68B color RGB value is (171,166,139).

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

RGB channels and saturation

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

171
166
139

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

Portions of RGB colors in percentages

R + G + B =
171 + 166 + 139 = 476 (100%)
R 171 of 476 ~ 35.92%
G 166 of 476 ~ 34.87%
B 139 of 476 ~ 29.2%

%35.92
%34.87
%29.2

CMYK color model

#ABA68B color CMYK value is (0,3,19,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 18.71%
  • key color value is 32.94%
CMYK:
(0,3,19,33)
C0M3Y19K33 
(0%,3%,19%,33%)
(0.00/0.03/0.19/0.33)	

CMYK percentages

%0
%2.92
%18.71
%32.94

Codes

Color #ABA68B in popluar color models

ABA68B
RGB171166139
HSL51°16.00%60.78%
HSB/HSV51°18.71%67.06%
CMYK0.00%2.92%18.71%
32.94%

Color #ABA68B in popluar number systems.

HEXABA68B
Decimal171166139
Binary101010111010011010001011
Octal253246213

Shades and tints

Shades of #ABA68B

#ABA68B
(171,166,139)
#9C977F
(156,151,127)
#8D8873
(141,136,115)
#7E7967
(126,121,103)
#6F6A5B
(111,106,91)
#605B4F
(96,91,79)
#514C43
(81,76,67)
#423D37
(66,61,55)
#332E2B
(51,46,43)
#241F1F
(36,31,31)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #ABA68B

#ABA68B
(171,166,139)
#B2AE95
(178,174,149)
#B9B69F
(185,182,159)
#C0BEA9
(192,190,169)
#C7C6B3
(199,198,179)
#CECEBD
(206,206,189)
#D5D6C7
(213,214,199)
#DCDED1
(220,222,209)
#E3E6DB
(227,230,219)
#EAEEE5
(234,238,229)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA68B; }

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

This text font color is #ABA68B.


Background Color

.myBgColor { background-color: #ABA68B; }

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

This div background color is #ABA68B.


Border color

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

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

This div border color is #ABA68B.


Opacity

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

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

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

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

This text has shadow with #ABA68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA68B on black background.


Color preview on white background

This text has color #ABA68B on white background.



Black color preview on #ABA68B background

This text has black color on #ABA68B background.


White color preview on #ABA68B background

This text has white color on #ABA68B background.