COLOR #AAC9BE

HEX: #AAC9BE RGB: (170,201,190)

Color info

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

RGB color model

#AAC9BE color RGB value is (170,201,190).

RGB: (170,201,190) (67%, 79%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 190 of 255 = 75%

170
201
190

R + G + B ~ 74%. #AAC9BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 201 + 190 = 561 (100%)
R 170 of 561 ~ 30.3%
G 201 of 561 ~ 35.83%
B 190 of 561 ~ 33.87'%

%30.3
%35.83
%33.87

CMYK color model

#AAC9BE color CMYK value is (15,0,5,21).

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

CMYK: (15,0,5,21)
C15M0Y5K21 (15%, 0%, 5%, 21%)
(0.15 / 0.00 / 0.05 / 0.21)

CMYK percentages

%15.42
%0
%5.47
%21.18

Codes

Color #AAC9BE in popluar color models

AA C9 BE
RGB 170 201 190
HSL 159° 22.30% 72.75%
HSB/HSV 159° 15.42% 78.82%
CMYK 15.42% 0.00% 5.47%
21.18%

Color #AAC9BE in popluar number systems.

HEX AA C9 BE
Decimal 170 201 190
Binary 10101010 11001001 10111110
Octal 252 311 276

Shades and tints

Shades of #AAC9BE

#AAC9BE
(170,201,190)
#9BB7AD
(155,183,173)
#8CA59C
(140,165,156)
#7D938B
(125,147,139)
#6E817A
(110,129,122)
#5F6F69
(95,111,105)
#505D58
(80,93,88)
#414B47
(65,75,71)
#323936
(50,57,54)
#232725
(35,39,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AAC9BE

#AAC9BE
(170,201,190)
#B1CDC3
(177,205,195)
#B8D1C8
(184,209,200)
#BFD5CD
(191,213,205)
#C6D9D2
(198,217,210)
#CDDDD7
(205,221,215)
#D4E1DC
(212,225,220)
#DBE5E1
(219,229,225)
#E2E9E6
(226,233,230)
#E9EDEB
(233,237,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC9BE; }

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

This text font color is #AAC9BE.

Background Color

.myBgColor { background-color: #AAC9BE; }

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

This div background color is #AAC9BE.

Border color

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

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

This div border color is #AAC9BE.

Opacity

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

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

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

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

This text has shadow with #AAC9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC9BE.

Preview

Color preview on black background

This text has color #AAC9BE on black background.


Color preview on white background

This text has color #AAC9BE on white background.


Black color preview on #AAC9BE background

This text has black color on #AAC9BE background.


White color preview on #AAC9BE background

This text has white color on #AAC9BE background.


Related colors

Complementary color

Complementary color for #hex is #553641.


I love getcolorcode.com

Triadic colors

1 #BEAAC9 and #C9BEAA with #AAC9BE are triadic colors.

2 #BEC9AA and #C9AABE with #AAC9BE are triadic colors.