COLOR #AABCA6

HEX: #AABCA6
RGB: (170,188,166)

Color info

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

RGB color model

#AABCA6 color RGB value is (170,188,166).

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

RGB channels and saturation

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

170
188
166

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

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 166 = 524 (100%)
R 170 of 524 ~ 32.44%
G 188 of 524 ~ 35.88%
B 166 of 524 ~ 31.68%

%32.44
%35.88
%31.68

CMYK color model

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

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

CMYK percentages

%9.57
%0
%11.7
%26.27

Codes

Color #AABCA6 in popluar color models

AABCA6
RGB170188166
HSL109°14.10%69.41%
HSB/HSV109°11.70%73.73%
CMYK9.57%0.00%11.70%
26.27%

Color #AABCA6 in popluar number systems.

HEXAABCA6
Decimal170188166
Binary101010101011110010100110
Octal252274246

Shades and tints

Shades of #AABCA6

#AABCA6
(170,188,166)
#9BAB97
(155,171,151)
#8C9A88
(140,154,136)
#7D8979
(125,137,121)
#6E786A
(110,120,106)
#5F675B
(95,103,91)
#50564C
(80,86,76)
#41453D
(65,69,61)
#32342E
(50,52,46)
#23231F
(35,35,31)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #AABCA6

#AABCA6
(170,188,166)
#B1C2AE
(177,194,174)
#B8C8B6
(184,200,182)
#BFCEBE
(191,206,190)
#C6D4C6
(198,212,198)
#CDDACE
(205,218,206)
#D4E0D6
(212,224,214)
#DBE6DE
(219,230,222)
#E2ECE6
(226,236,230)
#E9F2EE
(233,242,238)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABCA6; }

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

This text font color is #AABCA6.


Background Color

.myBgColor { background-color: #AABCA6; }

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

This div background color is #AABCA6.


Border color

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

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

This div border color is #AABCA6.


Opacity

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

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

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

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

This text has shadow with #AABCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABCA6 on black background.


Color preview on white background

This text has color #AABCA6 on white background.



Black color preview on #AABCA6 background

This text has black color on #AABCA6 background.


White color preview on #AABCA6 background

This text has white color on #AABCA6 background.