COLOR #ABBAA1

HEX: #ABBAA1 RGB: (171,186,161)

Color info

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

RGB color model

#ABBAA1 color RGB value is (171,186,161).

RGB: (171,186,161) (67%, 73%, 63%)

RGB channels and saturation

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

171
186
161

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

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 161 = 518 (100%)
R 171 of 518 ~ 33.01%
G 186 of 518 ~ 35.91%
B 161 of 518 ~ 31.08'%

%33.01
%35.91
%31.08

CMYK color model

#ABBAA1 color CMYK value is (8,0,13,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 27.06%

CMYK: (8,0,13,27)
C8M0Y13K27 (8%, 0%, 13%, 27%)
(0.08 / 0.00 / 0.13 / 0.27)

CMYK percentages

%8.06
%0
%13.44
%27.06

Codes

Color #ABBAA1 in popluar color models

AB BA A1
RGB 171 186 161
HSL 96° 15.34% 68.04%
HSB/HSV 96° 13.44% 72.94%
CMYK 8.06% 0.00% 13.44%
27.06%

Color #ABBAA1 in popluar number systems.

HEX AB BA A1
Decimal 171 186 161
Binary 10101011 10111010 10100001
Octal 253 272 241

Shades and tints

Shades of #ABBAA1

#ABBAA1
(171,186,161)
#9CAA93
(156,170,147)
#8D9A85
(141,154,133)
#7E8A77
(126,138,119)
#6F7A69
(111,122,105)
#606A5B
(96,106,91)
#515A4D
(81,90,77)
#424A3F
(66,74,63)
#333A31
(51,58,49)
#242A23
(36,42,35)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #ABBAA1

#ABBAA1
(171,186,161)
#B2C0A9
(178,192,169)
#B9C6B1
(185,198,177)
#C0CCB9
(192,204,185)
#C7D2C1
(199,210,193)
#CED8C9
(206,216,201)
#D5DED1
(213,222,209)
#DCE4D9
(220,228,217)
#E3EAE1
(227,234,225)
#EAF0E9
(234,240,233)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAA1; }

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

This text font color is #ABBAA1.

Background Color

.myBgColor { background-color: #ABBAA1; }

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

This div background color is #ABBAA1.

Border color

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

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

This div border color is #ABBAA1.

Opacity

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

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

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

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

This text has shadow with #ABBAA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAA1.

Preview

Color preview on black background

This text has color #ABBAA1 on black background.


Color preview on white background

This text has color #ABBAA1 on white background.


Black color preview on #ABBAA1 background

This text has black color on #ABBAA1 background.


White color preview on #ABBAA1 background

This text has white color on #ABBAA1 background.


Related colors

Complementary color

Complementary color for #hex is #54455E.


I love getcolorcode.com

Triadic colors

1 #A1ABBA and #BAA1AB with #ABBAA1 are triadic colors.

2 #A1BAAB and #BAABA1 with #ABBAA1 are triadic colors.