COLOR #ABA37E

HEX: #ABA37E
RGB: (171,163,126)

Color info

#ABA37E contains red, green and blue colors in about the same proportion. Web safe color of #ABA37E is #999966 (or #996).

RGB color model

#ABA37E color RGB value is (171,163,126).

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

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 126 of 255 = 49%

171
163
126

R + G + B ~ 60%. #ABA37E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 126 = 460 (100%)
R 171 of 460 ~ 37.17%
G 163 of 460 ~ 35.43%
B 126 of 460 ~ 27.39%

%37.17
%35.43
%27.39

CMYK color model

#ABA37E color CMYK value is (0,5,26,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 26.32%
  • key color value is 32.94%
CMYK:
(0,5,26,33)
C0M5Y26K33 
(0%,5%,26%,33%)
(0.00/0.05/0.26/0.33)	

CMYK percentages

%0
%4.68
%26.32
%32.94

Codes

Color #ABA37E in popluar color models

ABA37E
RGB171163126
HSL49°21.13%58.24%
HSB/HSV49°26.32%67.06%
CMYK0.00%4.68%26.32%
32.94%

Color #ABA37E in popluar number systems.

HEXABA37E
Decimal171163126
Binary10101011101000111111110
Octal253243176

Shades and tints

Shades of #ABA37E

#ABA37E
(171,163,126)
#9C9573
(156,149,115)
#8D8768
(141,135,104)
#7E795D
(126,121,93)
#6F6B52
(111,107,82)
#605D47
(96,93,71)
#514F3C
(81,79,60)
#424131
(66,65,49)
#333326
(51,51,38)
#24251B
(36,37,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABA37E

#ABA37E
(171,163,126)
#B2AB89
(178,171,137)
#B9B394
(185,179,148)
#C0BB9F
(192,187,159)
#C7C3AA
(199,195,170)
#CECBB5
(206,203,181)
#D5D3C0
(213,211,192)
#DCDBCB
(220,219,203)
#E3E3D6
(227,227,214)
#EAEBE1
(234,235,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA37E; }

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

This text font color is #ABA37E.


Background Color

.myBgColor { background-color: #ABA37E; }

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

This div background color is #ABA37E.


Border color

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

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

This div border color is #ABA37E.


Opacity

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

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

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

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

This text has shadow with #ABA37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA37E on black background.


Color preview on white background

This text has color #ABA37E on white background.



Black color preview on #ABA37E background

This text has black color on #ABA37E background.


White color preview on #ABA37E background

This text has white color on #ABA37E background.