COLOR #AABCAA

HEX: #AABCAA
RGB: (170,188,170)

Color info

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

RGB color model

#AABCAA color RGB value is (170,188,170).

  • red value is 170;
  • green value is 188;
  • blue value is 170.
RGB:
(170,188,170)
(67%,74%,67%)

RGB channels and saturation

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

170
188
170

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

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 170 = 528 (100%)
R 170 of 528 ~ 32.2%
G 188 of 528 ~ 35.61%
B 170 of 528 ~ 32.2%

%32.2
%35.61
%32.2

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(10,0,10,26)
C10M0Y10K26 
(10%,0%,10%,26%)
(0.10/0.00/0.10/0.26)	

CMYK percentages

%9.57
%0
%9.57
%26.27

Codes

Color #AABCAA in popluar color models

AABCAA
RGB170188170
HSL120°11.84%70.20%
HSB/HSV120°9.57%73.73%
CMYK9.57%0.00%9.57%
26.27%

Color #AABCAA in popluar number systems.

HEXAABCAA
Decimal170188170
Binary101010101011110010101010
Octal252274252

Shades and tints

Shades of #AABCAA

#AABCAA
(170,188,170)
#9BAB9B
(155,171,155)
#8C9A8C
(140,154,140)
#7D897D
(125,137,125)
#6E786E
(110,120,110)
#5F675F
(95,103,95)
#505650
(80,86,80)
#414541
(65,69,65)
#323432
(50,52,50)
#232323
(35,35,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AABCAA

#AABCAA
(170,188,170)
#B1C2B1
(177,194,177)
#B8C8B8
(184,200,184)
#BFCEBF
(191,206,191)
#C6D4C6
(198,212,198)
#CDDACD
(205,218,205)
#D4E0D4
(212,224,212)
#DBE6DB
(219,230,219)
#E2ECE2
(226,236,226)
#E9F2E9
(233,242,233)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABCAA; }

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

This text font color is #AABCAA.


Background Color

.myBgColor { background-color: #AABCAA; }

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

This div background color is #AABCAA.


Border color

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

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

This div border color is #AABCAA.


Opacity

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

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

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

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

This text has shadow with #AABCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABCAA on black background.


Color preview on white background

This text has color #AABCAA on white background.



Black color preview on #AABCAA background

This text has black color on #AABCAA background.


White color preview on #AABCAA background

This text has white color on #AABCAA background.