COLOR #AAC9BC

HEX: #AAC9BC RGB: (170,201,188)

Color info

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

RGB color model

#AAC9BC color RGB value is (170,201,188).

RGB: (170,201,188) (67%, 79%, 74%)

RGB channels and saturation

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

170
201
188

R + G + B ~ 73%. #AAC9BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 201 + 188 = 559 (100%)
R 170 of 559 ~ 30.41%
G 201 of 559 ~ 35.96%
B 188 of 559 ~ 33.63'%

%30.41
%35.96
%33.63

CMYK color model

#AAC9BC color CMYK value is (15,0,6,21).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 21.18%

CMYK: (15,0,6,21)
C15M0Y6K21 (15%, 0%, 6%, 21%)
(0.15 / 0.00 / 0.06 / 0.21)

CMYK percentages

%15.42
%0
%6.47
%21.18

Codes

Color #AAC9BC in popluar color models

AA C9 BC
RGB 170 201 188
HSL 155° 22.30% 72.75%
HSB/HSV 155° 15.42% 78.82%
CMYK 15.42% 0.00% 6.47%
21.18%

Color #AAC9BC in popluar number systems.

HEX AA C9 BC
Decimal 170 201 188
Binary 10101010 11001001 10111100
Octal 252 311 274

Shades and tints

Shades of #AAC9BC

#AAC9BC
(170,201,188)
#9BB7AB
(155,183,171)
#8CA59A
(140,165,154)
#7D9389
(125,147,137)
#6E8178
(110,129,120)
#5F6F67
(95,111,103)
#505D56
(80,93,86)
#414B45
(65,75,69)
#323934
(50,57,52)
#232723
(35,39,35)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AAC9BC

#AAC9BC
(170,201,188)
#B1CDC2
(177,205,194)
#B8D1C8
(184,209,200)
#BFD5CE
(191,213,206)
#C6D9D4
(198,217,212)
#CDDDDA
(205,221,218)
#D4E1E0
(212,225,224)
#DBE5E6
(219,229,230)
#E2E9EC
(226,233,236)
#E9EDF2
(233,237,242)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC9BC; }

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

This text font color is #AAC9BC.

Background Color

.myBgColor { background-color: #AAC9BC; }

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

This div background color is #AAC9BC.

Border color

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

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

This div border color is #AAC9BC.

Opacity

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

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

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

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

This text has shadow with #AAC9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC9BC.

Preview

Color preview on black background

This text has color #AAC9BC on black background.


Color preview on white background

This text has color #AAC9BC on white background.


Black color preview on #AAC9BC background

This text has black color on #AAC9BC background.


White color preview on #AAC9BC background

This text has white color on #AAC9BC background.


Related colors

Complementary color

Complementary color for #hex is #553643.


I love getcolorcode.com

Triadic colors

1 #BCAAC9 and #C9BCAA with #AAC9BC are triadic colors.

2 #BCC9AA and #C9AABC with #AAC9BC are triadic colors.