COLOR #ABBAAC

HEX: #ABBAAC RGB: (171,186,172)

Color info

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

RGB color model

#ABBAAC color RGB value is (171,186,172).

RGB: (171,186,172) (67%, 73%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 172 of 255 = 67%

171
186
172

R + G + B ~ 69%. #ABBAAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 172 = 529 (100%)
R 171 of 529 ~ 32.33%
G 186 of 529 ~ 35.16%
B 172 of 529 ~ 32.51'%

%32.33
%35.16
%32.51

CMYK color model

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

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 27.06%
CMYK: (8,0,8,27) C8M0Y8K27 (8%,0%,8%,27%) (0.08/0.00/0.08/0.27) 

CMYK percentages

%8.06
%0
%7.53
%27.06

Codes

Color #ABBAAC in popluar color models

AB BA AC
RGB 171 186 172
HSL 124° 9.80% 70.00%
HSB/HSV 124° 8.06% 72.94%
CMYK 8.06% 0.00% 7.53%
27.06%

Color #ABBAAC in popluar number systems.

HEX AB BA AC
Decimal 171 186 172
Binary 10101011 10111010 10101100
Octal 253 272 254

Shades and tints

Shades of #ABBAAC

#ABBAAC
(171,186,172)
#9CAA9D
(156,170,157)
#8D9A8E
(141,154,142)
#7E8A7F
(126,138,127)
#6F7A70
(111,122,112)
#606A61
(96,106,97)
#515A52
(81,90,82)
#424A43
(66,74,67)
#333A34
(51,58,52)
#242A25
(36,42,37)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #ABBAAC

#ABBAAC
(171,186,172)
#B2C0B3
(178,192,179)
#B9C6BA
(185,198,186)
#C0CCC1
(192,204,193)
#C7D2C8
(199,210,200)
#CED8CF
(206,216,207)
#D5DED6
(213,222,214)
#DCE4DD
(220,228,221)
#E3EAE4
(227,234,228)
#EAF0EB
(234,240,235)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAAC; }

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

This text font color is #ABBAAC.

Background Color

.myBgColor { background-color: #ABBAAC; }

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

This div background color is #ABBAAC.

Border color

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

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

This div border color is #ABBAAC.

Opacity

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

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

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

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

This text has shadow with #ABBAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAAC.

Preview

Color preview on black background

This text has color #ABBAAC on black background.


Color preview on white background

This text has color #ABBAAC on white background.


Black color preview on #ABBAAC background

This text has black color on #ABBAAC background.


White color preview on #ABBAAC background

This text has white color on #ABBAAC background.


Related colors

Complementary color

Complementary color for #hex is #544553.


I love getcolorcode.com

Triadic colors

1 #ACABBA and #BAACAB with #ABBAAC are triadic colors.

2 #ACBAAB and #BAABAC with #ABBAAC are triadic colors.