COLOR #ABA09E

HEX: #ABA09E
RGB: (171,160,158)

Color info

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

RGB color model

#ABA09E color RGB value is (171,160,158).

  • red value is 171;
  • green value is 160;
  • blue value is 158.
RGB:
(171,160,158)
(67%,63%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 158 of 255 = 62%

171
160
158

R + G + B ~ 64%. #ABA09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 160 + 158 = 489 (100%)
R 171 of 489 ~ 34.97%
G 160 of 489 ~ 32.72%
B 158 of 489 ~ 32.31%

%34.97
%32.72
%32.31

CMYK color model

#ABA09E color CMYK value is (0,6,8,33).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 7.60%
  • key color value is 32.94%
CMYK:
(0,6,8,33)
C0M6Y8K33 
(0%,6%,8%,33%)
(0.00/0.06/0.08/0.33)	

CMYK percentages

%0
%6.43
%7.6
%32.94

Codes

Color #ABA09E in popluar color models

ABA09E
RGB171160158
HSL7.18%64.51%
HSB/HSV7.60%67.06%
CMYK0.00%6.43%7.60%
32.94%

Color #ABA09E in popluar number systems.

HEXABA09E
Decimal171160158
Binary101010111010000010011110
Octal253240236

Shades and tints

Shades of #ABA09E

#ABA09E
(171,160,158)
#9C9290
(156,146,144)
#8D8482
(141,132,130)
#7E7674
(126,118,116)
#6F6866
(111,104,102)
#605A58
(96,90,88)
#514C4A
(81,76,74)
#423E3C
(66,62,60)
#33302E
(51,48,46)
#242220
(36,34,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABA09E

#ABA09E
(171,160,158)
#B2A8A6
(178,168,166)
#B9B0AE
(185,176,174)
#C0B8B6
(192,184,182)
#C7C0BE
(199,192,190)
#CEC8C6
(206,200,198)
#D5D0CE
(213,208,206)
#DCD8D6
(220,216,214)
#E3E0DE
(227,224,222)
#EAE8E6
(234,232,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA09E color. Also use rgb(171,160,158) instead hex code.

Text Font Color

.myTextColor { color: #ABA09E; }

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

This text font color is #ABA09E.


Background Color

.myBgColor { background-color: #ABA09E; }

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

This div background color is #ABA09E.


Border color

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

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

This div border color is #ABA09E.


Opacity

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

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

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

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

This text has shadow with #ABA09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA09E on black background.


Color preview on white background

This text has color #ABA09E on white background.



Black color preview on #ABA09E background

This text has black color on #ABA09E background.


White color preview on #ABA09E background

This text has white color on #ABA09E background.