COLOR #ABA68F

HEX: #ABA68F
RGB: (171,166,143)

Color info

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

RGB color model

#ABA68F color RGB value is (171,166,143).

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

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 143 of 255 = 56%

171
166
143

R + G + B ~ 63%. #ABA68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 166 + 143 = 480 (100%)
R 171 of 480 ~ 35.63%
G 166 of 480 ~ 34.58%
B 143 of 480 ~ 29.79%

%35.63
%34.58
%29.79

CMYK color model

#ABA68F color CMYK value is (0,3,16,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(0,3,16,33)
C0M3Y16K33 
(0%,3%,16%,33%)
(0.00/0.03/0.16/0.33)	

CMYK percentages

%0
%2.92
%16.37
%32.94

Codes

Color #ABA68F in popluar color models

ABA68F
RGB171166143
HSL49°14.29%61.57%
HSB/HSV49°16.37%67.06%
CMYK0.00%2.92%16.37%
32.94%

Color #ABA68F in popluar number systems.

HEXABA68F
Decimal171166143
Binary101010111010011010001111
Octal253246217

Shades and tints

Shades of #ABA68F

#ABA68F
(171,166,143)
#9C9782
(156,151,130)
#8D8875
(141,136,117)
#7E7968
(126,121,104)
#6F6A5B
(111,106,91)
#605B4E
(96,91,78)
#514C41
(81,76,65)
#423D34
(66,61,52)
#332E27
(51,46,39)
#241F1A
(36,31,26)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #ABA68F

#ABA68F
(171,166,143)
#B2AE99
(178,174,153)
#B9B6A3
(185,182,163)
#C0BEAD
(192,190,173)
#C7C6B7
(199,198,183)
#CECEC1
(206,206,193)
#D5D6CB
(213,214,203)
#DCDED5
(220,222,213)
#E3E6DF
(227,230,223)
#EAEEE9
(234,238,233)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA68F; }

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

This text font color is #ABA68F.


Background Color

.myBgColor { background-color: #ABA68F; }

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

This div background color is #ABA68F.


Border color

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

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

This div border color is #ABA68F.


Opacity

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

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

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

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

This text has shadow with #ABA68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA68F on black background.


Color preview on white background

This text has color #ABA68F on white background.



Black color preview on #ABA68F background

This text has black color on #ABA68F background.


White color preview on #ABA68F background

This text has white color on #ABA68F background.