COLOR #ABBAA0

HEX: #ABBAA0
RGB: (171,186,160)

Color info

#ABBAA0 contains red, green and blue colors in about the same proportion. Web safe color of #ABBAA0 is #99CC99 (or #9C9).

RGB color model

#ABBAA0 color RGB value is (171,186,160).

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

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 160 of 255 = 63%

171
186
160

R + G + B ~ 68%. #ABBAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 160 = 517 (100%)
R 171 of 517 ~ 33.08%
G 186 of 517 ~ 35.98%
B 160 of 517 ~ 30.95%

%33.08
%35.98
%30.95

CMYK color model

#ABBAA0 color CMYK value is (8,0,14,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(8,0,14,27)
C8M0Y14K27 
(8%,0%,14%,27%)
(0.08/0.00/0.14/0.27)	

CMYK percentages

%8.06
%0
%13.98
%27.06

Codes

Color #ABBAA0 in popluar color models

ABBAA0
RGB171186160
HSL95°15.85%67.84%
HSB/HSV95°13.98%72.94%
CMYK8.06%0.00%13.98%
27.06%

Color #ABBAA0 in popluar number systems.

HEXABBAA0
Decimal171186160
Binary101010111011101010100000
Octal253272240

Shades and tints

Shades of #ABBAA0

#ABBAA0
(171,186,160)
#9CAA92
(156,170,146)
#8D9A84
(141,154,132)
#7E8A76
(126,138,118)
#6F7A68
(111,122,104)
#606A5A
(96,106,90)
#515A4C
(81,90,76)
#424A3E
(66,74,62)
#333A30
(51,58,48)
#242A22
(36,42,34)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #ABBAA0

#ABBAA0
(171,186,160)
#B2C0A8
(178,192,168)
#B9C6B0
(185,198,176)
#C0CCB8
(192,204,184)
#C7D2C0
(199,210,192)
#CED8C8
(206,216,200)
#D5DED0
(213,222,208)
#DCE4D8
(220,228,216)
#E3EAE0
(227,234,224)
#EAF0E8
(234,240,232)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAA0; }

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

This text font color is #ABBAA0.


Background Color

.myBgColor { background-color: #ABBAA0; }

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

This div background color is #ABBAA0.


Border color

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

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

This div border color is #ABBAA0.


Opacity

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

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

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

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

This text has shadow with #ABBAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAA0 on black background.


Color preview on white background

This text has color #ABBAA0 on white background.



Black color preview on #ABBAA0 background

This text has black color on #ABBAA0 background.


White color preview on #ABBAA0 background

This text has white color on #ABBAA0 background.