COLOR #ABBAA5

HEX: #ABBAA5 RGB: (171,186,165)

Color info

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

RGB color model

#ABBAA5 color RGB value is (171,186,165).

RGB: (171,186,165) (67%, 73%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 165 of 255 = 65%

171
186
165

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

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 165 = 522 (100%)
R 171 of 522 ~ 32.76%
G 186 of 522 ~ 35.63%
B 165 of 522 ~ 31.61'%

%32.76
%35.63
%31.61

CMYK color model

#ABBAA5 color CMYK value is (8,0,11,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 27.06%
CMYK: (8,0,11,27) C8M0Y11K27 (8%,0%,11%,27%) (0.08/0.00/0.11/0.27) 

CMYK percentages

%8.06
%0
%11.29
%27.06

Codes

Color #ABBAA5 in popluar color models

AB BA A5
RGB 171 186 165
HSL 103° 13.21% 68.82%
HSB/HSV 103° 11.29% 72.94%
CMYK 8.06% 0.00% 11.29%
27.06%

Color #ABBAA5 in popluar number systems.

HEX AB BA A5
Decimal 171 186 165
Binary 10101011 10111010 10100101
Octal 253 272 245

Shades and tints

Shades of #ABBAA5

#ABBAA5
(171,186,165)
#9CAA96
(156,170,150)
#8D9A87
(141,154,135)
#7E8A78
(126,138,120)
#6F7A69
(111,122,105)
#606A5A
(96,106,90)
#515A4B
(81,90,75)
#424A3C
(66,74,60)
#333A2D
(51,58,45)
#242A1E
(36,42,30)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #ABBAA5

#ABBAA5
(171,186,165)
#B2C0AD
(178,192,173)
#B9C6B5
(185,198,181)
#C0CCBD
(192,204,189)
#C7D2C5
(199,210,197)
#CED8CD
(206,216,205)
#D5DED5
(213,222,213)
#DCE4DD
(220,228,221)
#E3EAE5
(227,234,229)
#EAF0ED
(234,240,237)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAA5; }

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

This text font color is #ABBAA5.

Background Color

.myBgColor { background-color: #ABBAA5; }

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

This div background color is #ABBAA5.

Border color

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

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

This div border color is #ABBAA5.

Opacity

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

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

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

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

This text has shadow with #ABBAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAA5.

Preview

Color preview on black background

This text has color #ABBAA5 on black background.


Color preview on white background

This text has color #ABBAA5 on white background.


Black color preview on #ABBAA5 background

This text has black color on #ABBAA5 background.


White color preview on #ABBAA5 background

This text has white color on #ABBAA5 background.


Related colors

Complementary color

Complementary color for #hex is #54455A.


I love getcolorcode.com

Triadic colors

1 #A5ABBA and #BAA5AB with #ABBAA5 are triadic colors.

2 #A5BAAB and #BAABA5 with #ABBAA5 are triadic colors.