COLOR #AABCA4

HEX: #AABCA4 RGB: (170,188,164)

Color info

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

RGB color model

#AABCA4 color RGB value is (170,188,164).

RGB: (170,188,164) (67%, 74%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 164 of 255 = 64%

170
188
164

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

Portions of RGB colors in percentages

R + G + B = 170 + 188 + 164 = 522 (100%)
R 170 of 522 ~ 32.57%
G 188 of 522 ~ 36.02%
B 164 of 522 ~ 31.42'%

%32.57
%36.02
%31.42

CMYK color model

#AABCA4 color CMYK value is (10,0,13,26).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 26.27%

CMYK: (10,0,13,26)
C10M0Y13K26 (10%, 0%, 13%, 26%)
(0.10 / 0.00 / 0.13 / 0.26)

CMYK percentages

%9.57
%0
%12.77
%26.27

Codes

Color #AABCA4 in popluar color models

AA BC A4
RGB 170 188 164
HSL 105° 15.19% 69.02%
HSB/HSV 105° 12.77% 73.73%
CMYK 9.57% 0.00% 12.77%
26.27%

Color #AABCA4 in popluar number systems.

HEX AA BC A4
Decimal 170 188 164
Binary 10101010 10111100 10100100
Octal 252 274 244

Shades and tints

Shades of #AABCA4

#AABCA4
(170,188,164)
#9BAB96
(155,171,150)
#8C9A88
(140,154,136)
#7D897A
(125,137,122)
#6E786C
(110,120,108)
#5F675E
(95,103,94)
#505650
(80,86,80)
#414542
(65,69,66)
#323434
(50,52,52)
#232326
(35,35,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AABCA4

#AABCA4
(170,188,164)
#B1C2AC
(177,194,172)
#B8C8B4
(184,200,180)
#BFCEBC
(191,206,188)
#C6D4C4
(198,212,196)
#CDDACC
(205,218,204)
#D4E0D4
(212,224,212)
#DBE6DC
(219,230,220)
#E2ECE4
(226,236,228)
#E9F2EC
(233,242,236)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABCA4 color. Also use rgb(170,188,164) instead hex code.

Text Font Color

.myTextColor { color: #AABCA4; }

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

This text font color is #AABCA4.

Background Color

.myBgColor { background-color: #AABCA4; }

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

This div background color is #AABCA4.

Border color

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

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

This div border color is #AABCA4.

Opacity

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

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

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

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

This text has shadow with #AABCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABCA4.

Preview

Color preview on black background

This text has color #AABCA4 on black background.


Color preview on white background

This text has color #AABCA4 on white background.


Black color preview on #AABCA4 background

This text has black color on #AABCA4 background.


White color preview on #AABCA4 background

This text has white color on #AABCA4 background.


Related colors

Complementary color

Complementary color for #hex is #55435B.


I love getcolorcode.com

Triadic colors

1 #A4AABC and #BCA4AA with #AABCA4 are triadic colors.

2 #A4BCAA and #BCAAA4 with #AABCA4 are triadic colors.