COLOR #ABA38E

HEX: #ABA38E RGB: (171,163,142)

Color info

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

RGB color model

#ABA38E color RGB value is (171,163,142).

RGB: (171,163,142) (67%, 64%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 142 of 255 = 56%

171
163
142

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

Portions of RGB colors in percentages

R + G + B = 171 + 163 + 142 = 476 (100%)
R 171 of 476 ~ 35.92%
G 163 of 476 ~ 34.24%
B 142 of 476 ~ 29.83'%

%35.92
%34.24
%29.83

CMYK color model

#ABA38E color CMYK value is (0,5,17,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 16.96%
  • key color value is 32.94%

CMYK: (0,5,17,33)
C0M5Y17K33 (0%, 5%, 17%, 33%)
(0.00 / 0.05 / 0.17 / 0.33)

CMYK percentages

%0
%4.68
%16.96
%32.94

Codes

Color #ABA38E in popluar color models

AB A3 8E
RGB 171 163 142
HSL 43° 14.72% 61.37%
HSB/HSV 43° 16.96% 67.06%
CMYK 0.00% 4.68% 16.96%
32.94%

Color #ABA38E in popluar number systems.

HEX AB A3 8E
Decimal 171 163 142
Binary 10101011 10100011 10001110
Octal 253 243 216

Shades and tints

Shades of #ABA38E

#ABA38E
(171,163,142)
#9C9582
(156,149,130)
#8D8776
(141,135,118)
#7E796A
(126,121,106)
#6F6B5E
(111,107,94)
#605D52
(96,93,82)
#514F46
(81,79,70)
#42413A
(66,65,58)
#33332E
(51,51,46)
#242522
(36,37,34)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #ABA38E

#ABA38E
(171,163,142)
#B2AB98
(178,171,152)
#B9B3A2
(185,179,162)
#C0BBAC
(192,187,172)
#C7C3B6
(199,195,182)
#CECBC0
(206,203,192)
#D5D3CA
(213,211,202)
#DCDBD4
(220,219,212)
#E3E3DE
(227,227,222)
#EAEBE8
(234,235,232)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA38E; }

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

This text font color is #ABA38E.

Background Color

.myBgColor { background-color: #ABA38E; }

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

This div background color is #ABA38E.

Border color

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

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

This div border color is #ABA38E.

Opacity

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

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

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

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

This text has shadow with #ABA38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA38E.

Preview

Color preview on black background

This text has color #ABA38E on black background.


Color preview on white background

This text has color #ABA38E on white background.


Black color preview on #ABA38E background

This text has black color on #ABA38E background.


White color preview on #ABA38E background

This text has white color on #ABA38E background.


Related colors

Complementary color

Complementary color for #hex is #545C71.


I love getcolorcode.com

Triadic colors

1 #8EABA3 and #A38EAB with #ABA38E are triadic colors.

2 #8EA3AB and #A3AB8E with #ABA38E are triadic colors.